ETH Price: $2,525.37 (+0.26%)

Contract

0x88A6cee103d03a3250DB46982109cb7CB7BD8F98
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Cast Vote116050432021-01-07 3:10:291332 days ago1609989029IN
0x88A6cee1...CB7BD8F98
0 ETH0.00379499113
Execute116008592021-01-06 11:56:441332 days ago1609934204IN
0x88A6cee1...CB7BD8F98
0 ETH0.01390639139
Cast Vote115781302021-01-02 23:50:541336 days ago1609631454IN
0x88A6cee1...CB7BD8F98
0 ETH0.0011750235
Queue115751742021-01-02 13:04:231336 days ago1609592663IN
0x88A6cee1...CB7BD8F98
0 ETH0.0029679789
Queue115751742021-01-02 13:04:231336 days ago1609592663IN
0x88A6cee1...CB7BD8F98
0 ETH0.0078616776.7
Cast Vote115713742021-01-01 23:20:411337 days ago1609543241IN
0x88A6cee1...CB7BD8F98
0 ETH0.0064103640
Cast Vote115706032021-01-01 20:24:501337 days ago1609532690IN
0x88A6cee1...CB7BD8F98
0 ETH0.0058851841
Cast Vote115690322021-01-01 14:39:381337 days ago1609511978IN
0x88A6cee1...CB7BD8F98
0 ETH0.007017350
Cast Vote115690232021-01-01 14:38:051337 days ago1609511885IN
0x88A6cee1...CB7BD8F98
0 ETH0.0084189660
Cast Vote115688982021-01-01 14:14:591337 days ago1609510499IN
0x88A6cee1...CB7BD8F98
0 ETH0.0065585665
Cast Vote115688952021-01-01 14:14:011337 days ago1609510441IN
0x88A6cee1...CB7BD8F98
0 ETH0.0072349152
Cast Vote115688402021-01-01 14:01:521337 days ago1609509712IN
0x88A6cee1...CB7BD8F98
0 ETH0.006484347
Cast Vote115683162021-01-01 12:09:401337 days ago1609502980IN
0x88A6cee1...CB7BD8F98
0 ETH0.0069477148
Cast Vote115677662021-01-01 10:12:391337 days ago1609495959IN
0x88A6cee1...CB7BD8F98
0 ETH0.0069757849
Cast Vote115677242021-01-01 10:04:221337 days ago1609495462IN
0x88A6cee1...CB7BD8F98
0 ETH0.0055040554
Cast Vote115677212021-01-01 10:03:511337 days ago1609495431IN
0x88A6cee1...CB7BD8F98
0 ETH0.0055052454
Cast Vote115668722021-01-01 6:36:551337 days ago1609483015IN
0x88A6cee1...CB7BD8F98
0 ETH0.0047413147
Cast Vote115668722021-01-01 6:36:551337 days ago1609483015IN
0x88A6cee1...CB7BD8F98
0 ETH0.0047019846.6
Cast Vote115666792021-01-01 5:53:561337 days ago1609480436IN
0x88A6cee1...CB7BD8F98
0 ETH0.0059341741
Cast Vote115649102020-12-31 23:39:051338 days ago1609457945IN
0x88A6cee1...CB7BD8F98
0 ETH0.0055511439
Cast Vote115646982020-12-31 22:51:071338 days ago1609455067IN
0x88A6cee1...CB7BD8F98
0 ETH0.0067089247
Cast Vote115643042020-12-31 21:21:161338 days ago1609449676IN
0x88A6cee1...CB7BD8F98
0 ETH0.0072791150.3
Cast Vote115643032020-12-31 21:21:101338 days ago1609449670IN
0x88A6cee1...CB7BD8F98
0 ETH0.0072203150.3
Cast Vote115634182020-12-31 17:57:511338 days ago1609437471IN
0x88A6cee1...CB7BD8F98
0 ETH0.007237650
Cast Vote115629042020-12-31 16:05:241338 days ago1609430724IN
0x88A6cee1...CB7BD8F98
0 ETH0.0139305497.6
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x8234d0C4...A7Cc72b45
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
PPGovernorL1

Compiler Version
v0.5.16+commit.9c3226ce

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, BSD-3-Clause license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2020-11-21
*/

/*
https://powerpool.finance/

          wrrrw r wrr
         ppwr rrr wppr0       prwwwrp                                 prwwwrp                   wr0
        rr 0rrrwrrprpwp0      pp   pr  prrrr0 pp   0r  prrrr0  0rwrrr pp   pr  prrrr0  prrrr0    r0
        rrp pr   wr00rrp      prwww0  pp   wr pp w00r prwwwpr  0rw    prwww0  pp   wr pp   wr    r0
        r0rprprwrrrp pr0      pp      wr   pr pp rwwr wr       0r     pp      wr   pr wr   pr    r0
         prwr wrr0wpwr        00        www0   0w0ww    www0   0w     00        www0    www0   0www0
          wrr ww0rrrr

*/

pragma solidity ^0.5.16;

interface CvpInterface {
  /// @notice EIP-20 token name for this token
  function name() external view returns (string memory);

  /// @notice EIP-20 token symbol for this token
  function symbol() external view returns (string memory);

  /// @notice EIP-20 token decimals for this token
  function decimals() external view returns (uint8);

  /// @notice Total number of tokens in circulation
  function totalSupply() external view returns (uint);

  /// @notice A record of each accounts delegate
  function delegates(address _addr) external view returns (address);

  /// @notice The number of checkpoints for each account
  function numCheckpoints(address _addr) external view returns (uint32);

  /// @notice The EIP-712 typehash for the contract's domain
  function DOMAIN_TYPEHASH() external view returns (bytes32);

  /// @notice The EIP-712 typehash for the delegation struct used by the contract
  function DELEGATION_TYPEHASH() external view returns (bytes32);

  /// @notice A record of states for signing / validating signatures
  function nonces(address _addr) external view returns (uint);

  /// @notice An event thats emitted when an account changes its delegate
  event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate);

  /// @notice An event thats emitted when a delegate account's vote balance changes
  event DelegateVotesChanged(address indexed delegate, uint previousBalance, uint newBalance);

  /// @notice The standard EIP-20 transfer event
  event Transfer(address indexed from, address indexed to, uint256 amount);

  /// @notice The standard EIP-20 approval event
  event Approval(address indexed owner, address indexed spender, uint256 amount);

  /**
   * @notice Get the number of tokens `spender` is approved to spend on behalf of `account`
   * @param account The address of the account holding the funds
   * @param spender The address of the account spending the funds
   * @return The number of tokens approved
   */
  function allowance(address account, address spender) external view returns (uint);

  /**
   * @notice Approve `spender` to transfer up to `amount` from `src`
   * @dev This will overwrite the approval amount for `spender`
   *  and is subject to issues noted [here](https://eips.ethereum.org/EIPS/eip-20#approve)
   * @param spender The address of the account which may transfer tokens
   * @param rawAmount The number of tokens that are approved (2^256-1 means infinite)
   * @return Whether or not the approval succeeded
   */
  function approve(address spender, uint rawAmount) external returns (bool);

  /**
   * @notice Get the number of tokens held by the `account`
   * @param account The address of the account to get the balance of
   * @return The number of tokens held
   */
  function balanceOf(address account) external view returns (uint);

  /**
   * @notice Transfer `amount` tokens from `msg.sender` to `dst`
   * @param dst The address of the destination account
   * @param rawAmount The number of tokens to transfer
   * @return Whether or not the transfer succeeded
   */
  function transfer(address dst, uint rawAmount) external returns (bool);

  /**
   * @notice Transfer `amount` tokens from `src` to `dst`
   * @param src The address of the source account
   * @param dst The address of the destination account
   * @param rawAmount The number of tokens to transfer
   * @return Whether or not the transfer succeeded
   */
  function transferFrom(address src, address dst, uint rawAmount) external returns (bool);

  /**
   * @notice Delegate votes from `msg.sender` to `delegatee`
   * @param delegatee The address to delegate votes to
   */
  function delegate(address delegatee) external;

  /**
   * @notice Delegates votes from signatory to `delegatee`
   * @param delegatee The address to delegate votes to
   * @param nonce The contract state required to match the signature
   * @param expiry The time at which to expire the signature
   * @param v The recovery byte of the signature
   * @param r Half of the ECDSA signature pair
   * @param s Half of the ECDSA signature pair
   */
  function delegateBySig(address delegatee, uint nonce, uint expiry, uint8 v, bytes32 r, bytes32 s) external;

  /**
   * @notice Gets the current votes balance for `account`
   * @param account The address to get votes balance
   * @return The number of current votes for `account`
   */
  function getCurrentVotes(address account) external view returns (uint96);

  /**
   * @notice Determine the prior number of votes for an account as of a block number
   * @dev Block number must be a finalized block or else this function will revert to prevent misinformation.
   * @param account The address of the account to check
   * @param blockNumber The block number to get the vote balance at
   * @return The number of votes the account had as of the given block
   */
  function getPriorVotes(address account, uint blockNumber) external view returns (uint96);
}

pragma solidity ^0.5.16;
pragma experimental ABIEncoderV2;


contract GovernorAlphaInterface {
  /// @notice The name of this contract
  function name() external view returns (string memory);

  /// @notice The number of votes in support of a proposal required in order for a quorum to be reached and for a vote to succeed
  function quorumVotes() external pure returns (uint);

  /// @notice The number of votes required in order for a voter to become a proposer
  function proposalThreshold() external pure returns (uint);

  /// @notice The maximum number of actions that can be included in a proposal
  function proposalMaxOperations() external pure returns (uint);

  /// @notice The delay before voting on a proposal may take place, once proposed
  function votingDelay() external pure returns (uint);

  /// @notice The duration of voting on a proposal, in blocks
  function votingPeriod() external pure returns (uint);

  /// @notice The address of the PowerPool Protocol Timelock
  function timelock() external view returns (TimelockInterface);

  /// @notice The address of the Governor Guardian
  function guardian() external view returns (address);

  /// @notice The total number of proposals
  function proposalCount() external view returns (uint);

  /// @notice The official record of all proposals ever proposed
  function proposals(uint _id) external view returns (
    uint id,
    address proposer,
    uint eta,
    uint startBlock,
    uint endBlock,
    uint forVotes,
    uint againstVotes,
    bool canceled,
    bool executed
  );

  enum ProposalState {
    Pending,
    Active,
    Canceled,
    Defeated,
    Succeeded,
    Queued,
    Expired,
    Executed
  }

  /// @notice Ballot receipt record for a voter
  struct Receipt {
    /// @notice Whether or not a vote has been cast
    bool hasVoted;

    /// @notice Whether or not the voter supports the proposal
    bool support;

    /// @notice The number of votes the voter had, which were cast
    uint256 votes;
  }

  /// @notice The latest proposal for each proposer
  function latestProposalIds(address _addr) external view returns (uint);

  /// @notice The EIP-712 typehash for the contract's domain
  function DOMAIN_TYPEHASH() external view returns (bytes32);

  /// @notice The EIP-712 typehash for the ballot struct used by the contract
  function BALLOT_TYPEHASH() external view returns (bytes32);

  /// @notice An event emitted when a new proposal is created
  event ProposalCreated(uint indexed id, address indexed proposer, address[] targets, uint[] values, string[] signatures, bytes[] calldatas, uint startBlock, uint endBlock, string description);

  /// @notice An event emitted when a vote has been cast on a proposal
  event VoteCast(address indexed voter, uint indexed proposalId, bool indexed support, uint votes);

  /// @notice An event emitted when a proposal has been canceled
  event ProposalCanceled(uint indexed id);

  /// @notice An event emitted when a proposal has been queued in the Timelock
  event ProposalQueued(uint indexed id, uint eta);

  /// @notice An event emitted when a proposal has been executed in the Timelock
  event ProposalExecuted(uint indexed id);

  function propose(address[] memory targets, uint[] memory values, string[] memory signatures, bytes[] memory calldatas, string memory description) public returns (uint);

  function queue(uint proposalId) public;

  function execute(uint proposalId) public payable;

  function cancel(uint proposalId) public;

  function getActions(uint proposalId) public view returns (address[] memory targets, uint[] memory values, string[] memory signatures, bytes[] memory calldatas);

  function getReceipt(uint proposalId, address voter) public view returns (Receipt memory);

  function getVoteSources() external view returns (address[] memory);

  function state(uint proposalId) public view returns (ProposalState);

  function castVote(uint proposalId, bool support) public;

  function castVoteBySig(uint proposalId, bool support, uint8 v, bytes32 r, bytes32 s) public;

  function __acceptAdmin() public;

  function __abdicate() public ;

  function __queueSetTimelockPendingAdmin(address newPendingAdmin, uint eta) public;

  function __executeSetTimelockPendingAdmin(address newPendingAdmin, uint eta) public;
}

interface TimelockInterface {
  function delay() external view returns (uint);
  function GRACE_PERIOD() external view returns (uint);
  function acceptAdmin() external;
  function queuedTransactions(bytes32 hash) external view returns (bool);
  function queueTransaction(address target, uint value, string calldata signature, bytes calldata data, uint eta) external returns (bytes32);
  function cancelTransaction(address target, uint value, string calldata signature, bytes calldata data, uint eta) external;
  function executeTransaction(address target, uint value, string calldata signature, bytes calldata data, uint eta) external payable returns (bytes memory);
}

pragma solidity ^0.5.16;


contract PPGovernorL1 is GovernorAlphaInterface {
  /// @notice The name of this contract
  string public constant name = "PowerPool Governor L1";

  /// @notice The number of votes in support of a proposal required in order for a quorum to be reached and for a vote to succeed
  function quorumVotes() public pure returns (uint) { return 400000e18; } // 400,000 = 0.4% of Cvp

  /// @notice The number of votes required in order for a voter to become a proposer
  function proposalThreshold() public pure returns (uint) { return 10000e18; } // 10,000 = 0.01% of Cvp

  /// @notice The maximum number of actions that can be included in a proposal
  function proposalMaxOperations() public pure returns (uint) { return 10; } // 10 actions

  /// @notice The delay before voting on a proposal may take place, once proposed
  function votingDelay() public pure returns (uint) { return 1; } // 1 block

  /// @notice The duration of voting on a proposal, in blocks
  function votingPeriod() public pure returns (uint) { return 17280; } // ~3 days in blocks (assuming 15s blocks)

  /// @notice The address of the PowerPool Protocol Timelock
  TimelockInterface public timelock;

  /// @notice The addresses of the PowerPool-compatible vote sources
  address[] public voteSources;

  /// @notice The address of the Governor Guardian
  address public guardian;

  /// @notice The total number of proposals
  uint public proposalCount;

  struct Proposal {
    /// @notice Unique id for looking up a proposal
    uint id;

    /// @notice Creator of the proposal
    address proposer;

    /// @notice The timestamp that the proposal will be available for execution, set once the vote succeeds
    uint eta;

    /// @notice the ordered list of target addresses for calls to be made
    address[] targets;

    /// @notice The ordered list of values (i.e. msg.value) to be passed to the calls to be made
    uint[] values;

    /// @notice The ordered list of function signatures to be called
    string[] signatures;

    /// @notice The ordered list of calldata to be passed to each call
    bytes[] calldatas;

    /// @notice The block at which voting begins: holders must delegate their votes prior to this block
    uint startBlock;

    /// @notice The block at which voting ends: votes must be cast prior to this block
    uint endBlock;

    /// @notice Current number of votes in favor of this proposal
    uint forVotes;

    /// @notice Current number of votes in opposition to this proposal
    uint againstVotes;

    /// @notice Flag marking whether the proposal has been canceled
    bool canceled;

    /// @notice Flag marking whether the proposal has been executed
    bool executed;

    /// @notice Receipts of ballots for the entire set of voters
    mapping (address => Receipt) receipts;
  }

  /// @notice The official record of all proposals ever proposed
  mapping (uint => Proposal) public proposals;

  /// @notice The latest proposal for each proposer
  mapping (address => uint) public latestProposalIds;

  /// @notice The EIP-712 typehash for the contract's domain
  bytes32 public constant DOMAIN_TYPEHASH = keccak256("EIP712Domain(string name,uint256 chainId,address verifyingContract)");

  /// @notice The EIP-712 typehash for the ballot struct used by the contract
  bytes32 public constant BALLOT_TYPEHASH = keccak256("Ballot(uint256 proposalId,bool support)");

  constructor(address timelock_, address[] memory voteSources_, address guardian_) public {
    require(voteSources_.length > 0, "GovernorAlpha::constructor: voteSources can't be empty");

    timelock = TimelockInterface(timelock_);
    voteSources = voteSources_;
    guardian = guardian_;
  }

  function propose(address[] memory targets, uint[] memory values, string[] memory signatures, bytes[] memory calldatas, string memory description) public returns (uint) {
    require(getPriorVotes(msg.sender, sub256(block.number, 1)) > proposalThreshold(), "GovernorAlpha::propose: proposer votes below proposal threshold");
    require(targets.length == values.length && targets.length == signatures.length && targets.length == calldatas.length, "GovernorAlpha::propose: proposal function information arity mismatch");
    require(targets.length != 0, "GovernorAlpha::propose: must provide actions");
    require(targets.length <= proposalMaxOperations(), "GovernorAlpha::propose: too many actions");

    uint latestProposalId = latestProposalIds[msg.sender];
    if (latestProposalId != 0) {
      ProposalState proposersLatestProposalState = state(latestProposalId);
      require(proposersLatestProposalState != ProposalState.Active, "GovernorAlpha::propose: one live proposal per proposer, found an already active proposal");
      require(proposersLatestProposalState != ProposalState.Pending, "GovernorAlpha::propose: one live proposal per proposer, found an already pending proposal");
    }

    uint startBlock = add256(block.number, votingDelay());
    uint endBlock = add256(startBlock, votingPeriod());

    proposalCount++;
    Proposal memory newProposal = Proposal({
    id: proposalCount,
    proposer: msg.sender,
    eta: 0,
    targets: targets,
    values: values,
    signatures: signatures,
    calldatas: calldatas,
    startBlock: startBlock,
    endBlock: endBlock,
    forVotes: 0,
    againstVotes: 0,
    canceled: false,
    executed: false
    });

    proposals[newProposal.id] = newProposal;
    latestProposalIds[newProposal.proposer] = newProposal.id;

    emit ProposalCreated(newProposal.id, msg.sender, targets, values, signatures, calldatas, startBlock, endBlock, description);
    return newProposal.id;
  }

  function queue(uint proposalId) public {
    require(state(proposalId) == ProposalState.Succeeded, "GovernorAlpha::queue: proposal can only be queued if it is succeeded");
    Proposal storage proposal = proposals[proposalId];
    uint eta = add256(block.timestamp, timelock.delay());
    for (uint i = 0; i < proposal.targets.length; i++) {
      _queueOrRevert(proposal.targets[i], proposal.values[i], proposal.signatures[i], proposal.calldatas[i], eta);
    }
    proposal.eta = eta;
    emit ProposalQueued(proposalId, eta);
  }

  function _queueOrRevert(address target, uint value, string memory signature, bytes memory data, uint eta) internal {
    require(!timelock.queuedTransactions(keccak256(abi.encode(target, value, signature, data, eta))), "GovernorAlpha::_queueOrRevert: proposal action already queued at eta");
    timelock.queueTransaction(target, value, signature, data, eta);
  }

  function execute(uint proposalId) public payable {
    require(state(proposalId) == ProposalState.Queued, "GovernorAlpha::execute: proposal can only be executed if it is queued");
    Proposal storage proposal = proposals[proposalId];
    proposal.executed = true;
    for (uint i = 0; i < proposal.targets.length; i++) {
      timelock.executeTransaction.value(proposal.values[i])(proposal.targets[i], proposal.values[i], proposal.signatures[i], proposal.calldatas[i], proposal.eta);
    }
    emit ProposalExecuted(proposalId);
  }

  function cancel(uint proposalId) public {
    ProposalState state = state(proposalId);
    require(state != ProposalState.Executed, "GovernorAlpha::cancel: cannot cancel executed proposal");

    Proposal storage proposal = proposals[proposalId];
    require(msg.sender == guardian || getPriorVotes(proposal.proposer, sub256(block.number, 1)) < proposalThreshold(), "GovernorAlpha::cancel: proposer above threshold");

    proposal.canceled = true;
    for (uint i = 0; i < proposal.targets.length; i++) {
      timelock.cancelTransaction(proposal.targets[i], proposal.values[i], proposal.signatures[i], proposal.calldatas[i], proposal.eta);
    }

    emit ProposalCanceled(proposalId);
  }

  function getActions(uint proposalId) public view returns (address[] memory targets, uint[] memory values, string[] memory signatures, bytes[] memory calldatas) {
    Proposal storage p = proposals[proposalId];
    return (p.targets, p.values, p.signatures, p.calldatas);
  }

  function getReceipt(uint proposalId, address voter) public view returns (Receipt memory) {
    return proposals[proposalId].receipts[voter];
  }

  function state(uint proposalId) public view returns (ProposalState) {
    require(proposalCount >= proposalId && proposalId > 0, "GovernorAlpha::state: invalid proposal id");
    Proposal storage proposal = proposals[proposalId];
    if (proposal.canceled) {
      return ProposalState.Canceled;
    } else if (block.number <= proposal.startBlock) {
      return ProposalState.Pending;
    } else if (block.number <= proposal.endBlock) {
      return ProposalState.Active;
    } else if (proposal.forVotes <= proposal.againstVotes || proposal.forVotes < quorumVotes()) {
      return ProposalState.Defeated;
    } else if (proposal.eta == 0) {
      return ProposalState.Succeeded;
    } else if (proposal.executed) {
      return ProposalState.Executed;
    } else if (block.timestamp >= add256(proposal.eta, timelock.GRACE_PERIOD())) {
      return ProposalState.Expired;
    } else {
      return ProposalState.Queued;
    }
  }

  function getPriorVotes(address account, uint256 blockNumber) public view returns (uint256) {
    uint256 total = 0;
    uint256 len = voteSources.length;

    for (uint256 i = 0; i < len; i++) {
      total = add256(total, CvpInterface(voteSources[i]).getPriorVotes(account, blockNumber));
    }

    return total;
  }

  function getVoteSources() external view returns (address[] memory) {
    return voteSources;
  }

  function castVote(uint proposalId, bool support) public {
    return _castVote(msg.sender, proposalId, support);
  }

  function castVoteBySig(uint proposalId, bool support, uint8 v, bytes32 r, bytes32 s) public {
    bytes32 domainSeparator = keccak256(abi.encode(DOMAIN_TYPEHASH, keccak256(bytes(name)), getChainId(), address(this)));
    bytes32 structHash = keccak256(abi.encode(BALLOT_TYPEHASH, proposalId, support));
    bytes32 digest = keccak256(abi.encodePacked("\x19\x01", domainSeparator, structHash));
    address signatory = ecrecover(digest, v, r, s);
    require(signatory != address(0), "GovernorAlpha::castVoteBySig: invalid signature");
    return _castVote(signatory, proposalId, support);
  }

  function _castVote(address voter, uint proposalId, bool support) internal {
    require(state(proposalId) == ProposalState.Active, "GovernorAlpha::_castVote: voting is closed");
    Proposal storage proposal = proposals[proposalId];
    Receipt storage receipt = proposal.receipts[voter];
    require(receipt.hasVoted == false, "GovernorAlpha::_castVote: voter already voted");
    uint256 votes = getPriorVotes(voter, proposal.startBlock);

    if (support) {
      proposal.forVotes = add256(proposal.forVotes, votes);
    } else {
      proposal.againstVotes = add256(proposal.againstVotes, votes);
    }

    receipt.hasVoted = true;
    receipt.support = support;
    receipt.votes = votes;

    emit VoteCast(voter, proposalId, support, votes);
  }

  function __acceptAdmin() public {
    require(msg.sender == guardian, "GovernorAlpha::__acceptAdmin: sender must be gov guardian");
    timelock.acceptAdmin();
  }

  function __abdicate() public {
    require(msg.sender == guardian, "GovernorAlpha::__abdicate: sender must be gov guardian");
    guardian = address(0);
  }

  function __queueSetTimelockPendingAdmin(address newPendingAdmin, uint eta) public {
    require(msg.sender == guardian, "GovernorAlpha::__queueSetTimelockPendingAdmin: sender must be gov guardian");
    timelock.queueTransaction(address(timelock), 0, "setPendingAdmin(address)", abi.encode(newPendingAdmin), eta);
  }

  function __executeSetTimelockPendingAdmin(address newPendingAdmin, uint eta) public {
    require(msg.sender == guardian, "GovernorAlpha::__executeSetTimelockPendingAdmin: sender must be gov guardian");
    timelock.executeTransaction(address(timelock), 0, "setPendingAdmin(address)", abi.encode(newPendingAdmin), eta);
  }

  function add256(uint256 a, uint256 b) internal pure returns (uint) {
    uint c = a + b;
    require(c >= a, "addition overflow");
    return c;
  }

  function sub256(uint256 a, uint256 b) internal pure returns (uint) {
    require(b <= a, "subtraction underflow");
    return a - b;
  }

  function getChainId() internal pure returns (uint) {
    uint chainId;
    assembly { chainId := chainid() }
    return chainId;
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"timelock_","type":"address"},{"internalType":"address[]","name":"voteSources_","type":"address[]"},{"internalType":"address","name":"guardian_","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"}],"name":"ProposalCanceled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":true,"internalType":"address","name":"proposer","type":"address"},{"indexed":false,"internalType":"address[]","name":"targets","type":"address[]"},{"indexed":false,"internalType":"uint256[]","name":"values","type":"uint256[]"},{"indexed":false,"internalType":"string[]","name":"signatures","type":"string[]"},{"indexed":false,"internalType":"bytes[]","name":"calldatas","type":"bytes[]"},{"indexed":false,"internalType":"uint256","name":"startBlock","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"endBlock","type":"uint256"},{"indexed":false,"internalType":"string","name":"description","type":"string"}],"name":"ProposalCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"}],"name":"ProposalExecuted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"eta","type":"uint256"}],"name":"ProposalQueued","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"voter","type":"address"},{"indexed":true,"internalType":"uint256","name":"proposalId","type":"uint256"},{"indexed":true,"internalType":"bool","name":"support","type":"bool"},{"indexed":false,"internalType":"uint256","name":"votes","type":"uint256"}],"name":"VoteCast","type":"event"},{"constant":true,"inputs":[],"name":"BALLOT_TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"DOMAIN_TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"__abdicate","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"__acceptAdmin","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"newPendingAdmin","type":"address"},{"internalType":"uint256","name":"eta","type":"uint256"}],"name":"__executeSetTimelockPendingAdmin","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"newPendingAdmin","type":"address"},{"internalType":"uint256","name":"eta","type":"uint256"}],"name":"__queueSetTimelockPendingAdmin","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"proposalId","type":"uint256"}],"name":"cancel","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"proposalId","type":"uint256"},{"internalType":"bool","name":"support","type":"bool"}],"name":"castVote","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"proposalId","type":"uint256"},{"internalType":"bool","name":"support","type":"bool"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"castVoteBySig","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"proposalId","type":"uint256"}],"name":"execute","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"proposalId","type":"uint256"}],"name":"getActions","outputs":[{"internalType":"address[]","name":"targets","type":"address[]"},{"internalType":"uint256[]","name":"values","type":"uint256[]"},{"internalType":"string[]","name":"signatures","type":"string[]"},{"internalType":"bytes[]","name":"calldatas","type":"bytes[]"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"blockNumber","type":"uint256"}],"name":"getPriorVotes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"proposalId","type":"uint256"},{"internalType":"address","name":"voter","type":"address"}],"name":"getReceipt","outputs":[{"components":[{"internalType":"bool","name":"hasVoted","type":"bool"},{"internalType":"bool","name":"support","type":"bool"},{"internalType":"uint256","name":"votes","type":"uint256"}],"internalType":"struct GovernorAlphaInterface.Receipt","name":"","type":"tuple"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getVoteSources","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"guardian","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"latestProposalIds","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"proposalCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"proposalMaxOperations","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[],"name":"proposalThreshold","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"proposals","outputs":[{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"address","name":"proposer","type":"address"},{"internalType":"uint256","name":"eta","type":"uint256"},{"internalType":"uint256","name":"startBlock","type":"uint256"},{"internalType":"uint256","name":"endBlock","type":"uint256"},{"internalType":"uint256","name":"forVotes","type":"uint256"},{"internalType":"uint256","name":"againstVotes","type":"uint256"},{"internalType":"bool","name":"canceled","type":"bool"},{"internalType":"bool","name":"executed","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address[]","name":"targets","type":"address[]"},{"internalType":"uint256[]","name":"values","type":"uint256[]"},{"internalType":"string[]","name":"signatures","type":"string[]"},{"internalType":"bytes[]","name":"calldatas","type":"bytes[]"},{"internalType":"string","name":"description","type":"string"}],"name":"propose","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"proposalId","type":"uint256"}],"name":"queue","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"quorumVotes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"proposalId","type":"uint256"}],"name":"state","outputs":[{"internalType":"enum GovernorAlphaInterface.ProposalState","name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"timelock","outputs":[{"internalType":"contract TimelockInterface","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"voteSources","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"votingDelay","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"},{"constant":true,"inputs":[],"name":"votingPeriod","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"pure","type":"function"}]

Deployed Bytecode

0x6080604052600436106101c25760003560e01c8063760fbc13116100f7578063d33219b411610095578063deaaa7cc11610064578063deaaa7cc146104d6578063e23a9a52146104eb578063f986a16f14610518578063fe0d94c114610538576101c2565b8063d33219b41461045f578063da35c66414610481578063da95691a14610496578063ddf0b009146104b6576101c2565b806391500671116100d157806391500671146103f3578063b58131b014610413578063b9a6196114610428578063c53636031461043d576101c2565b8063760fbc13146103a9578063782d6fe1146103be5780637bdbe4d0146103de576101c2565b806324bc1a64116101645780633e4f49e61161013e5780633e4f49e61461031a57806340e58ee514610347578063452a9320146103675780634634c61f14610389576101c2565b806324bc1a64146102c0578063328dd982146102d55780633932abb114610305576101c2565b806315373e3d116101a057806315373e3d1461024957806317977c611461026b57806320606b701461028b57806321f43e42146102a0576101c2565b8063013cf08b146101c757806302a251a31461020557806306fdde0314610227575b600080fd5b3480156101d357600080fd5b506101e76101e236600461245b565b61054b565b6040516101fc99989796959493929190613553565b60405180910390f35b34801561021157600080fd5b5061021a6105a4565b6040516101fc9190613328565b34801561023357600080fd5b5061023c6105ab565b6040516101fc91906133e4565b34801561025557600080fd5b506102696102643660046124a9565b6105dc565b005b34801561027757600080fd5b5061021a61028636600461229e565b6105eb565b34801561029757600080fd5b5061021a6105fd565b3480156102ac57600080fd5b506102696102bb3660046122c4565b610614565b3480156102cc57600080fd5b5061021a6106fb565b3480156102e157600080fd5b506102f56102f036600461245b565b610709565b6040516101fc9493929190613253565b34801561031157600080fd5b5061021a610998565b34801561032657600080fd5b5061033a61033536600461245b565b61099d565b6040516101fc91906133d6565b34801561035357600080fd5b5061026961036236600461245b565b610b1f565b34801561037357600080fd5b5061037c610cfe565b6040516101fc919061312f565b34801561039557600080fd5b506102696103a43660046124d9565b610d0d565b3480156103b557600080fd5b50610269610ea2565b3480156103ca57600080fd5b5061021a6103d93660046122c4565b610ede565b3480156103ea57600080fd5b5061021a610fb5565b3480156103ff57600080fd5b5061026961040e3660046122c4565b610fba565b34801561041f57600080fd5b5061021a61108f565b34801561043457600080fd5b5061026961109d565b34801561044957600080fd5b50610452611122565b6040516101fc9190613242565b34801561046b57600080fd5b50610474611184565b6040516101fc91906133c8565b34801561048d57600080fd5b5061021a611193565b3480156104a257600080fd5b5061021a6104b13660046122fe565b611199565b3480156104c257600080fd5b506102696104d136600461245b565b61153a565b3480156104e257600080fd5b5061021a6117b1565b3480156104f757600080fd5b5061050b610506366004612479565b6117bd565b6040516101fc9190613545565b34801561052457600080fd5b5061037c61053336600461245b565b61181e565b61026961054636600461245b565b611845565b6004602052600090815260409020805460018201546002830154600784015460088501546009860154600a870154600b9097015495966001600160a01b0390951695939492939192909160ff8082169161010090041689565b6143805b90565b60405180604001604052806015815260200174506f776572506f6f6c20476f7665726e6f72204c3160581b81525081565b6105e73383836119fe565b5050565b60056020526000908152604090205481565b60405161060990613119565b604051809103902081565b6002546001600160a01b031633146106475760405162461bcd60e51b815260040161063e90613425565b60405180910390fd5b600080546040516001600160a01b0390911691630825f38f9183919061067190879060200161312f565b604051602081830303815290604052856040518563ffffffff1660e01b81526004016106a0949392919061313d565b600060405180830381600087803b1580156106ba57600080fd5b505af11580156106ce573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526106f69190810190612426565b505050565b6954b40b1f852bda00000090565b6060806060806000600460008781526020019081526020016000209050806003018160040182600501836006018380548060200260200160405190810160405280929190818152602001828054801561078b57602002820191906000526020600020905b81546001600160a01b0316815260019091019060200180831161076d575b50505050509350828054806020026020016040519081016040528092919081815260200182805480156107dd57602002820191906000526020600020905b8154815260200190600101908083116107c9575b5050505050925081805480602002602001604051908101604052809291908181526020016000905b828210156108b05760008481526020908190208301805460408051601f600260001961010060018716150201909416939093049283018590048502810185019091528181529283018282801561089c5780601f106108715761010080835404028352916020019161089c565b820191906000526020600020905b81548152906001019060200180831161087f57829003601f168201915b505050505081526020019060010190610805565b50505050915080805480602002602001604051908101604052809291908181526020016000905b828210156109825760008481526020908190208301805460408051601f600260001961010060018716150201909416939093049283018590048502810185019091528181529283018282801561096e5780601f106109435761010080835404028352916020019161096e565b820191906000526020600020905b81548152906001019060200180831161095157829003601f168201915b5050505050815260200190600101906108d7565b5050505090509450945094509450509193509193565b600190565b600081600354101580156109b15750600082115b6109cd5760405162461bcd60e51b815260040161063e90613435565b6000828152600460205260409020600b81015460ff16156109f2576002915050610b1a565b80600701544311610a07576000915050610b1a565b80600801544311610a1c576001915050610b1a565b80600a01548160090154111580610a3d5750610a366106fb565b8160090154105b15610a4c576003915050610b1a565b6002810154610a5f576004915050610b1a565b600b810154610100900460ff1615610a7b576007915050610b1a565b6002810154600054604080516360d143f160e11b81529051610b0493926001600160a01b03169163c1a287e2916004808301926020929190829003018186803b158015610ac757600080fd5b505afa158015610adb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250610aff9190810190612408565b611b31565b4210610b14576006915050610b1a565b60059150505b919050565b6000610b2a8261099d565b90506007816007811115610b3a57fe5b1415610b585760405162461bcd60e51b815260040161063e90613505565b60008281526004602052604090206002546001600160a01b0316331480610ba55750610b8261108f565b600180830154610ba3916001600160a01b03909116906103d9904390611b5d565b105b610bc15760405162461bcd60e51b815260040161063e906134a5565b600b8101805460ff1916600117905560005b6003820154811015610ccd576000546003830180546001600160a01b039092169163591fcdfe919084908110610c0557fe5b6000918252602090912001546004850180546001600160a01b039092169185908110610c2d57fe5b9060005260206000200154856005018581548110610c4757fe5b90600052602060002001866006018681548110610c6057fe5b9060005260206000200187600201546040518663ffffffff1660e01b8152600401610c8f959493929190613201565b600060405180830381600087803b158015610ca957600080fd5b505af1158015610cbd573d6000803e3d6000fd5b505060019092019150610bd39050565b5060405183907f789cf55be980739dad1d0699b93b58e806b51c9d96619bfa8fe0a28abaa7b30c90600090a2505050565b6002546001600160a01b031681565b6000604051610d1b90613119565b604080519182900382208282019091526015825274506f776572506f6f6c20476f7665726e6f72204c3160581b6020909201919091527fbfed68727d6036daef4e2ec4e11ace56e8d896523691b3356523e65253747329610d7a611b85565b30604051602001610d8e9493929190613336565b6040516020818303038152906040528051906020012090506000604051610db490613124565b604051908190038120610dcd918990899060200161336b565b60405160208183030381529060405280519060200120905060008282604051602001610dfa9291906130e8565b604051602081830303815290604052805190602001209050600060018288888860405160008152602001604052604051610e379493929190613393565b6020604051602081039080840390855afa158015610e59573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116610e8c5760405162461bcd60e51b815260040161063e906134e5565b610e97818a8a6119fe565b505050505050505050565b6002546001600160a01b03163314610ecc5760405162461bcd60e51b815260040161063e90613535565b600280546001600160a01b0319169055565b6001546000908190815b81811015610fa957610f9f8360018381548110610f0157fe5b60009182526020909120015460405163782d6fe160e01b81526001600160a01b039091169063782d6fe190610f3c908b908b9060040161318c565b60206040518083038186803b158015610f5457600080fd5b505afa158015610f68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250610f8c9190810190612541565b6bffffffffffffffffffffffff16611b31565b9250600101610ee8565b50909150505b92915050565b600a90565b6002546001600160a01b03163314610fe45760405162461bcd60e51b815260040161063e90613465565b600080546040516001600160a01b0390911691633a66f9019183919061100e90879060200161312f565b604051602081830303815290604052856040518563ffffffff1660e01b815260040161103d949392919061313d565b602060405180830381600087803b15801561105757600080fd5b505af115801561106b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106f69190810190612408565b69021e19e0c9bab240000090565b6002546001600160a01b031633146110c75760405162461bcd60e51b815260040161063e906133f5565b6000805460408051630e18b68160e01b815290516001600160a01b0390921692630e18b6819260048084019382900301818387803b15801561110857600080fd5b505af115801561111c573d6000803e3d6000fd5b50505050565b6060600180548060200260200160405190810160405280929190818152602001828054801561117a57602002820191906000526020600020905b81546001600160a01b0316815260019091019060200180831161115c575b5050505050905090565b6000546001600160a01b031681565b60035481565b60006111a361108f565b6111b2336103d9436001611b5d565b116111cf5760405162461bcd60e51b815260040161063e906134d5565b845186511480156111e1575083518651145b80156111ee575082518651145b61120a5760405162461bcd60e51b815260040161063e90613495565b85516112285760405162461bcd60e51b815260040161063e906134c5565b611230610fb5565b865111156112505760405162461bcd60e51b815260040161063e90613475565b3360009081526005602052604090205480156112cd5760006112718261099d565b9050600181600781111561128157fe5b141561129f5760405162461bcd60e51b815260040161063e906134f5565b60008160078111156112ad57fe5b14156112cb5760405162461bcd60e51b815260040161063e90613455565b505b60006112db43610aff610998565b905060006112eb82610aff6105a4565b60038054600101905590506112fe611ce8565b604051806101a001604052806003548152602001336001600160a01b03168152602001600081526020018b81526020018a815260200189815260200188815260200184815260200183815260200160008152602001600081526020016000151581526020016000151581525090508060046000836000015181526020019081526020016000206000820151816000015560208201518160010160006101000a8154816001600160a01b0302191690836001600160a01b031602179055506040820151816002015560608201518160030190805190602001906113e1929190611d5d565b50608082015180516113fd916004840191602090910190611dc2565b5060a08201518051611419916005840191602090910190611e09565b5060c08201518051611435916006840191602090910190611e62565b5060e082015181600701556101008201518160080155610120820151816009015561014082015181600a015561016082015181600b0160006101000a81548160ff02191690831515021790555061018082015181600b0160016101000a81548160ff02191690831515021790555090505080600001516005600083602001516001600160a01b03166001600160a01b0316815260200190815260200160002081905550336001600160a01b031681600001517f7d84a6263ae0d98d3329bd7b46bb4e8d6f98cd35a7adb45c274c8b7fd5ebd5e08c8c8c8c89898e60405161152297969594939291906132a0565b60405180910390a35193505050505b95945050505050565b60046115458261099d565b600781111561155057fe5b1461156d5760405162461bcd60e51b815260040161063e90613405565b600081815260046020818152604080842084548251630d48571f60e31b815292519195946115c29442946001600160a01b0390931693636a42b8f8938084019390829003018186803b158015610ac757600080fd5b905060005b600383015481101561176a576117628360030182815481106115e557fe5b6000918252602090912001546004850180546001600160a01b03909216918490811061160d57fe5b906000526020600020015485600501848154811061162757fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152928301828280156116b55780601f1061168a576101008083540402835291602001916116b5565b820191906000526020600020905b81548152906001019060200180831161169857829003601f168201915b50505050508660060185815481106116c957fe5b600091825260209182902001805460408051601f60026000196101006001871615020190941693909304928301859004850281018501909152818152928301828280156117575780601f1061172c57610100808354040283529160200191611757565b820191906000526020600020905b81548152906001019060200180831161173a57829003601f168201915b505050505086611b89565b6001016115c7565b50808260020181905550827f9a2e42fd6722813d69113e7d0079d3d940171428df7373df9c7f7617cfda2892826040516117a49190613328565b60405180910390a2505050565b60405161060990613124565b6117c5611ebb565b5060009182526004602090815260408084206001600160a01b03939093168452600c9092018152918190208151606081018352815460ff8082161515835261010090910416151593810193909352600101549082015290565b6001818154811061182b57fe5b6000918252602090912001546001600160a01b0316905081565b60056118508261099d565b600781111561185b57fe5b146118785760405162461bcd60e51b815260040161063e90613415565b6000818152600460205260408120600b8101805461ff001916610100179055905b60038201548110156119ce576000546004830180546001600160a01b0390921691630825f38f9190849081106118cb57fe5b90600052602060002001548460030184815481106118e557fe5b6000918252602090912001546004860180546001600160a01b03909216918690811061190d57fe5b906000526020600020015486600501868154811061192757fe5b9060005260206000200187600601878154811061194057fe5b9060005260206000200188600201546040518763ffffffff1660e01b815260040161196f959493929190613201565b6000604051808303818588803b15801561198857600080fd5b505af115801561199c573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f191682016040526119c59190810190612426565b50600101611899565b5060405182907f712ae1383f79ac853f8d882153778e0260ef8f03b504e2866e0593e04d2b291f90600090a25050565b6001611a098361099d565b6007811115611a1457fe5b14611a315760405162461bcd60e51b815260040161063e90613515565b60008281526004602090815260408083206001600160a01b0387168452600c8101909252909120805460ff1615611a7a5760405162461bcd60e51b815260040161063e90613445565b6000611a8a868460070154610ede565b90508315611aaa57611aa0836009015482611b31565b6009840155611abe565b611ab883600a015482611b31565b600a8401555b8154841515610100810261ff001960ff1990931660019081179390931617845590830182905560405186906001600160a01b038916907f877856338e13f63d0c36822ff0ef736b80934cd90574a3a5bc9262c39d217c4690611b21908690613328565b60405180910390a4505050505050565b600082820183811015611b565760405162461bcd60e51b815260040161063e90613485565b9392505050565b600082821115611b7f5760405162461bcd60e51b815260040161063e90613525565b50900390565b4690565b6000546040516001600160a01b039091169063f2b0653790611bb790889088908890889088906020016131a7565b604051602081830303815290604052805190602001206040518263ffffffff1660e01b8152600401611be99190613328565b60206040518083038186803b158015611c0157600080fd5b505afa158015611c15573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611c3991908101906123ea565b15611c565760405162461bcd60e51b815260040161063e906134b5565b600054604051633a66f90160e01b81526001600160a01b0390911690633a66f90190611c8e90889088908890889088906004016131a7565b602060405180830381600087803b158015611ca857600080fd5b505af1158015611cbc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611ce09190810190612408565b505050505050565b604051806101a001604052806000815260200160006001600160a01b031681526020016000815260200160608152602001606081526020016060815260200160608152602001600081526020016000815260200160008152602001600081526020016000151581526020016000151581525090565b828054828255906000526020600020908101928215611db2579160200282015b82811115611db257825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190611d7d565b50611dbe929150611edb565b5090565b828054828255906000526020600020908101928215611dfd579160200282015b82811115611dfd578251825591602001919060010190611de2565b50611dbe929150611eff565b828054828255906000526020600020908101928215611e56579160200282015b82811115611e565782518051611e46918491602090910190611f19565b5091602001919060010190611e29565b50611dbe929150611f86565b828054828255906000526020600020908101928215611eaf579160200282015b82811115611eaf5782518051611e9f918491602090910190611f19565b5091602001919060010190611e82565b50611dbe929150611fa9565b604080516060810182526000808252602082018190529181019190915290565b6105a891905b80821115611dbe5780546001600160a01b0319168155600101611ee1565b6105a891905b80821115611dbe5760008155600101611f05565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10611f5a57805160ff1916838001178555611dfd565b82800160010185558215611dfd5791820182811115611dfd578251825591602001919060010190611de2565b6105a891905b80821115611dbe576000611fa08282611fcc565b50600101611f8c565b6105a891905b80821115611dbe576000611fc38282611fcc565b50600101611faf565b50805460018160011615610100020316600290046000825580601f10611ff25750612010565b601f0160209004906000526020600020908101906120109190611eff565b50565b8035610faf81613712565b600082601f83011261202f57600080fd5b813561204261203d82613600565b6135d9565b9150818183526020840193506020810190508385602084028201111561206757600080fd5b60005b83811015612093578161207d8882612013565b845250602092830192919091019060010161206a565b5050505092915050565b600082601f8301126120ae57600080fd5b81356120bc61203d82613600565b81815260209384019390925082018360005b8381101561209357813586016120e488826121f3565b84525060209283019291909101906001016120ce565b600082601f83011261210b57600080fd5b813561211961203d82613600565b81815260209384019390925082018360005b83811015612093578135860161214188826121f3565b845250602092830192919091019060010161212b565b600082601f83011261216857600080fd5b813561217661203d82613600565b9150818183526020840193506020810190508385602084028201111561219b57600080fd5b60005b8381101561209357816121b188826121dd565b845250602092830192919091019060010161219e565b8035610faf81613726565b8051610faf81613726565b8035610faf8161372f565b8051610faf8161372f565b600082601f83011261220457600080fd5b813561221261203d82613621565b9150808252602083016020830185838301111561222e57600080fd5b6122398382846136c6565b50505092915050565b600082601f83011261225357600080fd5b815161226161203d82613621565b9150808252602083016020830185838301111561227d57600080fd5b6122398382846136d2565b8035610faf81613738565b8051610faf81613741565b6000602082840312156122b057600080fd5b60006122bc8484612013565b949350505050565b600080604083850312156122d757600080fd5b60006122e38585612013565b92505060206122f4858286016121dd565b9150509250929050565b600080600080600060a0868803121561231657600080fd5b853567ffffffffffffffff81111561232d57600080fd5b6123398882890161201e565b955050602086013567ffffffffffffffff81111561235657600080fd5b61236288828901612157565b945050604086013567ffffffffffffffff81111561237f57600080fd5b61238b888289016120fa565b935050606086013567ffffffffffffffff8111156123a857600080fd5b6123b48882890161209d565b925050608086013567ffffffffffffffff8111156123d157600080fd5b6123dd888289016121f3565b9150509295509295909350565b6000602082840312156123fc57600080fd5b60006122bc84846121d2565b60006020828403121561241a57600080fd5b60006122bc84846121e8565b60006020828403121561243857600080fd5b815167ffffffffffffffff81111561244f57600080fd5b6122bc84828501612242565b60006020828403121561246d57600080fd5b60006122bc84846121dd565b6000806040838503121561248c57600080fd5b600061249885856121dd565b92505060206122f485828601612013565b600080604083850312156124bc57600080fd5b60006124c885856121dd565b92505060206122f4858286016121c7565b600080600080600060a086880312156124f157600080fd5b60006124fd88886121dd565b955050602061250e888289016121c7565b945050604061251f88828901612288565b9350506060612530888289016121dd565b92505060806123dd888289016121dd565b60006020828403121561255357600080fd5b60006122bc8484612293565b600061256b838361258b565b505060200190565b6000611b568383612733565b600061256b8383612719565b61259481613668565b82525050565b60006125a58261365b565b6125af818561365f565b93506125ba83613649565b8060005b838110156125e85781516125d2888261255f565b97506125dd83613649565b9250506001016125be565b509495945050505050565b60006125fe8261365b565b612608818561365f565b93508360208202850161261a85613649565b8060005b8581101561265457848403895281516126378582612573565b945061264283613649565b60209a909a019992505060010161261e565b5091979650505050505050565b600061266c8261365b565b612676818561365f565b93508360208202850161268885613649565b8060005b8581101561265457848403895281516126a58582612573565b94506126b083613649565b60209a909a019992505060010161268c565b60006126cd8261365b565b6126d7818561365f565b93506126e283613649565b8060005b838110156125e85781516126fa888261257f565b975061270583613649565b9250506001016126e6565b61259481613673565b612594816105a8565b61259461272e826105a8565b6105a8565b600061273e8261365b565b612748818561365f565b93506127588185602086016136d2565b612761816136fe565b9093019392505050565b60008154600181166000811461278857600181146127ae576127ed565b607f6002830416612799818761365f565b60ff19841681529550506020850192506127ed565b600282046127bc818761365f565b95506127c78561364f565b60005b828110156127e6578154888201526001909101906020016127ca565b8701945050505b505092915050565b612594816136a5565b612594816136b0565b612594816136bb565b600061281d60398361365f565b7f476f7665726e6f72416c7068613a3a5f5f61636365707441646d696e3a20736581527f6e646572206d75737420626520676f7620677561726469616e00000000000000602082015260400192915050565b600061287c60448361365f565b7f476f7665726e6f72416c7068613a3a71756575653a2070726f706f73616c206381527f616e206f6e6c79206265207175657565642069662069742069732073756363656020820152631959195960e21b604082015260600192915050565b60006128e860458361365f565b7f476f7665726e6f72416c7068613a3a657865637574653a2070726f706f73616c81527f2063616e206f6e6c7920626520657865637574656420696620697420697320716020820152641d595d595960da1b604082015260600192915050565b6000612955600283610b1a565b61190160f01b815260020192915050565b6000612973604c8361365f565b7f476f7665726e6f72416c7068613a3a5f5f6578656375746553657454696d656c81527f6f636b50656e64696e6741646d696e3a2073656e646572206d7573742062652060208201526b33b7bb1033bab0b93234b0b760a11b604082015260600192915050565b60006129e760188361365f565b7f73657450656e64696e6741646d696e2861646472657373290000000000000000815260200192915050565b6000612a2060298361365f565b7f476f7665726e6f72416c7068613a3a73746174653a20696e76616c69642070728152681bdc1bdcd85b081a5960ba1b602082015260400192915050565b6000612a6b602d8361365f565b7f476f7665726e6f72416c7068613a3a5f63617374566f74653a20766f7465722081526c185b1c9958591e481d9bdd1959609a1b602082015260400192915050565b6000612aba60598361365f565b7f476f7665726e6f72416c7068613a3a70726f706f73653a206f6e65206c69766581527f2070726f706f73616c207065722070726f706f7365722c20666f756e6420616e60208201527f20616c72656164792070656e64696e672070726f706f73616c00000000000000604082015260600192915050565b6000612b3f604a8361365f565b7f476f7665726e6f72416c7068613a3a5f5f717565756553657454696d656c6f6381527f6b50656e64696e6741646d696e3a2073656e646572206d75737420626520676f6020820152693b1033bab0b93234b0b760b11b604082015260600192915050565b6000612bb160288361365f565b7f476f7665726e6f72416c7068613a3a70726f706f73653a20746f6f206d616e7981526720616374696f6e7360c01b602082015260400192915050565b6000612bfb60118361365f565b706164646974696f6e206f766572666c6f7760781b815260200192915050565b6000612c28604383610b1a565b7f454950373132446f6d61696e28737472696e67206e616d652c75696e7432353681527f20636861696e49642c6164647265737320766572696679696e67436f6e74726160208201526263742960e81b604082015260430192915050565b6000612c93602783610b1a565b7f42616c6c6f742875696e743235362070726f706f73616c49642c626f6f6c20738152667570706f72742960c81b602082015260270192915050565b6000612cdc60448361365f565b7f476f7665726e6f72416c7068613a3a70726f706f73653a2070726f706f73616c81527f2066756e6374696f6e20696e666f726d6174696f6e206172697479206d69736d6020820152630c2e8c6d60e31b604082015260600192915050565b6000612d48602f8361365f565b7f476f7665726e6f72416c7068613a3a63616e63656c3a2070726f706f7365722081526e18589bdd99481d1a1c995cda1bdb19608a1b602082015260400192915050565b6000612d9960448361365f565b7f476f7665726e6f72416c7068613a3a5f71756575654f725265766572743a207081527f726f706f73616c20616374696f6e20616c7265616479207175657565642061746020820152632065746160e01b604082015260600192915050565b6000612e05602c8361365f565b7f476f7665726e6f72416c7068613a3a70726f706f73653a206d7573742070726f81526b7669646520616374696f6e7360a01b602082015260400192915050565b6000612e53603f8361365f565b7f476f7665726e6f72416c7068613a3a70726f706f73653a2070726f706f73657281527f20766f7465732062656c6f772070726f706f73616c207468726573686f6c6400602082015260400192915050565b6000612eb2602f8361365f565b7f476f7665726e6f72416c7068613a3a63617374566f746542795369673a20696e81526e76616c6964207369676e617475726560881b602082015260400192915050565b6000612f0360588361365f565b7f476f7665726e6f72416c7068613a3a70726f706f73653a206f6e65206c69766581527f2070726f706f73616c207065722070726f706f7365722c20666f756e6420616e60208201527f20616c7265616479206163746976652070726f706f73616c0000000000000000604082015260600192915050565b6000612f8860368361365f565b7f476f7665726e6f72416c7068613a3a63616e63656c3a2063616e6e6f742063618152751b98d95b08195e1958dd5d1959081c1c9bdc1bdcd85b60521b602082015260400192915050565b6000612fe0602a8361365f565b7f476f7665726e6f72416c7068613a3a5f63617374566f74653a20766f74696e67815269081a5cc818db1bdcd95960b21b602082015260400192915050565b600061302c60158361365f565b747375627472616374696f6e20756e646572666c6f7760581b815260200192915050565b600061305d60368361365f565b7f476f7665726e6f72416c7068613a3a5f5f61626469636174653a2073656e6465815275391036bab9ba1031329033b7bb1033bab0b93234b0b760511b602082015260400192915050565b805160608301906130b98482612710565b5060208201516130cc6020850182612710565b50604082015161111c6040850182612719565b6125948161368e565b60006130f382612948565b91506130ff8285612722565b60208201915061310f8284612722565b5060200192915050565b6000610faf82612c1b565b6000610faf82612c86565b60208101610faf828461258b565b60a0810161314b828761258b565b6131586020830186612807565b8181036040830152613169816129da565b9050818103606083015261317d8185612733565b90506115316080830184612719565b6040810161319a828561258b565b611b566020830184612719565b60a081016131b5828861258b565b6131c26020830187612719565b81810360408301526131d48186612733565b905081810360608301526131e88185612733565b90506131f76080830184612719565b9695505050505050565b60a0810161320f828861258b565b61321c6020830187612719565b818103604083015261322e818661276b565b905081810360608301526131e8818561276b565b60208082528101611b56818461259a565b60808082528101613264818761259a565b9050818103602083015261327881866126c2565b9050818103604083015261328c8185612661565b905081810360608301526131f781846125f3565b60e080825281016132b1818a61259a565b905081810360208301526132c581896126c2565b905081810360408301526132d98188612661565b905081810360608301526132ed81876125f3565b90506132fc6080830186612719565b61330960a0830185612719565b81810360c083015261331b8184612733565b9998505050505050505050565b60208101610faf8284612719565b608081016133448287612719565b6133516020830186612719565b61335e6040830185612719565b611531606083018461258b565b606081016133798286612719565b6133866020830185612719565b6122bc6040830184612710565b608081016133a18287612719565b6133ae60208301866130df565b6133bb6040830185612719565b6115316060830184612719565b60208101610faf82846127f5565b60208101610faf82846127fe565b60208082528101611b568184612733565b60208082528101610faf81612810565b60208082528101610faf8161286f565b60208082528101610faf816128db565b60208082528101610faf81612966565b60208082528101610faf81612a13565b60208082528101610faf81612a5e565b60208082528101610faf81612aad565b60208082528101610faf81612b32565b60208082528101610faf81612ba4565b60208082528101610faf81612bee565b60208082528101610faf81612ccf565b60208082528101610faf81612d3b565b60208082528101610faf81612d8c565b60208082528101610faf81612df8565b60208082528101610faf81612e46565b60208082528101610faf81612ea5565b60208082528101610faf81612ef6565b60208082528101610faf81612f7b565b60208082528101610faf81612fd3565b60208082528101610faf8161301f565b60208082528101610faf81613050565b60608101610faf82846130a8565b6101208101613562828c612719565b61356f602083018b61258b565b61357c604083018a612719565b6135896060830189612719565b6135966080830188612719565b6135a360a0830187612719565b6135b060c0830186612719565b6135bd60e0830185612710565b6135cb610100830184612710565b9a9950505050505050505050565b60405181810167ffffffffffffffff811182821017156135f857600080fd5b604052919050565b600067ffffffffffffffff82111561361757600080fd5b5060209081020190565b600067ffffffffffffffff82111561363857600080fd5b506020601f91909101601f19160190565b60200190565b60009081526020902090565b5190565b90815260200190565b6000610faf82613682565b151590565b80610b1a81613708565b6001600160a01b031690565b60ff1690565b6bffffffffffffffffffffffff1690565b6000610faf82613668565b6000610faf82613678565b6000610faf826105a8565b82818337506000910152565b60005b838110156136ed5781810151838201526020016136d5565b8381111561111c5750506000910152565b601f01601f191690565b6008811061201057fe5b61371b81613668565b811461201057600080fd5b61371b81613673565b61371b816105a8565b61371b8161368e565b61371b8161369456fea365627a7a723158207473daaffd749cd7ee341050d337acd8f499038799b6306809340dcd9f3939dd6c6578706572696d656e74616cf564736f6c63430005100040

Deployed Bytecode Sourcemap

10868:12729:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13821:43;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;13821:43:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;11848:68;;8:9:-1;5:2;;;30:1;27;20:12;5:2;11848:68:0;;;:::i;:::-;;;;;;;;10962:53;;8:9:-1;5:2;;;30:1;27;20:12;5:2;10962:53:0;;;:::i;:::-;;;;;;;;20653:118;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;20653:118:0;;;;;;;;:::i;:::-;;13924:50;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;13924:50:0;;;;;;;;:::i;14043:122::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;14043:122:0;;;:::i;22823:326::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;22823:326:0;;;;;;;;:::i;11153:71::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;11153:71:0;;;:::i;18824:277::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;18824:277:0;;;;;;;;:::i;:::-;;;;;;;;;;;11705:63;;8:9:-1;5:2;;;30:1;27;20:12;5:2;11705:63:0;;;:::i;19259:951::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;19259:951:0;;;;;;;;:::i;:::-;;;;;;;;18114:704;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;18114:704:0;;;;;;;;:::i;12224:23::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;12224:23:0;;;:::i;:::-;;;;;;;;20777:599;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;20777:599:0;;;;;;;;:::i;22332:159::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;22332:159:0;;;:::i;20216:327::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;20216:327:0;;;;;;;;:::i;11528:74::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;11528:74:0;;;:::i;22497:320::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;22497:320:0;;;;;;;;:::i;11341:76::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;11341:76:0;;;:::i;22160:166::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;22160:166:0;;;:::i;20549:98::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;20549:98:0;;;:::i;:::-;;;;;;;;12027:33;;8:9:-1;5:2;;;30:1;27;20:12;5:2;12027:33:0;;;:::i;:::-;;;;;;;;12299:25;;8:9:-1;5:2;;;30:1;27;20:12;5:2;12299:25:0;;;:::i;14657:1985::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;14657:1985:0;;;;;;;;:::i;16648:541::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;16648:541:0;;;;;;;;:::i;14251:94::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;14251:94:0;;;:::i;19107:146::-;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;19107:146:0;;;;;;;;:::i;:::-;;;;;;;;12137:28;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;12137:28:0;;;;;;;;:::i;17567:541::-;;;;;;;;;:::i;13821:43::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;13821:43:0;;;;;;;;;;;;;;;;;;;;;;:::o;11848:68::-;11908:5;11848:68;;:::o;10962:53::-;;;;;;;;;;;;;;-1:-1:-1;;;10962:53:0;;;;:::o;20653:118::-;20723:42;20733:10;20745;20757:7;20723:9;:42::i;:::-;20653:118;;:::o;13924:50::-;;;;;;;;;;;;;:::o;14043:122::-;14085:80;;;;;;;;;;;;;;14043:122;:::o;22823:326::-;22936:8;;-1:-1:-1;;;;;22936:8:0;22922:10;:22;22914:111;;;;-1:-1:-1;;;22914:111:0;;;;;;;;;;;;;;;;;23032:8;;;23110:27;;-1:-1:-1;;;;;23032:8:0;;;;:27;;:8;;;23110:27;;23121:15;;23110:27;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;23110:27:0;;;23139:3;23032:111;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23032:111:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;23032:111:0;;;;;;39:16:-1;36:1;17:17;2:54;101:4;23032:111:0;80:15:-1;;;-1:-1;;76:31;65:43;;120:4;113:20;23032:111:0;;;;;;;;;;22823:326;;:::o;11153:71::-;11212:9;11153:71;:::o;18824:277::-;18882:24;18908:20;18930:26;18958:24;18991:18;19012:9;:21;19022:10;19012:21;;;;;;;;;;;18991:42;;19048:1;:9;;19059:1;:8;;19069:1;:12;;19083:1;:11;;19040:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;19040:55:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;19040:55:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;19040:55:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18824:277;;;;;:::o;11705:63::-;11764:1;11705:63;:::o;19259:951::-;19312:13;19359:10;19342:13;;:27;;:45;;;;;19386:1;19373:10;:14;19342:45;19334:99;;;;-1:-1:-1;;;19334:99:0;;;;;;;;;19440:25;19468:21;;;:9;:21;;;;;19500:17;;;;;;19496:709;;;19535:22;19528:29;;;;;19496:709;19591:8;:19;;;19575:12;:35;19571:634;;19628:21;19621:28;;;;;19571:634;19683:8;:17;;;19667:12;:33;19663:542;;19718:20;19711:27;;;;;19663:542;19777:8;:21;;;19756:8;:17;;;:42;;:79;;;;19822:13;:11;:13::i;:::-;19802:8;:17;;;:33;19756:79;19752:453;;;19853:22;19846:29;;;;;19752:453;19893:12;;;;19889:316;;19928:23;19921:30;;;;;19889:316;19969:17;;;;;;;;;19965:240;;;20004:22;19997:29;;;;;19965:240;20070:12;;;;20084:8;;:23;;;-1:-1:-1;;;20084:23:0;;;;20063:45;;20070:12;-1:-1:-1;;;;;20084:8:0;;:21;;:23;;;;;;;;;;;;;;:8;:23;;;5:2:-1;;;;30:1;27;20:12;5:2;20084:23:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;20084:23:0;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;20084:23:0;;;;;;;;;20063:6;:45::i;:::-;20044:15;:64;20040:165;;20126:21;20119:28;;;;;20040:165;20177:20;20170:27;;;19259:951;;;;:::o;18114:704::-;18161:19;18183:17;18189:10;18183:5;:17::i;:::-;18161:39;-1:-1:-1;18224:22:0;18215:5;:31;;;;;;;;;;18207:98;;;;-1:-1:-1;;;18207:98:0;;;;;;;;;18314:25;18342:21;;;:9;:21;;;;;18392:8;;-1:-1:-1;;;;;18392:8:0;18378:10;:22;;:105;;;18464:19;:17;:19::i;:::-;18418:17;;;;;18404:57;;-1:-1:-1;;;;;18418:17:0;;;;18437:23;;18444:12;;18437:6;:23::i;18404:57::-;:79;18378:105;18370:165;;;;-1:-1:-1;;;18370:165:0;;;;;;;;;18544:17;;;:24;;-1:-1:-1;;18544:24:0;18564:4;18544:24;;;:17;18575:196;18596:16;;;:23;18592:27;;18575:196;;;18635:8;;18662:16;;;:19;;-1:-1:-1;;;;;18635:8:0;;;;:26;;18662:16;18679:1;;18662:19;;;;;;;;;;;;;;;;18683:15;;;:18;;-1:-1:-1;;;;;18662:19:0;;;;18699:1;;18683:18;;;;;;;;;;;;;;18703:8;:19;;18723:1;18703:22;;;;;;;;;;;;;;;18727:8;:18;;18746:1;18727:21;;;;;;;;;;;;;;;18750:8;:12;;;18635:128;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;18635:128:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;;18621:3:0;;;;;-1:-1:-1;18575:196:0;;-1:-1:-1;18575:196:0;;-1:-1:-1;18784:28:0;;18801:10;;18784:28;;;;;18114:704;;;:::o;12224:23::-;;;-1:-1:-1;;;;;12224:23:0;;:::o;20777:599::-;20876:23;14085:80;;;;;;;;;;;;;;;;20956:4;;;;;;;;;-1:-1:-1;;;20956:4:0;;;;;;;;20940:22;20964:12;:10;:12::i;:::-;20986:4;20912:80;;;;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;20912:80:0;;;20902:91;;;;;;20876:117;;21000:18;14293:52;;;;;;;;;;;;;;;21031:48;;21059:10;;21071:7;;21031:48;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;21031:48:0;;;21021:59;;;;;;21000:80;;21087:14;21143:15;21160:10;21114:57;;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;21114:57:0;;;21104:68;;;;;;21087:85;;21179:17;21199:26;21209:6;21217:1;21220;21223;21199:26;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;;21199:26:0;;-1:-1:-1;;21199:26:0;;;-1:-1:-1;;;;;;;21240:23:0;;21232:83;;;;-1:-1:-1;;;21232:83:0;;;;;;;;;21329:41;21339:9;21350:10;21362:7;21329:9;:41::i;:::-;21322:48;;;;20777:599;;;;;:::o;22332:159::-;22390:8;;-1:-1:-1;;;;;22390:8:0;22376:10;:22;22368:89;;;;-1:-1:-1;;;22368:89:0;;;;;;;;;22464:8;:21;;-1:-1:-1;;;;;;22464:21:0;;;22332:159::o;20216:327::-;20352:11;:18;20298:7;;;;;20379:138;20403:3;20399:1;:7;20379:138;;;20430:79;20437:5;20457:11;20469:1;20457:14;;;;;;;;;;;;;;;;;;20444:64;;-1:-1:-1;;;20444:64:0;;-1:-1:-1;;;;;20457:14:0;;;;20444:42;;:64;;20487:7;;20496:11;;20444:64;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;20444:64:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;20444:64:0;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;20444:64:0;;;;;;;;;20430:79;;:6;:79::i;:::-;20422:87;-1:-1:-1;20408:3:0;;20379:138;;;-1:-1:-1;20532:5:0;;-1:-1:-1;;20216:327:0;;;;;:::o;11528:74::-;11597:2;11528:74;:::o;22497:320::-;22608:8;;-1:-1:-1;;;;;22608:8:0;22594:10;:22;22586:109;;;;-1:-1:-1;;;22586:109:0;;;;;;;;;22702:8;;;22778:27;;-1:-1:-1;;;;;22702:8:0;;;;:25;;:8;;;22778:27;;22789:15;;22778:27;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;22778:27:0;;;22807:3;22702:109;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;22702:109:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;22702:109:0;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;22702:109:0;;;;;;;;11341:76;11406:8;11341:76;:::o;22160:166::-;22221:8;;-1:-1:-1;;;;;22221:8:0;22207:10;:22;22199:92;;;;-1:-1:-1;;;22199:92:0;;;;;;;;;22298:8;;;:22;;;-1:-1:-1;;;22298:22:0;;;;-1:-1:-1;;;;;22298:8:0;;;;:20;;:22;;;;;;;;;;:8;;:22;;;5:2:-1;;;;30:1;27;20:12;5:2;22298:22:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;22298:22:0;;;;22160:166::o;20549:98::-;20598:16;20630:11;20623:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;20623:18:0;;;;;;;;;;;;;;;;;;;;;;;20549:98;:::o;12027:33::-;;;-1:-1:-1;;;;;12027:33:0;;:::o;12299:25::-;;;;:::o;14657:1985::-;14819:4;14893:19;:17;:19::i;:::-;14840:50;14854:10;14866:23;14873:12;14887:1;14866:6;:23::i;14840:50::-;:72;14832:148;;;;-1:-1:-1;;;14832:148:0;;;;;;;;;15013:6;:13;14995:7;:14;:31;:70;;;;;15048:10;:17;15030:7;:14;:35;14995:70;:108;;;;;15087:9;:16;15069:7;:14;:34;14995:108;14987:189;;;;-1:-1:-1;;;14987:189:0;;;;;;;;;15191:14;;15183:76;;;;-1:-1:-1;;;15183:76:0;;;;;;;;;15292:23;:21;:23::i;:::-;15274:7;:14;:41;;15266:94;;;;-1:-1:-1;;;15266:94:0;;;;;;;;;15411:10;15369:21;15393:29;;;:17;:29;;;;;;15433:21;;15429:438;;15465:42;15510:23;15516:16;15510:5;:23::i;:::-;15465:68;-1:-1:-1;15582:20:0;15550:28;:52;;;;;;;;;;15542:153;;;;-1:-1:-1;;;15542:153:0;;;;;;;;;15744:21;15712:28;:53;;;;;;;;;;15704:155;;;;-1:-1:-1;;;15704:155:0;;;;;;;;;15429:438;;15875:15;15893:35;15900:12;15914:13;:11;:13::i;15893:35::-;15875:53;;15935:13;15951:34;15958:10;15970:14;:12;:14::i;15951:34::-;15994:13;:15;;;;;;15935:50;-1:-1:-1;16016:27:0;;:::i;:::-;16046:319;;;;;;;;16066:13;;16046:319;;;;16096:10;-1:-1:-1;;;;;16046:319:0;;;;;16118:1;16046:319;;;;16135:7;16046:319;;;;16157:6;16046:319;;;;16182:10;16046:319;;;;16210:9;16046:319;;;;16238:10;16046:319;;;;16265:8;16046:319;;;;16290:1;16046:319;;;;16312:1;16046:319;;;;16330:5;16046:319;;;;;;16352:5;16046:319;;;;;16016:349;;16402:11;16374:9;:25;16384:11;:14;;;16374:25;;;;;;;;;;;:39;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;16374:39:0;;;;;-1:-1:-1;;;;;16374:39:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;16374:39:0;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;16374:39:0;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;16374:39:0;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16462:11;:14;;;16420:17;:39;16438:11;:20;;;-1:-1:-1;;;;;16420:39:0;-1:-1:-1;;;;;16420:39:0;;;;;;;;;;;;:56;;;;16522:10;-1:-1:-1;;;;;16490:118:0;16506:11;:14;;;16490:118;16534:7;16543:6;16551:10;16563:9;16574:10;16586:8;16596:11;16490:118;;;;;;;;;;;;;;;;;;;;;16622:14;;-1:-1:-1;;;;14657:1985:0;;;;;;;;:::o;16648:541::-;16723:23;16702:17;16708:10;16702:5;:17::i;:::-;:44;;;;;;;;;16694:125;;;;-1:-1:-1;;;16694:125:0;;;;;;;;;16826:25;16854:21;;;:9;:21;;;;;;;;16917:8;;:16;;-1:-1:-1;;;16917:16:0;;;;16854:21;;16826:25;16893:41;;16900:15;;-1:-1:-1;;;;;16917:8:0;;;;:14;;:16;;;;;;;;;;:8;:16;;;5:2:-1;;;;30:1;27;20:12;16893:41:0;16882:52;-1:-1:-1;16946:6:0;16941:175;16962:16;;;:23;16958:27;;16941:175;;;17001:107;17016:8;:16;;17033:1;17016:19;;;;;;;;;;;;;;;;;;17037:15;;;:18;;-1:-1:-1;;;;;17016:19:0;;;;17053:1;;17037:18;;;;;;;;;;;;;;17057:8;:19;;17077:1;17057:22;;;;;;;;;;;;;;;;;;17001:107;;;;;;;-1:-1:-1;;17001:107:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17057:22;17001:107;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17081:8;:18;;17100:1;17081:21;;;;;;;;;;;;;;;;;;17001:107;;;;;;;-1:-1:-1;;17001:107:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17081:21;17001:107;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17104:3;17001:14;:107::i;:::-;16987:3;;16941:175;;;;17137:3;17122:8;:12;;:18;;;;17167:10;17152:31;17179:3;17152:31;;;;;;;;;;;;;;;16648:541;;;:::o;14251:94::-;14293:52;;;;;;19107:146;19180:14;;:::i;:::-;-1:-1:-1;19210:21:0;;;;:9;:21;;;;;;;;-1:-1:-1;;;;;19210:37:0;;;;;;:30;;;;:37;;;;;;19203:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19107:146::o;12137:28::-;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;12137:28:0;;-1:-1:-1;12137:28:0;:::o;17567:541::-;17652:20;17631:17;17637:10;17631:5;:17::i;:::-;:41;;;;;;;;;17623:123;;;;-1:-1:-1;;;17623:123:0;;;;;;;;;17753:25;17781:21;;;:9;:21;;;;;17809:17;;;:24;;-1:-1:-1;;17809:24:0;;;;;17781:21;17840:223;17861:16;;;:23;17857:27;;17840:223;;;17900:8;;17934:15;;;:18;;-1:-1:-1;;;;;17900:8:0;;;;:27;;17934:15;17950:1;;17934:18;;;;;;;;;;;;;;17954:8;:16;;17971:1;17954:19;;;;;;;;;;;;;;;;;;17975:15;;;:18;;-1:-1:-1;;;;;17954:19:0;;;;17991:1;;17975:18;;;;;;;;;;;;;;17995:8;:19;;18015:1;17995:22;;;;;;;;;;;;;;;18019:8;:18;;18038:1;18019:21;;;;;;;;;;;;;;;18042:8;:12;;;17900:155;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;17900:155:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;17900:155:0;;;;;;;39:16:-1;36:1;17:17;2:54;101:4;17900:155:0;80:15:-1;;;-1:-1;;76:31;65:43;;120:4;113:20;17900:155:0;;;;;;;;;-1:-1:-1;17886:3:0;;17840:223;;;-1:-1:-1;18074:28:0;;18091:10;;18074:28;;;;;17567:541;;:::o;21382:772::-;21492:20;21471:17;21477:10;21471:5;:17::i;:::-;:41;;;;;;;;;21463:96;;;;-1:-1:-1;;;21463:96:0;;;;;;;;;21566:25;21594:21;;;:9;:21;;;;;;;;-1:-1:-1;;;;;21648:24:0;;;;:17;;;:24;;;;;;21687:16;;;;:25;21679:83;;;;-1:-1:-1;;;21679:83:0;;;;;;;;;21769:13;21785:41;21799:5;21806:8;:19;;;21785:13;:41::i;:::-;21769:57;;21839:7;21835:165;;;21877:32;21884:8;:17;;;21903:5;21877:6;:32::i;:::-;21857:17;;;:52;21835:165;;;21956:36;21963:8;:21;;;21986:5;21956:6;:36::i;:::-;21932:21;;;:60;21835:165;22008:23;;22038:25;;;22008:23;22038:25;;-1:-1:-1;;;;22008:23:0;;;22027:4;22008:23;;;22038:25;;;;;;;22070:13;;;:21;;;22105:43;;22121:10;;-1:-1:-1;;;;;22105:43:0;;;;;;;22086:5;;22105:43;;;;;;;;;;21382:772;;;;;;:::o;23155:152::-;23216:4;23238:5;;;23258:6;;;;23250:36;;;;-1:-1:-1;;;23250:36:0;;;;;;;;;23300:1;23155:152;-1:-1:-1;;;23155:152:0:o;23313:139::-;23374:4;23400:1;23395;:6;;23387:40;;;;-1:-1:-1;;;23387:40:0;;;;;;;;;-1:-1:-1;23441:5:0;;;23313:139::o;23458:136::-;23557:9;23458:136;:::o;17195:366::-;17326:8;;17364:47;;-1:-1:-1;;;;;17326:8:0;;;;:27;;17364:47;;17375:6;;17383:5;;17390:9;;17401:4;;17407:3;;17364:47;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;17364:47:0;;;17354:58;;;;;;17326:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;17326:87:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;17326:87:0;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;17326:87:0;;;;;;;;;17325:88;17317:169;;;;-1:-1:-1;;;17317:169:0;;;;;;;;;17493:8;;:62;;-1:-1:-1;;;17493:62:0;;-1:-1:-1;;;;;17493:8:0;;;;:25;;:62;;17519:6;;17527:5;;17534:9;;17545:4;;17551:3;;17493:62;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;17493:62:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;17493:62:0;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;17493:62:0;;;;;;;;;;17195:366;;;;;:::o;10868:12729::-;;;;;;;;;;;;;;;-1:-1:-1;;;;;10868:12729:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;10868:12729:0;-1:-1:-1;;;;;10868:12729:0;;;;;;;;;;;-1:-1:-1;10868:12729:0;;;;;;;-1:-1:-1;10868:12729:0;;;-1:-1:-1;10868:12729:0;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;10868:12729:0;;;-1:-1:-1;10868:12729:0;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;10868:12729:0;;;-1:-1:-1;10868:12729:0;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;10868:12729:0;;;-1:-1:-1;10868:12729:0;:::i;:::-;;;;;;;;;-1:-1:-1;10868:12729:0;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;-1:-1:-1;;;;;;10868:12729:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::o;5:130:-1:-;72:20;;97:33;72:20;97:33;;160:707;;277:3;270:4;262:6;258:17;254:27;244:2;;295:1;292;285:12;244:2;332:6;319:20;354:80;369:64;426:6;369:64;;;354:80;;;345:89;;451:5;476:6;469:5;462:21;506:4;498:6;494:17;484:27;;528:4;523:3;519:14;512:21;;581:6;628:3;620:4;612:6;608:17;603:3;599:27;596:36;593:2;;;645:1;642;635:12;593:2;670:1;655:206;680:6;677:1;674:13;655:206;;;738:3;760:37;793:3;781:10;760:37;;;748:50;;-1:-1;821:4;812:14;;;;840;;;;;702:1;695:9;655:206;;;659:14;237:630;;;;;;;;891:693;;1013:3;1006:4;998:6;994:17;990:27;980:2;;1031:1;1028;1021:12;980:2;1068:6;1055:20;1090:85;1105:69;1167:6;1105:69;;1090:85;1203:21;;;1247:4;1235:17;;;;1081:94;;-1:-1;1260:14;;1235:17;1355:1;1340:238;1365:6;1362:1;1359:13;1340:238;;;1448:3;1435:17;1427:6;1423:30;1472:42;1510:3;1498:10;1472:42;;;1460:55;;-1:-1;1538:4;1529:14;;;;1557;;;;;1387:1;1380:9;1340:238;;1609:696;;1732:3;1725:4;1717:6;1713:17;1709:27;1699:2;;1750:1;1747;1740:12;1699:2;1787:6;1774:20;1809:86;1824:70;1887:6;1824:70;;1809:86;1923:21;;;1967:4;1955:17;;;;1800:95;;-1:-1;1980:14;;1955:17;2075:1;2060:239;2085:6;2082:1;2079:13;2060:239;;;2168:3;2155:17;2147:6;2143:30;2192:43;2231:3;2219:10;2192:43;;;2180:56;;-1:-1;2259:4;2250:14;;;;2278;;;;;2107:1;2100:9;2060:239;;2331:707;;2448:3;2441:4;2433:6;2429:17;2425:27;2415:2;;2466:1;2463;2456:12;2415:2;2503:6;2490:20;2525:80;2540:64;2597:6;2540:64;;2525:80;2516:89;;2622:5;2647:6;2640:5;2633:21;2677:4;2669:6;2665:17;2655:27;;2699:4;2694:3;2690:14;2683:21;;2752:6;2799:3;2791:4;2783:6;2779:17;2774:3;2770:27;2767:36;2764:2;;;2816:1;2813;2806:12;2764:2;2841:1;2826:206;2851:6;2848:1;2845:13;2826:206;;;2909:3;2931:37;2964:3;2952:10;2931:37;;;2919:50;;-1:-1;2992:4;2983:14;;;;3011;;;;;2873:1;2866:9;2826:206;;3046:124;3110:20;;3135:30;3110:20;3135:30;;3177:128;3252:13;;3270:30;3252:13;3270:30;;3312:130;3379:20;;3404:33;3379:20;3404:33;;3449:134;3527:13;;3545:33;3527:13;3545:33;;3591:432;;3688:3;3681:4;3673:6;3669:17;3665:27;3655:2;;3706:1;3703;3696:12;3655:2;3743:6;3730:20;3765:60;3780:44;3817:6;3780:44;;3765:60;3756:69;;3845:6;3838:5;3831:21;3881:4;3873:6;3869:17;3914:4;3907:5;3903:16;3949:3;3940:6;3935:3;3931:16;3928:25;3925:2;;;3966:1;3963;3956:12;3925:2;3976:41;4010:6;4005:3;4000;3976:41;;;3648:375;;;;;;;;4032:442;;4144:3;4137:4;4129:6;4125:17;4121:27;4111:2;;4162:1;4159;4152:12;4111:2;4192:6;4186:13;4214:64;4229:48;4270:6;4229:48;;4214:64;4205:73;;4298:6;4291:5;4284:21;4334:4;4326:6;4322:17;4367:4;4360:5;4356:16;4402:3;4393:6;4388:3;4384:16;4381:25;4378:2;;;4419:1;4416;4409:12;4378:2;4429:39;4461:6;4456:3;4451;4429:39;;5654:126;5719:20;;5744:31;5719:20;5744:31;;5787:132;5864:13;;5882:32;5864:13;5882:32;;5926:241;;6030:2;6018:9;6009:7;6005:23;6001:32;5998:2;;;6046:1;6043;6036:12;5998:2;6081:1;6098:53;6143:7;6123:9;6098:53;;;6088:63;5992:175;-1:-1;;;;5992:175;6174:366;;;6295:2;6283:9;6274:7;6270:23;6266:32;6263:2;;;6311:1;6308;6301:12;6263:2;6346:1;6363:53;6408:7;6388:9;6363:53;;;6353:63;;6325:97;6453:2;6471:53;6516:7;6507:6;6496:9;6492:22;6471:53;;;6461:63;;6432:98;6257:283;;;;;;6547:1415;;;;;;6840:3;6828:9;6819:7;6815:23;6811:33;6808:2;;;6857:1;6854;6847:12;6808:2;6892:31;;6943:18;6932:30;;6929:2;;;6975:1;6972;6965:12;6929:2;6995:78;7065:7;7056:6;7045:9;7041:22;6995:78;;;6985:88;;6871:208;7138:2;7127:9;7123:18;7110:32;7162:18;7154:6;7151:30;7148:2;;;7194:1;7191;7184:12;7148:2;7214:78;7284:7;7275:6;7264:9;7260:22;7214:78;;;7204:88;;7089:209;7357:2;7346:9;7342:18;7329:32;7381:18;7373:6;7370:30;7367:2;;;7413:1;7410;7403:12;7367:2;7433:84;7509:7;7500:6;7489:9;7485:22;7433:84;;;7423:94;;7308:215;7582:2;7571:9;7567:18;7554:32;7606:18;7598:6;7595:30;7592:2;;;7638:1;7635;7628:12;7592:2;7658:83;7733:7;7724:6;7713:9;7709:22;7658:83;;;7648:93;;7533:214;7806:3;7795:9;7791:19;7778:33;7831:18;7823:6;7820:30;7817:2;;;7863:1;7860;7853:12;7817:2;7883:63;7938:7;7929:6;7918:9;7914:22;7883:63;;;7873:73;;7757:195;6802:1160;;;;;;;;;7969:257;;8081:2;8069:9;8060:7;8056:23;8052:32;8049:2;;;8097:1;8094;8087:12;8049:2;8132:1;8149:61;8202:7;8182:9;8149:61;;8233:263;;8348:2;8336:9;8327:7;8323:23;8319:32;8316:2;;;8364:1;8361;8354:12;8316:2;8399:1;8416:64;8472:7;8452:9;8416:64;;8503:360;;8627:2;8615:9;8606:7;8602:23;8598:32;8595:2;;;8643:1;8640;8633:12;8595:2;8678:24;;8722:18;8711:30;;8708:2;;;8754:1;8751;8744:12;8708:2;8774:73;8839:7;8830:6;8819:9;8815:22;8774:73;;8870:241;;8974:2;8962:9;8953:7;8949:23;8945:32;8942:2;;;8990:1;8987;8980:12;8942:2;9025:1;9042:53;9087:7;9067:9;9042:53;;9388:366;;;9509:2;9497:9;9488:7;9484:23;9480:32;9477:2;;;9525:1;9522;9515:12;9477:2;9560:1;9577:53;9622:7;9602:9;9577:53;;;9567:63;;9539:97;9667:2;9685:53;9730:7;9721:6;9710:9;9706:22;9685:53;;9761:360;;;9879:2;9867:9;9858:7;9854:23;9850:32;9847:2;;;9895:1;9892;9885:12;9847:2;9930:1;9947:53;9992:7;9972:9;9947:53;;;9937:63;;9909:97;10037:2;10055:50;10097:7;10088:6;10077:9;10073:22;10055:50;;10128:733;;;;;;10295:3;10283:9;10274:7;10270:23;10266:33;10263:2;;;10312:1;10309;10302:12;10263:2;10347:1;10364:53;10409:7;10389:9;10364:53;;;10354:63;;10326:97;10454:2;10472:50;10514:7;10505:6;10494:9;10490:22;10472:50;;;10462:60;;10433:95;10559:2;10577:51;10620:7;10611:6;10600:9;10596:22;10577:51;;;10567:61;;10538:96;10665:2;10683:53;10728:7;10719:6;10708:9;10704:22;10683:53;;;10673:63;;10644:98;10773:3;10792:53;10837:7;10828:6;10817:9;10813:22;10792:53;;10868:261;;10982:2;10970:9;10961:7;10957:23;10953:32;10950:2;;;10998:1;10995;10988:12;10950:2;11033:1;11050:63;11105:7;11085:9;11050:63;;11137:173;;11224:46;11266:3;11258:6;11224:46;;;-1:-1;;11299:4;11290:14;;11217:93;11319:177;;11430:60;11486:3;11478:6;11430:60;;11695:173;;11782:46;11824:3;11816:6;11782:46;;11876:103;11949:24;11967:5;11949:24;;;11944:3;11937:37;11931:48;;;12137:690;;12282:54;12330:5;12282:54;;;12349:86;12428:6;12423:3;12349:86;;;12342:93;;12456:56;12506:5;12456:56;;;12532:7;12560:1;12545:260;12570:6;12567:1;12564:13;12545:260;;;12637:6;12631:13;12658:63;12717:3;12702:13;12658:63;;;12651:70;;12738:60;12791:6;12738:60;;;12728:70;-1:-1;;12592:1;12585:9;12545:260;;;-1:-1;12818:3;;12261:566;-1:-1;;;;;12261:566;12862:888;;13017:59;13070:5;13017:59;;;13089:91;13173:6;13168:3;13089:91;;;13082:98;;13203:3;13245:4;13237:6;13233:17;13228:3;13224:27;13272:61;13327:5;13272:61;;;13353:7;13381:1;13366:345;13391:6;13388:1;13385:13;13366:345;;;13453:9;13447:4;13443:20;13438:3;13431:33;13498:6;13492:13;13520:74;13589:4;13574:13;13520:74;;;13512:82;;13611:65;13669:6;13611:65;;;13699:4;13690:14;;;;;13601:75;-1:-1;;13413:1;13406:9;13366:345;;;-1:-1;13724:4;;12996:754;-1:-1;;;;;;;12996:754;13787:896;;13944:60;13998:5;13944:60;;;14017:92;14102:6;14097:3;14017:92;;;14010:99;;14132:3;14174:4;14166:6;14162:17;14157:3;14153:27;14201:62;14257:5;14201:62;;;14283:7;14311:1;14296:348;14321:6;14318:1;14315:13;14296:348;;;14383:9;14377:4;14373:20;14368:3;14361:33;14428:6;14422:13;14450:76;14521:4;14506:13;14450:76;;;14442:84;;14543:66;14602:6;14543:66;;;14632:4;14623:14;;;;;14533:76;-1:-1;;14343:1;14336:9;14296:348;;14722:690;;14867:54;14915:5;14867:54;;;14934:86;15013:6;15008:3;14934:86;;;14927:93;;15041:56;15091:5;15041:56;;;15117:7;15145:1;15130:260;15155:6;15152:1;15149:13;15130:260;;;15222:6;15216:13;15243:63;15302:3;15287:13;15243:63;;;15236:70;;15323:60;15376:6;15323:60;;;15313:70;-1:-1;;15177:1;15170:9;15130:260;;15420:94;15487:21;15502:5;15487:21;;15632:113;15715:24;15733:5;15715:24;;15752:152;15853:45;15873:24;15891:5;15873:24;;;15853:45;;15911:343;;16021:38;16053:5;16021:38;;;16071:70;16134:6;16129:3;16071:70;;;16064:77;;16146:52;16191:6;16186:3;16179:4;16172:5;16168:16;16146:52;;;16219:29;16241:6;16219:29;;;16210:39;;;;16001:253;-1:-1;;;16001:253;16606:818;;16723:5;16717:12;16757:1;16746:9;16742:17;16770:1;16765:247;;;;17023:1;17018:400;;;;16735:683;;16765:247;16843:4;16839:1;16828:9;16824:17;16820:28;16862:70;16925:6;16920:3;16862:70;;;-1:-1;;16951:25;;16939:38;;16855:77;-1:-1;;17000:4;16991:14;;;-1:-1;16765:247;;17018:400;17087:1;17076:9;17072:17;17103:70;17166:6;17161:3;17103:70;;;17096:77;;17195:37;17226:5;17195:37;;;17248:1;17256:130;17270:6;17267:1;17264:13;17256:130;;;17329:14;;17316:11;;;17309:35;17376:1;17363:15;;;;17292:4;17285:12;17256:130;;;17400:11;;;-1:-1;;;16735:683;;16693:731;;;;;;17432:176;17540:62;17596:5;17540:62;;17615:156;17713:52;17759:5;17713:52;;17778:142;17869:45;17908:5;17869:45;;19810:394;;19970:67;20034:2;20029:3;19970:67;;;20070:34;20050:55;;20139:27;20134:2;20125:12;;20118:49;20195:2;20186:12;;19956:248;-1:-1;;19956:248;20213:442;;20373:67;20437:2;20432:3;20373:67;;;20473:34;20453:55;;20542:34;20537:2;20528:12;;20521:56;-1:-1;;;20606:2;20597:12;;20590:28;20646:2;20637:12;;20359:296;-1:-1;;20359:296;20664:443;;20824:67;20888:2;20883:3;20824:67;;;20924:34;20904:55;;20993:34;20988:2;20979:12;;20972:56;-1:-1;;;21057:2;21048:12;;21041:29;21098:2;21089:12;;20810:297;-1:-1;;20810:297;21116:398;;21294:84;21376:1;21371:3;21294:84;;;-1:-1;;;21391:87;;21506:1;21497:11;;21280:234;-1:-1;;21280:234;21523:450;;21683:67;21747:2;21742:3;21683:67;;;21783:34;21763:55;;21852:34;21847:2;21838:12;;21831:56;-1:-1;;;21916:2;21907:12;;21900:36;21964:2;21955:12;;21669:304;-1:-1;;21669:304;21982:324;;22142:67;22206:2;22201:3;22142:67;;;22242:26;22222:47;;22297:2;22288:12;;22128:178;-1:-1;;22128:178;22315:378;;22475:67;22539:2;22534:3;22475:67;;;22575:34;22555:55;;-1:-1;;;22639:2;22630:12;;22623:33;22684:2;22675:12;;22461:232;-1:-1;;22461:232;22702:382;;22862:67;22926:2;22921:3;22862:67;;;22962:34;22942:55;;-1:-1;;;23026:2;23017:12;;23010:37;23075:2;23066:12;;22848:236;-1:-1;;22848:236;23093:463;;23253:67;23317:2;23312:3;23253:67;;;23353:34;23333:55;;23422:34;23417:2;23408:12;;23401:56;23491:27;23486:2;23477:12;;23470:49;23547:2;23538:12;;23239:317;-1:-1;;23239:317;23565:448;;23725:67;23789:2;23784:3;23725:67;;;23825:34;23805:55;;23894:34;23889:2;23880:12;;23873:56;-1:-1;;;23958:2;23949:12;;23942:34;24004:2;23995:12;;23711:302;-1:-1;;23711:302;24022:377;;24182:67;24246:2;24241:3;24182:67;;;24282:34;24262:55;;-1:-1;;;24346:2;24337:12;;24330:32;24390:2;24381:12;;24168:231;-1:-1;;24168:231;24408:317;;24568:67;24632:2;24627:3;24568:67;;;-1:-1;;;24648:40;;24716:2;24707:12;;24554:171;-1:-1;;24554:171;24734:477;;24912:85;24994:2;24989:3;24912:85;;;25030:34;25010:55;;25099:34;25094:2;25085:12;;25078:56;-1:-1;;;25163:2;25154:12;;25147:27;25202:2;25193:12;;24898:313;-1:-1;;24898:313;25220:412;;25398:85;25480:2;25475:3;25398:85;;;25516:34;25496:55;;-1:-1;;;25580:2;25571:12;;25564:31;25623:2;25614:12;;25384:248;-1:-1;;25384:248;25641:442;;25801:67;25865:2;25860:3;25801:67;;;25901:34;25881:55;;25970:34;25965:2;25956:12;;25949:56;-1:-1;;;26034:2;26025:12;;26018:28;26074:2;26065:12;;25787:296;-1:-1;;25787:296;26092:384;;26252:67;26316:2;26311:3;26252:67;;;26352:34;26332:55;;-1:-1;;;26416:2;26407:12;;26400:39;26467:2;26458:12;;26238:238;-1:-1;;26238:238;26485:442;;26645:67;26709:2;26704:3;26645:67;;;26745:34;26725:55;;26814:34;26809:2;26800:12;;26793:56;-1:-1;;;26878:2;26869:12;;26862:28;26918:2;26909:12;;26631:296;-1:-1;;26631:296;26936:381;;27096:67;27160:2;27155:3;27096:67;;;27196:34;27176:55;;-1:-1;;;27260:2;27251:12;;27244:36;27308:2;27299:12;;27082:235;-1:-1;;27082:235;27326:400;;27486:67;27550:2;27545:3;27486:67;;;27586:34;27566:55;;27655:33;27650:2;27641:12;;27634:55;27717:2;27708:12;;27472:254;-1:-1;;27472:254;27735:384;;27895:67;27959:2;27954:3;27895:67;;;27995:34;27975:55;;-1:-1;;;28059:2;28050:12;;28043:39;28110:2;28101:12;;27881:238;-1:-1;;27881:238;28128:462;;28288:67;28352:2;28347:3;28288:67;;;28388:34;28368:55;;28457:34;28452:2;28443:12;;28436:56;28526:26;28521:2;28512:12;;28505:48;28581:2;28572:12;;28274:316;-1:-1;;28274:316;28599:391;;28759:67;28823:2;28818:3;28759:67;;;28859:34;28839:55;;-1:-1;;;28923:2;28914:12;;28907:46;28981:2;28972:12;;28745:245;-1:-1;;28745:245;28999:379;;29159:67;29223:2;29218:3;29159:67;;;29259:34;29239:55;;-1:-1;;;29323:2;29314:12;;29307:34;29369:2;29360:12;;29145:233;-1:-1;;29145:233;29387:321;;29547:67;29611:2;29606:3;29547:67;;;-1:-1;;;29627:44;;29699:2;29690:12;;29533:175;-1:-1;;29533:175;29717:391;;29877:67;29941:2;29936:3;29877:67;;;29977:34;29957:55;;-1:-1;;;30041:2;30032:12;;30025:46;30099:2;30090:12;;29863:245;-1:-1;;29863:245;30201:624;30412:23;;30342:4;30333:14;;;30441:57;30337:3;30412:23;30441:57;;;30362:142;30580:4;30573:5;30569:16;30563:23;30592:57;30643:4;30638:3;30634:14;30620:12;30592:57;;;30514:141;30729:4;30722:5;30718:16;30712:23;30741:63;30798:4;30793:3;30789:14;30775:12;30741:63;;31062:107;31141:22;31157:5;31141:22;;31176:650;;31431:148;31575:3;31431:148;;;31424:155;;31590:75;31661:3;31652:6;31590:75;;;31687:2;31682:3;31678:12;31671:19;;31701:75;31772:3;31763:6;31701:75;;;-1:-1;31798:2;31789:12;;31412:414;-1:-1;;31412:414;31833:372;;32032:148;32176:3;32032:148;;32212:372;;32411:148;32555:3;32411:148;;32591:213;32709:2;32694:18;;32723:71;32698:9;32767:6;32723:71;;32811:953;33140:3;33125:19;;33155:71;33129:9;33199:6;33155:71;;;33237:80;33313:2;33302:9;33298:18;33289:6;33237:80;;;33365:9;33359:4;33355:20;33350:2;33339:9;33335:18;33328:48;33390:131;33516:4;33390:131;;;33382:139;;33569:9;33563:4;33559:20;33554:2;33543:9;33539:18;33532:48;33594:76;33665:4;33656:6;33594:76;;;33586:84;;33681:73;33749:3;33738:9;33734:19;33725:6;33681:73;;33771:324;33917:2;33902:18;;33931:71;33906:9;33975:6;33931:71;;;34013:72;34081:2;34070:9;34066:18;34057:6;34013:72;;34102:831;34370:3;34355:19;;34385:71;34359:9;34429:6;34385:71;;;34467:72;34535:2;34524:9;34520:18;34511:6;34467:72;;;34587:9;34581:4;34577:20;34572:2;34561:9;34557:18;34550:48;34612:78;34685:4;34676:6;34612:78;;;34604:86;;34738:9;34732:4;34728:20;34723:2;34712:9;34708:18;34701:48;34763:76;34834:4;34825:6;34763:76;;;34755:84;;34850:73;34918:3;34907:9;34903:19;34894:6;34850:73;;;34341:592;;;;;;;;;34940:819;35202:3;35187:19;;35217:71;35191:9;35261:6;35217:71;;;35299:72;35367:2;35356:9;35352:18;35343:6;35299:72;;;35419:9;35413:4;35409:20;35404:2;35393:9;35389:18;35382:48;35444:75;35514:4;35505:6;35444:75;;;35436:83;;35567:9;35561:4;35557:20;35552:2;35541:9;35537:18;35530:48;35592:73;35660:4;35651:6;35592:73;;35766:361;35934:2;35948:47;;;35919:18;;36009:108;35919:18;36103:6;36009:108;;36134:1183;36558:3;36573:47;;;36543:19;;36634:108;36543:19;36728:6;36634:108;;;36626:116;;36790:9;36784:4;36780:20;36775:2;36764:9;36760:18;36753:48;36815:108;36918:4;36909:6;36815:108;;;36807:116;;36971:9;36965:4;36961:20;36956:2;36945:9;36941:18;36934:48;36996:120;37111:4;37102:6;36996:120;;;36988:128;;37164:9;37158:4;37154:20;37149:2;37138:9;37134:18;37127:48;37189:118;37302:4;37293:6;37189:118;;37324:1607;37852:3;37867:47;;;37837:19;;37928:108;37837:19;38022:6;37928:108;;;37920:116;;38084:9;38078:4;38074:20;38069:2;38058:9;38054:18;38047:48;38109:108;38212:4;38203:6;38109:108;;;38101:116;;38265:9;38259:4;38255:20;38250:2;38239:9;38235:18;38228:48;38290:120;38405:4;38396:6;38290:120;;;38282:128;;38458:9;38452:4;38448:20;38443:2;38432:9;38428:18;38421:48;38483:118;38596:4;38587:6;38483:118;;;38475:126;;38612:73;38680:3;38669:9;38665:19;38656:6;38612:73;;;38696;38764:3;38753:9;38749:19;38740:6;38696:73;;;38818:9;38812:4;38808:20;38802:3;38791:9;38787:19;38780:49;38843:78;38916:4;38907:6;38843:78;;;38835:86;37823:1108;-1:-1;;;;;;;;;37823:1108;38938:213;39056:2;39041:18;;39070:71;39045:9;39114:6;39070:71;;39158:547;39360:3;39345:19;;39375:71;39349:9;39419:6;39375:71;;;39457:72;39525:2;39514:9;39510:18;39501:6;39457:72;;;39540;39608:2;39597:9;39593:18;39584:6;39540:72;;;39623;39691:2;39680:9;39676:18;39667:6;39623:72;;39712:423;39880:2;39865:18;;39894:71;39869:9;39938:6;39894:71;;;39976:72;40044:2;40033:9;40029:18;40020:6;39976:72;;;40059:66;40121:2;40110:9;40106:18;40097:6;40059:66;;40142:539;40340:3;40325:19;;40355:71;40329:9;40399:6;40355:71;;;40437:68;40501:2;40490:9;40486:18;40477:6;40437:68;;;40516:72;40584:2;40573:9;40569:18;40560:6;40516:72;;;40599;40667:2;40656:9;40652:18;40643:6;40599:72;;40688:263;40831:2;40816:18;;40845:96;40820:9;40914:6;40845:96;;40958:243;41091:2;41076:18;;41105:86;41080:9;41164:6;41105:86;;41208:293;41342:2;41356:47;;;41327:18;;41417:74;41327:18;41477:6;41417:74;;41508:407;41699:2;41713:47;;;41684:18;;41774:131;41684:18;41774:131;;41922:407;42113:2;42127:47;;;42098:18;;42188:131;42098:18;42188:131;;42336:407;42527:2;42541:47;;;42512:18;;42602:131;42512:18;42602:131;;42750:407;42941:2;42955:47;;;42926:18;;43016:131;42926:18;43016:131;;43164:407;43355:2;43369:47;;;43340:18;;43430:131;43340:18;43430:131;;43578:407;43769:2;43783:47;;;43754:18;;43844:131;43754:18;43844:131;;43992:407;44183:2;44197:47;;;44168:18;;44258:131;44168:18;44258:131;;44406:407;44597:2;44611:47;;;44582:18;;44672:131;44582:18;44672:131;;44820:407;45011:2;45025:47;;;44996:18;;45086:131;44996:18;45086:131;;45234:407;45425:2;45439:47;;;45410:18;;45500:131;45410:18;45500:131;;45648:407;45839:2;45853:47;;;45824:18;;45914:131;45824:18;45914:131;;46062:407;46253:2;46267:47;;;46238:18;;46328:131;46238:18;46328:131;;46476:407;46667:2;46681:47;;;46652:18;;46742:131;46652:18;46742:131;;46890:407;47081:2;47095:47;;;47066:18;;47156:131;47066:18;47156:131;;47304:407;47495:2;47509:47;;;47480:18;;47570:131;47480:18;47570:131;;47718:407;47909:2;47923:47;;;47894:18;;47984:131;47894:18;47984:131;;48132:407;48323:2;48337:47;;;48308:18;;48398:131;48308:18;48398:131;;48546:407;48737:2;48751:47;;;48722:18;;48812:131;48722:18;48812:131;;48960:407;49151:2;49165:47;;;49136:18;;49226:131;49136:18;49226:131;;49374:407;49565:2;49579:47;;;49550:18;;49640:131;49550:18;49640:131;;49788:407;49979:2;49993:47;;;49964:18;;50054:131;49964:18;50054:131;;50202:309;50368:2;50353:18;;50382:119;50357:9;50474:6;50382:119;;50738:1083;51068:3;51053:19;;51083:71;51057:9;51127:6;51083:71;;;51165:72;51233:2;51222:9;51218:18;51209:6;51165:72;;;51248;51316:2;51305:9;51301:18;51292:6;51248:72;;;51331;51399:2;51388:9;51384:18;51375:6;51331:72;;;51414:73;51482:3;51471:9;51467:19;51458:6;51414:73;;;51498;51566:3;51555:9;51551:19;51542:6;51498:73;;;51582;51650:3;51639:9;51635:19;51626:6;51582:73;;;51666:67;51728:3;51717:9;51713:19;51704:6;51666:67;;;51744;51806:3;51795:9;51791:19;51782:6;51744:67;;;51039:782;;;;;;;;;;;;;51828:256;51890:2;51884:9;51916:17;;;51991:18;51976:34;;52012:22;;;51973:62;51970:2;;;52048:1;52045;52038:12;51970:2;52064;52057:22;51868:216;;-1:-1;51868:216;52091:304;;52250:18;52242:6;52239:30;52236:2;;;52282:1;52279;52272:12;52236:2;-1:-1;52317:4;52305:17;;;52370:15;;52173:222;53346:317;;53485:18;53477:6;53474:30;53471:2;;;53517:1;53514;53507:12;53471:2;-1:-1;53648:4;53584;53561:17;;;;-1:-1;;53557:33;53638:15;;53408:255;54652:151;54776:4;54767:14;;54724:79;55295:157;;55389:14;;;55431:4;55418:18;;;55348:104;55624:137;55727:12;;55698:63;57189:178;57307:19;;;57356:4;57347:14;;57300:67;58767:91;;58829:24;58847:5;58829:24;;58865:85;58931:13;58924:21;;58907:43;59036:140;59115:5;59121:50;59115:5;59121:50;;59183:121;-1:-1;;;;;59245:54;;59228:76;59390:81;59461:4;59450:16;;59433:38;59478:104;59550:26;59539:38;;59522:60;59589:171;;59693:62;59749:5;59693:62;;59907:140;;60001:41;60036:5;60001:41;;60054:116;;60141:24;60159:5;60141:24;;60178:145;60259:6;60254:3;60249;60236:30;-1:-1;60315:1;60297:16;;60290:27;60229:94;60332:268;60397:1;60404:101;60418:6;60415:1;60412:13;60404:101;;;60485:11;;;60479:18;60466:11;;;60459:39;60440:2;60433:10;60404:101;;;60520:6;60517:1;60514:13;60511:2;;;-1:-1;;60585:1;60567:16;;60560:27;60381:219;60689:97;60777:2;60757:14;-1:-1;;60753:28;;60737:49;60794:108;60880:1;60873:5;60870:12;60860:2;;60886:9;60909:117;60978:24;60996:5;60978:24;;;60971:5;60968:35;60958:2;;61017:1;61014;61007:12;61033:111;61099:21;61114:5;61099:21;;61151:117;61220:24;61238:5;61220:24;;61399:113;61466:22;61482:5;61466:22;;61519:115;61587:23;61604:5;61587:23;

Swarm Source

bzzr://7473daaffd749cd7ee341050d337acd8f499038799b6306809340dcd9f3939dd

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.