ETH Price: $3,386.91 (-1.47%)
Gas: 2 Gwei

Contract

0xea73a0C1faB72C3EB29494b0AfEC1554e8802aFE
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
Lock Token201957902024-06-29 7:15:352 hrs ago1719645335IN
0xea73a0C1...4e8802aFE
0 ETH0.000209612.65217447
Lock Token201949522024-06-29 4:27:235 hrs ago1719635243IN
0xea73a0C1...4e8802aFE
0 ETH0.000135471.71411756
Lock Token201938722024-06-29 0:50:118 hrs ago1719622211IN
0xea73a0C1...4e8802aFE
0 ETH0.000159232.01472431
Lock Token201910812024-06-28 15:28:1118 hrs ago1719588491IN
0xea73a0C1...4e8802aFE
0 ETH0.000817110.3398444
Lock Token201882982024-06-28 6:09:2327 hrs ago1719554963IN
0xea73a0C1...4e8802aFE
0 ETH0.000176482.23234503
Lock Token201882862024-06-28 6:06:4727 hrs ago1719554807IN
0xea73a0C1...4e8802aFE
0 ETH0.000202472.10588649
Lock Token201882812024-06-28 6:05:4727 hrs ago1719554747IN
0xea73a0C1...4e8802aFE
0 ETH0.000171692.17180989
Lock Token201882672024-06-28 6:02:5927 hrs ago1719554579IN
0xea73a0C1...4e8802aFE
0 ETH0.000211252.19695046
Lock Token201874522024-06-28 3:19:1130 hrs ago1719544751IN
0xea73a0C1...4e8802aFE
0 ETH0.000418325.29228154
Lock Token201856672024-06-27 21:19:4736 hrs ago1719523187IN
0xea73a0C1...4e8802aFE
0 ETH0.000480926.08420206
Lock Token201854852024-06-27 20:42:4736 hrs ago1719520967IN
0xea73a0C1...4e8802aFE
0 ETH0.000529176.69533048
Lock Token201835952024-06-27 14:22:4743 hrs ago1719498167IN
0xea73a0C1...4e8802aFE
0 ETH0.0011472214.51729638
Lock Token201819282024-06-27 8:47:592 days ago1719478079IN
0xea73a0C1...4e8802aFE
0 ETH0.000505396.39569317
Lock Token201816422024-06-27 7:50:352 days ago1719474635IN
0xea73a0C1...4e8802aFE
0 ETH0.000430854.4812753
Lock Token201799582024-06-27 2:12:232 days ago1719454343IN
0xea73a0C1...4e8802aFE
0 ETH0.000399615.05551779
Lock Token201794712024-06-27 0:34:352 days ago1719448475IN
0xea73a0C1...4e8802aFE
0 ETH0.000284142.95637132
Lock Token201794712024-06-27 0:34:352 days ago1719448475IN
0xea73a0C1...4e8802aFE
0 ETH0.000284212.95637132
Lock Token201793892024-06-27 0:17:592 days ago1719447479IN
0xea73a0C1...4e8802aFE
0 ETH0.000391294.9503233
Lock Token201793822024-06-27 0:16:352 days ago1719447395IN
0xea73a0C1...4e8802aFE
0 ETH0.000385424.87648044
Lock Token201762022024-06-26 13:36:112 days ago1719408971IN
0xea73a0C1...4e8802aFE
0 ETH0.000569597.20774128
Lock Token201752132024-06-26 10:17:472 days ago1719397067IN
0xea73a0C1...4e8802aFE
0 ETH0.00036683.81544362
Lock Token201752122024-06-26 10:17:352 days ago1719397055IN
0xea73a0C1...4e8802aFE
0 ETH0.000371273.86190752
Lock Token201750052024-06-26 9:36:112 days ago1719394571IN
0xea73a0C1...4e8802aFE
0 ETH0.000240332.49937987
Lock Token201727152024-06-26 1:55:473 days ago1719366947IN
0xea73a0C1...4e8802aFE
0 ETH0.000222572.8153755
Lock Token201721192024-06-25 23:55:593 days ago1719359759IN
0xea73a0C1...4e8802aFE
0 ETH0.000257763.26049254
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
DecagonTimelock

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-10-29
*/

// File: @openzeppelin/contracts/utils/introspection/IERC165.sol

// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC165 standard, as defined in the
 * https://eips.ethereum.org/EIPS/eip-165[EIP].
 *
 * Implementers can declare support of contract interfaces, which can then be
 * queried by others ({ERC165Checker}).
 *
 * For an implementation, see {ERC165}.
 */
interface IERC165 {
  /**
   * @dev Returns true if this contract implements the interface defined by
   * `interfaceId`. See the corresponding
   * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
   * to learn more about how these ids are created.
   *
   * This function call must use less than 30 000 gas.
   */
  function supportsInterface(bytes4 interfaceId) external view returns (bool);
}

// File: @openzeppelin/contracts/utils/introspection/ERC165.sol

// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)

pragma solidity ^0.8.0;

/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
 * for the additional interface id that will be supported. For example:
 *
 * ```solidity
 * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
 *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
 * }
 * ```
 *
 * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
 */
abstract contract ERC165 is IERC165 {
  /**
   * @dev See {IERC165-supportsInterface}.
   */
  function supportsInterface(bytes4 interfaceId)
    public
    view
    virtual
    override
    returns (bool)
  {
    return interfaceId == type(IERC165).interfaceId;
  }
}

// File: @openzeppelin/contracts/utils/Strings.sol

// OpenZeppelin Contracts (last updated v4.7.0) (utils/Strings.sol)

pragma solidity ^0.8.0;

/**
 * @dev String operations.
 */
library Strings {
  bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
  uint8 private constant _ADDRESS_LENGTH = 20;

  /**
   * @dev Converts a `uint256` to its ASCII `string` decimal representation.
   */
  function toString(uint256 value) internal pure returns (string memory) {
    // Inspired by OraclizeAPI's implementation - MIT licence
    // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol

    if (value == 0) {
      return "0";
    }
    uint256 temp = value;
    uint256 digits;
    while (temp != 0) {
      digits++;
      temp /= 10;
    }
    bytes memory buffer = new bytes(digits);
    while (value != 0) {
      digits -= 1;
      buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
      value /= 10;
    }
    return string(buffer);
  }

  /**
   * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
   */
  function toHexString(uint256 value) internal pure returns (string memory) {
    if (value == 0) {
      return "0x00";
    }
    uint256 temp = value;
    uint256 length = 0;
    while (temp != 0) {
      length++;
      temp >>= 8;
    }
    return toHexString(value, length);
  }

  /**
   * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
   */
  function toHexString(uint256 value, uint256 length)
    internal
    pure
    returns (string memory)
  {
    bytes memory buffer = new bytes(2 * length + 2);
    buffer[0] = "0";
    buffer[1] = "x";
    for (uint256 i = 2 * length + 1; i > 1; --i) {
      buffer[i] = _HEX_SYMBOLS[value & 0xf];
      value >>= 4;
    }
    require(value == 0, "Strings: hex length insufficient");
    return string(buffer);
  }

  /**
   * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.
   */
  function toHexString(address addr) internal pure returns (string memory) {
    return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);
  }
}

// File: @openzeppelin/contracts/utils/cryptography/ECDSA.sol

// OpenZeppelin Contracts (last updated v4.7.3) (utils/cryptography/ECDSA.sol)

pragma solidity ^0.8.0;

/**
 * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.
 *
 * These functions can be used to verify that a message was signed by the holder
 * of the private keys of a given address.
 */
library ECDSA {
  enum RecoverError {
    NoError,
    InvalidSignature,
    InvalidSignatureLength,
    InvalidSignatureS,
    InvalidSignatureV
  }

  function _throwError(RecoverError error) private pure {
    if (error == RecoverError.NoError) {
      return; // no error: do nothing
    } else if (error == RecoverError.InvalidSignature) {
      revert("ECDSA: invalid signature");
    } else if (error == RecoverError.InvalidSignatureLength) {
      revert("ECDSA: invalid signature length");
    } else if (error == RecoverError.InvalidSignatureS) {
      revert("ECDSA: invalid signature 's' value");
    } else if (error == RecoverError.InvalidSignatureV) {
      revert("ECDSA: invalid signature 'v' value");
    }
  }

  /**
   * @dev Returns the address that signed a hashed message (`hash`) with
   * `signature` or error string. This address can then be used for verification purposes.
   *
   * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
   * this function rejects them by requiring the `s` value to be in the lower
   * half order, and the `v` value to be either 27 or 28.
   *
   * IMPORTANT: `hash` _must_ be the result of a hash operation for the
   * verification to be secure: it is possible to craft signatures that
   * recover to arbitrary addresses for non-hashed data. A safe way to ensure
   * this is by receiving a hash of the original message (which may otherwise
   * be too long), and then calling {toEthSignedMessageHash} on it.
   *
   * Documentation for signature generation:
   * - with https://web3js.readthedocs.io/en/v1.3.4/web3-eth-accounts.html#sign[Web3.js]
   * - with https://docs.ethers.io/v5/api/signer/#Signer-signMessage[ethers]
   *
   * _Available since v4.3._
   */
  function tryRecover(bytes32 hash, bytes memory signature)
    internal
    pure
    returns (address, RecoverError)
  {
    if (signature.length == 65) {
      bytes32 r;
      bytes32 s;
      uint8 v;
      // ecrecover takes the signature parameters, and the only way to get them
      // currently is to use assembly.
      /// @solidity memory-safe-assembly
      assembly {
        r := mload(add(signature, 0x20))
        s := mload(add(signature, 0x40))
        v := byte(0, mload(add(signature, 0x60)))
      }
      return tryRecover(hash, v, r, s);
    } else {
      return (address(0), RecoverError.InvalidSignatureLength);
    }
  }

  /**
   * @dev Returns the address that signed a hashed message (`hash`) with
   * `signature`. This address can then be used for verification purposes.
   *
   * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
   * this function rejects them by requiring the `s` value to be in the lower
   * half order, and the `v` value to be either 27 or 28.
   *
   * IMPORTANT: `hash` _must_ be the result of a hash operation for the
   * verification to be secure: it is possible to craft signatures that
   * recover to arbitrary addresses for non-hashed data. A safe way to ensure
   * this is by receiving a hash of the original message (which may otherwise
   * be too long), and then calling {toEthSignedMessageHash} on it.
   */
  function recover(bytes32 hash, bytes memory signature)
    internal
    pure
    returns (address)
  {
    (address recovered, RecoverError error) = tryRecover(hash, signature);
    _throwError(error);
    return recovered;
  }

  /**
   * @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.
   *
   * See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]
   *
   * _Available since v4.3._
   */
  function tryRecover(
    bytes32 hash,
    bytes32 r,
    bytes32 vs
  ) internal pure returns (address, RecoverError) {
    bytes32 s = vs &
      bytes32(
        0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
      );
    uint8 v = uint8((uint256(vs) >> 255) + 27);
    return tryRecover(hash, v, r, s);
  }

  /**
   * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.
   *
   * _Available since v4.2._
   */
  function recover(
    bytes32 hash,
    bytes32 r,
    bytes32 vs
  ) internal pure returns (address) {
    (address recovered, RecoverError error) = tryRecover(hash, r, vs);
    _throwError(error);
    return recovered;
  }

  /**
   * @dev Overload of {ECDSA-tryRecover} that receives the `v`,
   * `r` and `s` signature fields separately.
   *
   * _Available since v4.3._
   */
  function tryRecover(
    bytes32 hash,
    uint8 v,
    bytes32 r,
    bytes32 s
  ) internal pure returns (address, RecoverError) {
    // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature
    // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines
    // the valid range for s in (301): 0 < s < secp256k1n ÷ 2 + 1, and for v in (302): v ∈ {27, 28}. Most
    // signatures from current libraries generate a unique signature with an s-value in the lower half order.
    //
    // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value
    // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or
    // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept
    // these malleable signatures as well.
    if (
      uint256(s) >
      0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0
    ) {
      return (address(0), RecoverError.InvalidSignatureS);
    }
    if (v != 27 && v != 28) {
      return (address(0), RecoverError.InvalidSignatureV);
    }

    // If the signature is valid (and not malleable), return the signer address
    address signer = ecrecover(hash, v, r, s);
    if (signer == address(0)) {
      return (address(0), RecoverError.InvalidSignature);
    }

    return (signer, RecoverError.NoError);
  }

  /**
   * @dev Overload of {ECDSA-recover} that receives the `v`,
   * `r` and `s` signature fields separately.
   */
  function recover(
    bytes32 hash,
    uint8 v,
    bytes32 r,
    bytes32 s
  ) internal pure returns (address) {
    (address recovered, RecoverError error) = tryRecover(hash, v, r, s);
    _throwError(error);
    return recovered;
  }

  /**
   * @dev Returns an Ethereum Signed Message, created from a `hash`. This
   * produces hash corresponding to the one signed with the
   * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
   * JSON-RPC method as part of EIP-191.
   *
   * See {recover}.
   */
  function toEthSignedMessageHash(bytes32 hash)
    internal
    pure
    returns (bytes32)
  {
    // 32 is the length in bytes of hash,
    // enforced by the type signature above
    return
      keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n32", hash));
  }

  /**
   * @dev Returns an Ethereum Signed Message, created from `s`. This
   * produces hash corresponding to the one signed with the
   * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
   * JSON-RPC method as part of EIP-191.
   *
   * See {recover}.
   */
  function toEthSignedMessageHash(bytes memory s)
    internal
    pure
    returns (bytes32)
  {
    return
      keccak256(
        abi.encodePacked(
          "\x19Ethereum Signed Message:\n",
          Strings.toString(s.length),
          s
        )
      );
  }

  /**
   * @dev Returns an Ethereum Signed Typed Data, created from a
   * `domainSeparator` and a `structHash`. This produces hash corresponding
   * to the one signed with the
   * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]
   * JSON-RPC method as part of EIP-712.
   *
   * See {recover}.
   */
  function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash)
    internal
    pure
    returns (bytes32)
  {
    return keccak256(abi.encodePacked("\x19\x01", domainSeparator, structHash));
  }
}

// File: @openzeppelin/contracts/utils/Context.sol

// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
  function _msgSender() internal view virtual returns (address) {
    return msg.sender;
  }

  function _msgData() internal view virtual returns (bytes calldata) {
    return msg.data;
  }
}

// File: @openzeppelin/contracts/access/IAccessControl.sol

// OpenZeppelin Contracts v4.4.1 (access/IAccessControl.sol)

pragma solidity ^0.8.0;

/**
 * @dev External interface of AccessControl declared to support ERC165 detection.
 */
interface IAccessControl {
  /**
   * @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
   *
   * `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
   * {RoleAdminChanged} not being emitted signaling this.
   *
   * _Available since v3.1._
   */
  event RoleAdminChanged(
    bytes32 indexed role,
    bytes32 indexed previousAdminRole,
    bytes32 indexed newAdminRole
  );

  /**
   * @dev Emitted when `account` is granted `role`.
   *
   * `sender` is the account that originated the contract call, an admin role
   * bearer except when using {AccessControl-_setupRole}.
   */
  event RoleGranted(
    bytes32 indexed role,
    address indexed account,
    address indexed sender
  );

  /**
   * @dev Emitted when `account` is revoked `role`.
   *
   * `sender` is the account that originated the contract call:
   *   - if using `revokeRole`, it is the admin role bearer
   *   - if using `renounceRole`, it is the role bearer (i.e. `account`)
   */
  event RoleRevoked(
    bytes32 indexed role,
    address indexed account,
    address indexed sender
  );

  /**
   * @dev Returns `true` if `account` has been granted `role`.
   */
  function hasRole(bytes32 role, address account) external view returns (bool);

  /**
   * @dev Returns the admin role that controls `role`. See {grantRole} and
   * {revokeRole}.
   *
   * To change a role's admin, use {AccessControl-_setRoleAdmin}.
   */
  function getRoleAdmin(bytes32 role) external view returns (bytes32);

  /**
   * @dev Grants `role` to `account`.
   *
   * If `account` had not been already granted `role`, emits a {RoleGranted}
   * event.
   *
   * Requirements:
   *
   * - the caller must have ``role``'s admin role.
   */
  function grantRole(bytes32 role, address account) external;

  /**
   * @dev Revokes `role` from `account`.
   *
   * If `account` had been granted `role`, emits a {RoleRevoked} event.
   *
   * Requirements:
   *
   * - the caller must have ``role``'s admin role.
   */
  function revokeRole(bytes32 role, address account) external;

  /**
   * @dev Revokes `role` from the calling account.
   *
   * Roles are often managed via {grantRole} and {revokeRole}: this function's
   * purpose is to provide a mechanism for accounts to lose their privileges
   * if they are compromised (such as when a trusted device is misplaced).
   *
   * If the calling account had been granted `role`, emits a {RoleRevoked}
   * event.
   *
   * Requirements:
   *
   * - the caller must be `account`.
   */
  function renounceRole(bytes32 role, address account) external;
}

// File: @openzeppelin/contracts/access/AccessControl.sol

// OpenZeppelin Contracts (last updated v4.7.0) (access/AccessControl.sol)

pragma solidity ^0.8.0;

/**
 * @dev Contract module that allows children to implement role-based access
 * control mechanisms. This is a lightweight version that doesn't allow enumerating role
 * members except through off-chain means by accessing the contract event logs. Some
 * applications may benefit from on-chain enumerability, for those cases see
 * {AccessControlEnumerable}.
 *
 * Roles are referred to by their `bytes32` identifier. These should be exposed
 * in the external API and be unique. The best way to achieve this is by
 * using `public constant` hash digests:
 *
 * ```
 * bytes32 public constant MY_ROLE = keccak256("MY_ROLE");
 * ```
 *
 * Roles can be used to represent a set of permissions. To restrict access to a
 * function call, use {hasRole}:
 *
 * ```
 * function foo() public {
 *     require(hasRole(MY_ROLE, msg.sender));
 *     ...
 * }
 * ```
 *
 * Roles can be granted and revoked dynamically via the {grantRole} and
 * {revokeRole} functions. Each role has an associated admin role, and only
 * accounts that have a role's admin role can call {grantRole} and {revokeRole}.
 *
 * By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means
 * that only accounts with this role will be able to grant or revoke other
 * roles. More complex role relationships can be created by using
 * {_setRoleAdmin}.
 *
 * WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to
 * grant and revoke this role. Extra precautions should be taken to secure
 * accounts that have been granted it.
 */
abstract contract AccessControl is Context, IAccessControl, ERC165 {
  struct RoleData {
    mapping(address => bool) members;
    bytes32 adminRole;
  }

  mapping(bytes32 => RoleData) private _roles;

  bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;

  /**
   * @dev Modifier that checks that an account has a specific role. Reverts
   * with a standardized message including the required role.
   *
   * The format of the revert reason is given by the following regular expression:
   *
   *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
   *
   * _Available since v4.1._
   */
  modifier onlyRole(bytes32 role) {
    _checkRole(role);
    _;
  }

  /**
   * @dev See {IERC165-supportsInterface}.
   */
  function supportsInterface(bytes4 interfaceId)
    public
    view
    virtual
    override
    returns (bool)
  {
    return
      interfaceId == type(IAccessControl).interfaceId ||
      super.supportsInterface(interfaceId);
  }

  /**
   * @dev Returns `true` if `account` has been granted `role`.
   */
  function hasRole(bytes32 role, address account)
    public
    view
    virtual
    override
    returns (bool)
  {
    return _roles[role].members[account];
  }

  /**
   * @dev Revert with a standard message if `_msgSender()` is missing `role`.
   * Overriding this function changes the behavior of the {onlyRole} modifier.
   *
   * Format of the revert message is described in {_checkRole}.
   *
   * _Available since v4.6._
   */
  function _checkRole(bytes32 role) internal view virtual {
    _checkRole(role, _msgSender());
  }

  /**
   * @dev Revert with a standard message if `account` is missing `role`.
   *
   * The format of the revert reason is given by the following regular expression:
   *
   *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
   */
  function _checkRole(bytes32 role, address account) internal view virtual {
    if (!hasRole(role, account)) {
      revert(
        string(
          abi.encodePacked(
            "AccessControl: account ",
            Strings.toHexString(uint160(account), 20),
            " is missing role ",
            Strings.toHexString(uint256(role), 32)
          )
        )
      );
    }
  }

  /**
   * @dev Returns the admin role that controls `role`. See {grantRole} and
   * {revokeRole}.
   *
   * To change a role's admin, use {_setRoleAdmin}.
   */
  function getRoleAdmin(bytes32 role)
    public
    view
    virtual
    override
    returns (bytes32)
  {
    return _roles[role].adminRole;
  }

  /**
   * @dev Grants `role` to `account`.
   *
   * If `account` had not been already granted `role`, emits a {RoleGranted}
   * event.
   *
   * Requirements:
   *
   * - the caller must have ``role``'s admin role.
   *
   * May emit a {RoleGranted} event.
   */
  function grantRole(bytes32 role, address account)
    public
    virtual
    override
    onlyRole(getRoleAdmin(role))
  {
    _grantRole(role, account);
  }

  /**
   * @dev Revokes `role` from `account`.
   *
   * If `account` had been granted `role`, emits a {RoleRevoked} event.
   *
   * Requirements:
   *
   * - the caller must have ``role``'s admin role.
   *
   * May emit a {RoleRevoked} event.
   */
  function revokeRole(bytes32 role, address account)
    public
    virtual
    override
    onlyRole(getRoleAdmin(role))
  {
    _revokeRole(role, account);
  }

  /**
   * @dev Revokes `role` from the calling account.
   *
   * Roles are often managed via {grantRole} and {revokeRole}: this function's
   * purpose is to provide a mechanism for accounts to lose their privileges
   * if they are compromised (such as when a trusted device is misplaced).
   *
   * If the calling account had been revoked `role`, emits a {RoleRevoked}
   * event.
   *
   * Requirements:
   *
   * - the caller must be `account`.
   *
   * May emit a {RoleRevoked} event.
   */
  function renounceRole(bytes32 role, address account) public virtual override {
    require(
      account == _msgSender(),
      "AccessControl: can only renounce roles for self"
    );

    _revokeRole(role, account);
  }

  /**
   * @dev Grants `role` to `account`.
   *
   * If `account` had not been already granted `role`, emits a {RoleGranted}
   * event. Note that unlike {grantRole}, this function doesn't perform any
   * checks on the calling account.
   *
   * May emit a {RoleGranted} event.
   *
   * [WARNING]
   * ====
   * This function should only be called from the constructor when setting
   * up the initial roles for the system.
   *
   * Using this function in any other way is effectively circumventing the admin
   * system imposed by {AccessControl}.
   * ====
   *
   * NOTE: This function is deprecated in favor of {_grantRole}.
   */
  function _setupRole(bytes32 role, address account) internal virtual {
    _grantRole(role, account);
  }

  /**
   * @dev Sets `adminRole` as ``role``'s admin role.
   *
   * Emits a {RoleAdminChanged} event.
   */
  function _setRoleAdmin(bytes32 role, bytes32 adminRole) internal virtual {
    bytes32 previousAdminRole = getRoleAdmin(role);
    _roles[role].adminRole = adminRole;
    emit RoleAdminChanged(role, previousAdminRole, adminRole);
  }

  /**
   * @dev Grants `role` to `account`.
   *
   * Internal function without access restriction.
   *
   * May emit a {RoleGranted} event.
   */
  function _grantRole(bytes32 role, address account) internal virtual {
    if (!hasRole(role, account)) {
      _roles[role].members[account] = true;
      emit RoleGranted(role, account, _msgSender());
    }
  }

  /**
   * @dev Revokes `role` from `account`.
   *
   * Internal function without access restriction.
   *
   * May emit a {RoleRevoked} event.
   */
  function _revokeRole(bytes32 role, address account) internal virtual {
    if (hasRole(role, account)) {
      _roles[role].members[account] = false;
      emit RoleRevoked(role, account, _msgSender());
    }
  }
}

// File: contracts/DecagonTimelock.sol

pragma solidity ^0.8.4;

error NotTokenOwner();
error InvalidSignature();
error NonceAlreadyUsed();
error ExpiredSignature();

contract DecagonTimelock is AccessControl {
  address private signer;
  IERC721 public decagon;

  mapping(uint256 => uint256) private timelocks;
  mapping(string => bool) public usedNonces;

  event TokenLocked(
    uint256 indexed tokenId,
    uint256 indexed numberOfWeeks,
    string nonce
  );
  event SignerUpdated(address indexed newSigner);

  constructor(
    address _signer,
    address _decagon,
    address[] memory admins_
  ) {
    decagon = IERC721(_decagon);
    signer = _signer;

    for (uint256 i = 0; i < admins_.length; i++) {
      _grantRole(DEFAULT_ADMIN_ROLE, admins_[i]);
    }
  }

  modifier onlyTokenOwner(uint256 tokenId) {
    if (decagon.ownerOf(tokenId) != msg.sender) revert NotTokenOwner();
    _;
  }

  function updateSigner(address newSigner)
    external
    onlyRole(DEFAULT_ADMIN_ROLE)
  {
    signer = newSigner;
    emit SignerUpdated(newSigner);
  }

  function removeTimelock(uint256 tokenId)
    external
    onlyRole(DEFAULT_ADMIN_ROLE)
  {
    timelocks[tokenId] = 0;
  }

  function beforeTransferLogic(
    address from,
    address to,
    uint256 tokenId
  ) external view {
    require(!isTimelocked(tokenId), "Decagon: Timelocked token");
  }

  function isTimelocked(uint256 tokenId) public view returns (bool) {
    return block.timestamp < timelocks[tokenId];
  }

  function timelockExpiresAt(uint256 tokenId) external view returns (uint256) {
    return timelocks[tokenId];
  }

  function lockToken(
    uint256 tokenId,
    uint256 numberOfWeeks,
    string memory nonce,
    uint256 expiryBlock,
    bytes memory signature
  ) external onlyTokenOwner(tokenId) {
    if (usedNonces[nonce]) revert NonceAlreadyUsed();

    if (block.number > expiryBlock) revert ExpiredSignature();

    if (
      !verify(
        keccak256(
          abi.encodePacked(
            msg.sender,
            tokenId,
            numberOfWeeks,
            nonce,
            expiryBlock,
            address(this)
          )
        ),
        signature
      )
    ) revert InvalidSignature();

    usedNonces[nonce] = true;
    uint256 expires = block.timestamp + (1 weeks * numberOfWeeks);
    timelocks[tokenId] = expires;

    emit TokenLocked(tokenId, numberOfWeeks, nonce);
  }

  function verify(bytes32 messageHash, bytes memory signature)
    internal
    view
    returns (bool)
  {
    return
      signer ==
      ECDSA.recover(ECDSA.toEthSignedMessageHash(messageHash), signature);
  }
}

interface IERC721 {
  function ownerOf(uint256 tokenId) external view returns (address);
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_signer","type":"address"},{"internalType":"address","name":"_decagon","type":"address"},{"internalType":"address[]","name":"admins_","type":"address[]"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ExpiredSignature","type":"error"},{"inputs":[],"name":"InvalidSignature","type":"error"},{"inputs":[],"name":"NonceAlreadyUsed","type":"error"},{"inputs":[],"name":"NotTokenOwner","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"previousAdminRole","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"newAdminRole","type":"bytes32"}],"name":"RoleAdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleRevoked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newSigner","type":"address"}],"name":"SignerUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"numberOfWeeks","type":"uint256"},{"indexed":false,"internalType":"string","name":"nonce","type":"string"}],"name":"TokenLocked","type":"event"},{"inputs":[],"name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"beforeTransferLogic","outputs":[],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decagon","outputs":[{"internalType":"contract IERC721","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"}],"name":"getRoleAdmin","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"grantRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"hasRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"isTimelocked","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"numberOfWeeks","type":"uint256"},{"internalType":"string","name":"nonce","type":"string"},{"internalType":"uint256","name":"expiryBlock","type":"uint256"},{"internalType":"bytes","name":"signature","type":"bytes"}],"name":"lockToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"removeTimelock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"renounceRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"revokeRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"timelockExpiresAt","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newSigner","type":"address"}],"name":"updateSigner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"","type":"string"}],"name":"usedNonces","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}]

60806040523480156200001157600080fd5b506040516200288838038062002888833981810160405281019062000037919062000358565b81600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555082600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555060005b815181101562000132576200011c6000801b83838151811062000108577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200260200101516200013c60201b60201c565b8080620001299062000493565b915050620000bc565b505050506200056a565b6200014e82826200022d60201b60201c565b6200022957600160008084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550620001ce6200029760201b60201c565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45b5050565b600080600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600033905090565b6000620002b6620002b084620003f0565b620003c7565b90508083825260208201905082856020860282011115620002d657600080fd5b60005b858110156200030a5781620002ef888262000314565b845260208401935060208301925050600181019050620002d9565b5050509392505050565b600081519050620003258162000550565b92915050565b600082601f8301126200033d57600080fd5b81516200034f8482602086016200029f565b91505092915050565b6000806000606084860312156200036e57600080fd5b60006200037e8682870162000314565b9350506020620003918682870162000314565b925050604084015167ffffffffffffffff811115620003af57600080fd5b620003bd868287016200032b565b9150509250925092565b6000620003d3620003e6565b9050620003e182826200045d565b919050565b6000604051905090565b600067ffffffffffffffff8211156200040e576200040d62000510565b5b602082029050602081019050919050565b60006200042c8262000433565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b62000468826200053f565b810181811067ffffffffffffffff821117156200048a576200048962000510565b5b80604052505050565b6000620004a08262000453565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff821415620004d657620004d5620004e1565b5b600182019050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b6200055b816200041f565b81146200056757600080fd5b50565b61230e806200057a6000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c806391d1485411610097578063bef9ec7411610066578063bef9ec7414610280578063d547741f1461029e578063db78ef85146102ba578063e4f376f0146102ea576100f5565b806391d14854146101fa578063a217fddf1461022a578063a7ecd37e14610248578063b10d293514610264576100f5565b80632f2ff15d116100d35780632f2ff15d1461018a57806336568abe146101a65780633b0c4a71146101c257806371cca5ef146101de576100f5565b806301ffc9a7146100fa57806322d423041461012a578063248a9ca31461015a575b600080fd5b610114600480360381019061010f91906116ea565b61031a565b6040516101219190611b5f565b60405180910390f35b610144600480360381019061013f9190611754565b610394565b6040516101519190611b5f565b60405180910390f35b610174600480360381019061016f9190611685565b6103b3565b6040516101819190611b7a565b60405180910390f35b6101a4600480360381019061019f91906116ae565b6103d2565b005b6101c060048036038101906101bb91906116ae565b6103f3565b005b6101dc60048036038101906101d7919061177d565b610476565b005b6101f860048036038101906101f39190611754565b610742565b005b610214600480360381019061020f91906116ae565b61076c565b6040516102219190611b5f565b60405180910390f35b6102326107d6565b60405161023f9190611b7a565b60405180910390f35b610262600480360381019061025d91906115e4565b6107dd565b005b61027e60048036038101906102799190611636565b610872565b005b6102886108c0565b6040516102959190611bda565b60405180910390f35b6102b860048036038101906102b391906116ae565b6108e6565b005b6102d460048036038101906102cf9190611754565b610907565b6040516102e19190611cf7565b60405180910390f35b61030460048036038101906102ff9190611713565b610924565b6040516103119190611b5f565b60405180910390f35b60007f7965db0b000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061038d575061038c8261095a565b5b9050919050565b6000600360008381526020019081526020016000205442109050919050565b6000806000838152602001908152602001600020600101549050919050565b6103db826103b3565b6103e4816109c4565b6103ee83836109d8565b505050565b6103fb610ab8565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610468576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161045f90611cd7565b60405180910390fd5b6104728282610ac0565b5050565b843373ffffffffffffffffffffffffffffffffffffffff16600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b81526004016104e99190611cf7565b60206040518083038186803b15801561050157600080fd5b505afa158015610515573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610539919061160d565b73ffffffffffffffffffffffffffffffffffffffff1614610586576040517f59dc379f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6004846040516105969190611ae8565b908152602001604051809103902060009054906101000a900460ff16156105e9576040517f1fb09b8000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82431115610623576040517fdf4cc36d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61065d33878787873060405160200161064196959493929190611a7c565b6040516020818303038152906040528051906020012083610ba1565b610693576040517f8baa579f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60016004856040516106a59190611ae8565b908152602001604051809103902060006101000a81548160ff02191690831515021790555060008562093a806106db9190611e16565b426106e69190611dc0565b905080600360008981526020019081526020016000208190555085877fced5acbb7e5a814f575209abeb5eff445b89a35e223c395603d3da68162dc6a7876040516107319190611bf5565b60405180910390a350505050505050565b6000801b61074f816109c4565b600060036000848152602001908152602001600020819055505050565b600080600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6000801b81565b6000801b6107ea816109c4565b81600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff167f5553331329228fbd4123164423717a4a7539f6dfa1c3279a923b98fd681a6c7360405160405180910390a25050565b61087b81610394565b156108bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108b290611cb7565b60405180910390fd5b505050565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6108ef826103b3565b6108f8816109c4565b6109028383610ac0565b505050565b600060036000838152602001908152602001600020549050919050565b6004818051602081018201805184825260208301602085012081835280955050505050506000915054906101000a900460ff1681565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6109d5816109d0610ab8565b610c0d565b50565b6109e2828261076c565b610ab457600160008084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550610a59610ab8565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45b5050565b600033905090565b610aca828261076c565b15610b9d57600080600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550610b42610ab8565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b60405160405180910390a45b5050565b6000610bb5610baf84610caa565b83610cda565b73ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614905092915050565b610c17828261076c565b610ca657610c3c8173ffffffffffffffffffffffffffffffffffffffff166014610d01565b610c4a8360001c6020610d01565b604051602001610c5b929190611b25565b6040516020818303038152906040526040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c9d9190611bf5565b60405180910390fd5b5050565b600081604051602001610cbd9190611aff565b604051602081830303815290604052805190602001209050919050565b6000806000610ce98585610ffb565b91509150610cf68161104d565b819250505092915050565b606060006002836002610d149190611e16565b610d1e9190611dc0565b67ffffffffffffffff811115610d5d577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015610d8f5781602001600182028036833780820191505090505b5090507f300000000000000000000000000000000000000000000000000000000000000081600081518110610ded577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053507f780000000000000000000000000000000000000000000000000000000000000081600181518110610e77577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060006001846002610eb79190611e16565b610ec19190611dc0565b90505b6001811115610fad577f3031323334353637383961626364656600000000000000000000000000000000600f861660108110610f29577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b1a60f81b828281518110610f66577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600485901c945080610fa690611f61565b9050610ec4565b5060008414610ff1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fe890611c37565b60405180910390fd5b8091505092915050565b60008060418351141561103d5760008060006020860151925060408601519150606086015160001a90506110318782858561139e565b94509450505050611046565b60006002915091505b9250929050565b60006004811115611087577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b8160048111156110c0577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b14156110cb5761139b565b60016004811115611105577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b81600481111561113e577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b141561117f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117690611c17565b60405180910390fd5b600260048111156111b9577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b8160048111156111f2577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b1415611233576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161122a90611c57565b60405180910390fd5b6003600481111561126d577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b8160048111156112a6577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b14156112e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112de90611c77565b60405180910390fd5b600480811115611320577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b816004811115611359577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b141561139a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139190611c97565b60405180910390fd5b5b50565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08360001c11156113d95760006003915091506114a2565b601b8560ff16141580156113f15750601c8560ff1614155b156114035760006004915091506114a2565b6000600187878787604051600081526020016040526040516114289493929190611b95565b6020604051602081039080840390855afa15801561144a573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611499576000600192509250506114a2565b80600092509250505b94509492505050565b60006114be6114b984611d37565b611d12565b9050828152602081018484840111156114d657600080fd5b6114e1848285611f1f565b509392505050565b60006114fc6114f784611d68565b611d12565b90508281526020810184848401111561151457600080fd5b61151f848285611f1f565b509392505050565b6000813590506115368161227c565b92915050565b60008151905061154b8161227c565b92915050565b60008135905061156081612293565b92915050565b600081359050611575816122aa565b92915050565b600082601f83011261158c57600080fd5b813561159c8482602086016114ab565b91505092915050565b600082601f8301126115b657600080fd5b81356115c68482602086016114e9565b91505092915050565b6000813590506115de816122c1565b92915050565b6000602082840312156115f657600080fd5b600061160484828501611527565b91505092915050565b60006020828403121561161f57600080fd5b600061162d8482850161153c565b91505092915050565b60008060006060848603121561164b57600080fd5b600061165986828701611527565b935050602061166a86828701611527565b925050604061167b868287016115cf565b9150509250925092565b60006020828403121561169757600080fd5b60006116a584828501611551565b91505092915050565b600080604083850312156116c157600080fd5b60006116cf85828601611551565b92505060206116e085828601611527565b9150509250929050565b6000602082840312156116fc57600080fd5b600061170a84828501611566565b91505092915050565b60006020828403121561172557600080fd5b600082013567ffffffffffffffff81111561173f57600080fd5b61174b848285016115a5565b91505092915050565b60006020828403121561176657600080fd5b6000611774848285016115cf565b91505092915050565b600080600080600060a0868803121561179557600080fd5b60006117a3888289016115cf565b95505060206117b4888289016115cf565b945050604086013567ffffffffffffffff8111156117d157600080fd5b6117dd888289016115a5565b93505060606117ee888289016115cf565b925050608086013567ffffffffffffffff81111561180b57600080fd5b6118178882890161157b565b9150509295509295909350565b61183561183082611e70565b611fbc565b82525050565b61184481611e82565b82525050565b61185381611e8e565b82525050565b61186a61186582611e8e565b611fce565b82525050565b61187981611efb565b82525050565b600061188a82611d99565b6118948185611da4565b93506118a4818560208601611f2e565b6118ad81612052565b840191505092915050565b60006118c382611d99565b6118cd8185611db5565b93506118dd818560208601611f2e565b80840191505092915050565b60006118f6601883611da4565b915061190182612070565b602082019050919050565b6000611919602083611da4565b915061192482612099565b602082019050919050565b600061193c601f83611da4565b9150611947826120c2565b602082019050919050565b600061195f601c83611db5565b915061196a826120eb565b601c82019050919050565b6000611982602283611da4565b915061198d82612114565b604082019050919050565b60006119a5602283611da4565b91506119b082612163565b604082019050919050565b60006119c8601783611db5565b91506119d3826121b2565b601782019050919050565b60006119eb601983611da4565b91506119f6826121db565b602082019050919050565b6000611a0e601183611db5565b9150611a1982612204565b601182019050919050565b6000611a31602f83611da4565b9150611a3c8261222d565b604082019050919050565b611a5081611ee4565b82525050565b611a67611a6282611ee4565b611fea565b82525050565b611a7681611eee565b82525050565b6000611a888289611824565b601482019150611a988288611a56565b602082019150611aa88287611a56565b602082019150611ab882866118b8565b9150611ac48285611a56565b602082019150611ad48284611824565b601482019150819050979650505050505050565b6000611af482846118b8565b915081905092915050565b6000611b0a82611952565b9150611b168284611859565b60208201915081905092915050565b6000611b30826119bb565b9150611b3c82856118b8565b9150611b4782611a01565b9150611b5382846118b8565b91508190509392505050565b6000602082019050611b74600083018461183b565b92915050565b6000602082019050611b8f600083018461184a565b92915050565b6000608082019050611baa600083018761184a565b611bb76020830186611a6d565b611bc4604083018561184a565b611bd1606083018461184a565b95945050505050565b6000602082019050611bef6000830184611870565b92915050565b60006020820190508181036000830152611c0f818461187f565b905092915050565b60006020820190508181036000830152611c30816118e9565b9050919050565b60006020820190508181036000830152611c508161190c565b9050919050565b60006020820190508181036000830152611c708161192f565b9050919050565b60006020820190508181036000830152611c9081611975565b9050919050565b60006020820190508181036000830152611cb081611998565b9050919050565b60006020820190508181036000830152611cd0816119de565b9050919050565b60006020820190508181036000830152611cf081611a24565b9050919050565b6000602082019050611d0c6000830184611a47565b92915050565b6000611d1c611d2d565b9050611d288282611f8b565b919050565b6000604051905090565b600067ffffffffffffffff821115611d5257611d51612023565b5b611d5b82612052565b9050602081019050919050565b600067ffffffffffffffff821115611d8357611d82612023565b5b611d8c82612052565b9050602081019050919050565b600081519050919050565b600082825260208201905092915050565b600081905092915050565b6000611dcb82611ee4565b9150611dd683611ee4565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115611e0b57611e0a611ff4565b5b828201905092915050565b6000611e2182611ee4565b9150611e2c83611ee4565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615611e6557611e64611ff4565b5b828202905092915050565b6000611e7b82611ec4565b9050919050565b60008115159050919050565b6000819050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b6000611f0682611f0d565b9050919050565b6000611f1882611ec4565b9050919050565b82818337600083830152505050565b60005b83811015611f4c578082015181840152602081019050611f31565b83811115611f5b576000848401525b50505050565b6000611f6c82611ee4565b91506000821415611f8057611f7f611ff4565b5b600182039050919050565b611f9482612052565b810181811067ffffffffffffffff82111715611fb357611fb2612023565b5b80604052505050565b6000611fc782611fd8565b9050919050565b6000819050919050565b6000611fe382612063565b9050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b60008160601b9050919050565b7f45434453413a20696e76616c6964207369676e61747572650000000000000000600082015250565b7f537472696e67733a20686578206c656e67746820696e73756666696369656e74600082015250565b7f45434453413a20696e76616c6964207369676e6174757265206c656e67746800600082015250565b7f19457468657265756d205369676e6564204d6573736167653a0a333200000000600082015250565b7f45434453413a20696e76616c6964207369676e6174757265202773272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b7f45434453413a20696e76616c6964207369676e6174757265202776272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b7f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000600082015250565b7f44656361676f6e3a2054696d656c6f636b656420746f6b656e00000000000000600082015250565b7f206973206d697373696e6720726f6c6520000000000000000000000000000000600082015250565b7f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560008201527f20726f6c657320666f722073656c660000000000000000000000000000000000602082015250565b61228581611e70565b811461229057600080fd5b50565b61229c81611e8e565b81146122a757600080fd5b50565b6122b381611e98565b81146122be57600080fd5b50565b6122ca81611ee4565b81146122d557600080fd5b5056fea264697066735822122075726d946e6b2734f4c1c6867bbbc6f2a93349080310b91d923dacfb39ecaa6c64736f6c6343000804003300000000000000000000000083d685a90b1aa4c02a376b290956eb384e0f2566000000000000000000000000d93206bd0062cc054e397ecccdb8436c3fa5700e0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000300000000000000000000000070feeec90d37dc73d9ded8cfafd7ede3f697b70b000000000000000000000000d523545b49076807094c0718f5eba00c0ae72fd6000000000000000000000000f8709ee6a525be2e3419aa652ca25521c33f4c35

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806391d1485411610097578063bef9ec7411610066578063bef9ec7414610280578063d547741f1461029e578063db78ef85146102ba578063e4f376f0146102ea576100f5565b806391d14854146101fa578063a217fddf1461022a578063a7ecd37e14610248578063b10d293514610264576100f5565b80632f2ff15d116100d35780632f2ff15d1461018a57806336568abe146101a65780633b0c4a71146101c257806371cca5ef146101de576100f5565b806301ffc9a7146100fa57806322d423041461012a578063248a9ca31461015a575b600080fd5b610114600480360381019061010f91906116ea565b61031a565b6040516101219190611b5f565b60405180910390f35b610144600480360381019061013f9190611754565b610394565b6040516101519190611b5f565b60405180910390f35b610174600480360381019061016f9190611685565b6103b3565b6040516101819190611b7a565b60405180910390f35b6101a4600480360381019061019f91906116ae565b6103d2565b005b6101c060048036038101906101bb91906116ae565b6103f3565b005b6101dc60048036038101906101d7919061177d565b610476565b005b6101f860048036038101906101f39190611754565b610742565b005b610214600480360381019061020f91906116ae565b61076c565b6040516102219190611b5f565b60405180910390f35b6102326107d6565b60405161023f9190611b7a565b60405180910390f35b610262600480360381019061025d91906115e4565b6107dd565b005b61027e60048036038101906102799190611636565b610872565b005b6102886108c0565b6040516102959190611bda565b60405180910390f35b6102b860048036038101906102b391906116ae565b6108e6565b005b6102d460048036038101906102cf9190611754565b610907565b6040516102e19190611cf7565b60405180910390f35b61030460048036038101906102ff9190611713565b610924565b6040516103119190611b5f565b60405180910390f35b60007f7965db0b000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061038d575061038c8261095a565b5b9050919050565b6000600360008381526020019081526020016000205442109050919050565b6000806000838152602001908152602001600020600101549050919050565b6103db826103b3565b6103e4816109c4565b6103ee83836109d8565b505050565b6103fb610ab8565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610468576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161045f90611cd7565b60405180910390fd5b6104728282610ac0565b5050565b843373ffffffffffffffffffffffffffffffffffffffff16600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16636352211e836040518263ffffffff1660e01b81526004016104e99190611cf7565b60206040518083038186803b15801561050157600080fd5b505afa158015610515573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610539919061160d565b73ffffffffffffffffffffffffffffffffffffffff1614610586576040517f59dc379f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6004846040516105969190611ae8565b908152602001604051809103902060009054906101000a900460ff16156105e9576040517f1fb09b8000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b82431115610623576040517fdf4cc36d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61065d33878787873060405160200161064196959493929190611a7c565b6040516020818303038152906040528051906020012083610ba1565b610693576040517f8baa579f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60016004856040516106a59190611ae8565b908152602001604051809103902060006101000a81548160ff02191690831515021790555060008562093a806106db9190611e16565b426106e69190611dc0565b905080600360008981526020019081526020016000208190555085877fced5acbb7e5a814f575209abeb5eff445b89a35e223c395603d3da68162dc6a7876040516107319190611bf5565b60405180910390a350505050505050565b6000801b61074f816109c4565b600060036000848152602001908152602001600020819055505050565b600080600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6000801b81565b6000801b6107ea816109c4565b81600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff167f5553331329228fbd4123164423717a4a7539f6dfa1c3279a923b98fd681a6c7360405160405180910390a25050565b61087b81610394565b156108bb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108b290611cb7565b60405180910390fd5b505050565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6108ef826103b3565b6108f8816109c4565b6109028383610ac0565b505050565b600060036000838152602001908152602001600020549050919050565b6004818051602081018201805184825260208301602085012081835280955050505050506000915054906101000a900460ff1681565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b6109d5816109d0610ab8565b610c0d565b50565b6109e2828261076c565b610ab457600160008084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550610a59610ab8565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45b5050565b600033905090565b610aca828261076c565b15610b9d57600080600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550610b42610ab8565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16837ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b60405160405180910390a45b5050565b6000610bb5610baf84610caa565b83610cda565b73ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614905092915050565b610c17828261076c565b610ca657610c3c8173ffffffffffffffffffffffffffffffffffffffff166014610d01565b610c4a8360001c6020610d01565b604051602001610c5b929190611b25565b6040516020818303038152906040526040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c9d9190611bf5565b60405180910390fd5b5050565b600081604051602001610cbd9190611aff565b604051602081830303815290604052805190602001209050919050565b6000806000610ce98585610ffb565b91509150610cf68161104d565b819250505092915050565b606060006002836002610d149190611e16565b610d1e9190611dc0565b67ffffffffffffffff811115610d5d577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015610d8f5781602001600182028036833780820191505090505b5090507f300000000000000000000000000000000000000000000000000000000000000081600081518110610ded577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a9053507f780000000000000000000000000000000000000000000000000000000000000081600181518110610e77577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a90535060006001846002610eb79190611e16565b610ec19190611dc0565b90505b6001811115610fad577f3031323334353637383961626364656600000000000000000000000000000000600f861660108110610f29577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b1a60f81b828281518110610f66577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600485901c945080610fa690611f61565b9050610ec4565b5060008414610ff1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fe890611c37565b60405180910390fd5b8091505092915050565b60008060418351141561103d5760008060006020860151925060408601519150606086015160001a90506110318782858561139e565b94509450505050611046565b60006002915091505b9250929050565b60006004811115611087577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b8160048111156110c0577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b14156110cb5761139b565b60016004811115611105577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b81600481111561113e577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b141561117f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161117690611c17565b60405180910390fd5b600260048111156111b9577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b8160048111156111f2577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b1415611233576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161122a90611c57565b60405180910390fd5b6003600481111561126d577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b8160048111156112a6577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b14156112e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112de90611c77565b60405180910390fd5b600480811115611320577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b816004811115611359577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b141561139a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161139190611c97565b60405180910390fd5b5b50565b6000807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08360001c11156113d95760006003915091506114a2565b601b8560ff16141580156113f15750601c8560ff1614155b156114035760006004915091506114a2565b6000600187878787604051600081526020016040526040516114289493929190611b95565b6020604051602081039080840390855afa15801561144a573d6000803e3d6000fd5b505050602060405103519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611499576000600192509250506114a2565b80600092509250505b94509492505050565b60006114be6114b984611d37565b611d12565b9050828152602081018484840111156114d657600080fd5b6114e1848285611f1f565b509392505050565b60006114fc6114f784611d68565b611d12565b90508281526020810184848401111561151457600080fd5b61151f848285611f1f565b509392505050565b6000813590506115368161227c565b92915050565b60008151905061154b8161227c565b92915050565b60008135905061156081612293565b92915050565b600081359050611575816122aa565b92915050565b600082601f83011261158c57600080fd5b813561159c8482602086016114ab565b91505092915050565b600082601f8301126115b657600080fd5b81356115c68482602086016114e9565b91505092915050565b6000813590506115de816122c1565b92915050565b6000602082840312156115f657600080fd5b600061160484828501611527565b91505092915050565b60006020828403121561161f57600080fd5b600061162d8482850161153c565b91505092915050565b60008060006060848603121561164b57600080fd5b600061165986828701611527565b935050602061166a86828701611527565b925050604061167b868287016115cf565b9150509250925092565b60006020828403121561169757600080fd5b60006116a584828501611551565b91505092915050565b600080604083850312156116c157600080fd5b60006116cf85828601611551565b92505060206116e085828601611527565b9150509250929050565b6000602082840312156116fc57600080fd5b600061170a84828501611566565b91505092915050565b60006020828403121561172557600080fd5b600082013567ffffffffffffffff81111561173f57600080fd5b61174b848285016115a5565b91505092915050565b60006020828403121561176657600080fd5b6000611774848285016115cf565b91505092915050565b600080600080600060a0868803121561179557600080fd5b60006117a3888289016115cf565b95505060206117b4888289016115cf565b945050604086013567ffffffffffffffff8111156117d157600080fd5b6117dd888289016115a5565b93505060606117ee888289016115cf565b925050608086013567ffffffffffffffff81111561180b57600080fd5b6118178882890161157b565b9150509295509295909350565b61183561183082611e70565b611fbc565b82525050565b61184481611e82565b82525050565b61185381611e8e565b82525050565b61186a61186582611e8e565b611fce565b82525050565b61187981611efb565b82525050565b600061188a82611d99565b6118948185611da4565b93506118a4818560208601611f2e565b6118ad81612052565b840191505092915050565b60006118c382611d99565b6118cd8185611db5565b93506118dd818560208601611f2e565b80840191505092915050565b60006118f6601883611da4565b915061190182612070565b602082019050919050565b6000611919602083611da4565b915061192482612099565b602082019050919050565b600061193c601f83611da4565b9150611947826120c2565b602082019050919050565b600061195f601c83611db5565b915061196a826120eb565b601c82019050919050565b6000611982602283611da4565b915061198d82612114565b604082019050919050565b60006119a5602283611da4565b91506119b082612163565b604082019050919050565b60006119c8601783611db5565b91506119d3826121b2565b601782019050919050565b60006119eb601983611da4565b91506119f6826121db565b602082019050919050565b6000611a0e601183611db5565b9150611a1982612204565b601182019050919050565b6000611a31602f83611da4565b9150611a3c8261222d565b604082019050919050565b611a5081611ee4565b82525050565b611a67611a6282611ee4565b611fea565b82525050565b611a7681611eee565b82525050565b6000611a888289611824565b601482019150611a988288611a56565b602082019150611aa88287611a56565b602082019150611ab882866118b8565b9150611ac48285611a56565b602082019150611ad48284611824565b601482019150819050979650505050505050565b6000611af482846118b8565b915081905092915050565b6000611b0a82611952565b9150611b168284611859565b60208201915081905092915050565b6000611b30826119bb565b9150611b3c82856118b8565b9150611b4782611a01565b9150611b5382846118b8565b91508190509392505050565b6000602082019050611b74600083018461183b565b92915050565b6000602082019050611b8f600083018461184a565b92915050565b6000608082019050611baa600083018761184a565b611bb76020830186611a6d565b611bc4604083018561184a565b611bd1606083018461184a565b95945050505050565b6000602082019050611bef6000830184611870565b92915050565b60006020820190508181036000830152611c0f818461187f565b905092915050565b60006020820190508181036000830152611c30816118e9565b9050919050565b60006020820190508181036000830152611c508161190c565b9050919050565b60006020820190508181036000830152611c708161192f565b9050919050565b60006020820190508181036000830152611c9081611975565b9050919050565b60006020820190508181036000830152611cb081611998565b9050919050565b60006020820190508181036000830152611cd0816119de565b9050919050565b60006020820190508181036000830152611cf081611a24565b9050919050565b6000602082019050611d0c6000830184611a47565b92915050565b6000611d1c611d2d565b9050611d288282611f8b565b919050565b6000604051905090565b600067ffffffffffffffff821115611d5257611d51612023565b5b611d5b82612052565b9050602081019050919050565b600067ffffffffffffffff821115611d8357611d82612023565b5b611d8c82612052565b9050602081019050919050565b600081519050919050565b600082825260208201905092915050565b600081905092915050565b6000611dcb82611ee4565b9150611dd683611ee4565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115611e0b57611e0a611ff4565b5b828201905092915050565b6000611e2182611ee4565b9150611e2c83611ee4565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615611e6557611e64611ff4565b5b828202905092915050565b6000611e7b82611ec4565b9050919050565b60008115159050919050565b6000819050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b6000611f0682611f0d565b9050919050565b6000611f1882611ec4565b9050919050565b82818337600083830152505050565b60005b83811015611f4c578082015181840152602081019050611f31565b83811115611f5b576000848401525b50505050565b6000611f6c82611ee4565b91506000821415611f8057611f7f611ff4565b5b600182039050919050565b611f9482612052565b810181811067ffffffffffffffff82111715611fb357611fb2612023565b5b80604052505050565b6000611fc782611fd8565b9050919050565b6000819050919050565b6000611fe382612063565b9050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6000601f19601f8301169050919050565b60008160601b9050919050565b7f45434453413a20696e76616c6964207369676e61747572650000000000000000600082015250565b7f537472696e67733a20686578206c656e67746820696e73756666696369656e74600082015250565b7f45434453413a20696e76616c6964207369676e6174757265206c656e67746800600082015250565b7f19457468657265756d205369676e6564204d6573736167653a0a333200000000600082015250565b7f45434453413a20696e76616c6964207369676e6174757265202773272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b7f45434453413a20696e76616c6964207369676e6174757265202776272076616c60008201527f7565000000000000000000000000000000000000000000000000000000000000602082015250565b7f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000600082015250565b7f44656361676f6e3a2054696d656c6f636b656420746f6b656e00000000000000600082015250565b7f206973206d697373696e6720726f6c6520000000000000000000000000000000600082015250565b7f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560008201527f20726f6c657320666f722073656c660000000000000000000000000000000000602082015250565b61228581611e70565b811461229057600080fd5b50565b61229c81611e8e565b81146122a757600080fd5b50565b6122b381611e98565b81146122be57600080fd5b50565b6122ca81611ee4565b81146122d557600080fd5b5056fea264697066735822122075726d946e6b2734f4c1c6867bbbc6f2a93349080310b91d923dacfb39ecaa6c64736f6c63430008040033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

00000000000000000000000083d685a90b1aa4c02a376b290956eb384e0f2566000000000000000000000000d93206bd0062cc054e397ecccdb8436c3fa5700e0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000000300000000000000000000000070feeec90d37dc73d9ded8cfafd7ede3f697b70b000000000000000000000000d523545b49076807094c0718f5eba00c0ae72fd6000000000000000000000000f8709ee6a525be2e3419aa652ca25521c33f4c35

-----Decoded View---------------
Arg [0] : _signer (address): 0x83d685A90B1Aa4C02a376B290956EB384e0F2566
Arg [1] : _decagon (address): 0xd93206BD0062cC054E397eCCCdB8436c3fa5700e
Arg [2] : admins_ (address[]): 0x70FEEEC90D37dc73D9deD8cfAfd7edE3F697b70B,0xd523545B49076807094C0718F5eBa00C0aE72fD6,0xF8709EE6A525BE2E3419AA652Ca25521C33F4c35

-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 00000000000000000000000083d685a90b1aa4c02a376b290956eb384e0f2566
Arg [1] : 000000000000000000000000d93206bd0062cc054e397ecccdb8436c3fa5700e
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [3] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [4] : 00000000000000000000000070feeec90d37dc73d9ded8cfafd7ede3f697b70b
Arg [5] : 000000000000000000000000d523545b49076807094c0718f5eba00c0ae72fd6
Arg [6] : 000000000000000000000000f8709ee6a525be2e3419aa652ca25521c33f4c35


Deployed Bytecode Sourcemap

24738:2552:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19157:240;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25995:122;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;20883:153;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21320:164;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;22440:229;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;26243:819;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;25677:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;19481:169;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;18598:49;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25512:159;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;25810:179;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;24812:22;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21753:166;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;26123:114;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;24891:41;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19157:240;19267:4;19312:32;19297:47;;;:11;:47;;;;:94;;;;19355:36;19379:11;19355:23;:36::i;:::-;19297:94;19283:108;;19157:240;;;:::o;25995:122::-;26055:4;26093:9;:18;26103:7;26093:18;;;;;;;;;;;;26075:15;:36;26068:43;;25995:122;;;:::o;20883:153::-;20982:7;21008:6;:12;21015:4;21008:12;;;;;;;;;;;:22;;;21001:29;;20883:153;;;:::o;21320:164::-;21423:18;21436:4;21423:12;:18::i;:::-;19063:16;19074:4;19063:10;:16::i;:::-;21453:25:::1;21464:4;21470:7;21453:10;:25::i;:::-;21320:164:::0;;;:::o;22440:229::-;22551:12;:10;:12::i;:::-;22540:23;;:7;:23;;;22524:104;;;;;;;;;;;;:::i;:::-;;;;;;;;;22637:26;22649:4;22655:7;22637:11;:26::i;:::-;22440:229;;:::o;26243:819::-;26422:7;25458:10;25430:38;;:7;;;;;;;;;;;:15;;;25446:7;25430:24;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:38;;;25426:66;;25477:15;;;;;;;;;;;;;;25426:66;26442:10:::1;26453:5;26442:17;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;26438:48;;;26468:18;;;;;;;;;;;;;;26438:48;26514:11;26499:12;:26;26495:57;;;26534:18;;;;;;;;;;;;;;26495:57;26574:257;26644:10;26669:7;26691:13;26719:5;26739:11;26773:4;26613:178;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;26591:211;;;;;;26813:9;26574:6;:257::i;:::-;26561:303;;26846:18;;;;;;;;;;;;;;26561:303;26893:4;26873:10;26884:5;26873:17;;;;;;:::i;:::-;;;;;;;;;;;;;;:24;;;;;;;;;;;;;;;;;;26904:15;26951:13;26941:7;:23;;;;:::i;:::-;26922:15;:43;;;;:::i;:::-;26904:61;;26993:7;26972:9;:18;26982:7;26972:18;;;;;;;;;;;:28;;;;27035:13;27026:7;27014:42;27050:5;27014:42;;;;;;:::i;:::-;;;;;;;;25499:1;26243:819:::0;;;;;;:::o;25677:127::-;18643:4;25746:18;;19063:16;19074:4;19063:10;:16::i;:::-;25797:1:::1;25776:9;:18;25786:7;25776:18;;;;;;;;;;;:22;;;;25677:127:::0;;:::o;19481:169::-;19592:4;19615:6;:12;19622:4;19615:12;;;;;;;;;;;:20;;:29;19636:7;19615:29;;;;;;;;;;;;;;;;;;;;;;;;;19608:36;;19481:169;;;;:::o;18598:49::-;18643:4;18598:49;;;:::o;25512:159::-;18643:4;25581:18;;19063:16;19074:4;19063:10;:16::i;:::-;25620:9:::1;25611:6;;:18;;;;;;;;;;;;;;;;;;25655:9;25641:24;;;;;;;;;;;;25512:159:::0;;:::o;25810:179::-;25932:21;25945:7;25932:12;:21::i;:::-;25931:22;25923:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;25810:179;;;:::o;24812:22::-;;;;;;;;;;;;;:::o;21753:166::-;21857:18;21870:4;21857:12;:18::i;:::-;19063:16;19074:4;19063:10;:16::i;:::-;21887:26:::1;21899:4;21905:7;21887:11;:26::i;:::-;21753:166:::0;;;:::o;26123:114::-;26190:7;26213:9;:18;26223:7;26213:18;;;;;;;;;;;;26206:25;;26123:114;;;:::o;24891:41::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;1750:179::-;1860:4;1898:25;1883:40;;;:11;:40;;;;1876:47;;1750:179;;;:::o;19936:99::-;19999:30;20010:4;20016:12;:10;:12::i;:::-;19999:10;:30::i;:::-;19936:99;:::o;23958:216::-;24038:22;24046:4;24052:7;24038;:22::i;:::-;24033:136;;24103:4;24071:6;:12;24078:4;24071:12;;;;;;;;;;;:20;;:29;24092:7;24071:29;;;;;;;;;;;;;;;;:36;;;;;;;;;;;;;;;;;;24148:12;:10;:12::i;:::-;24121:40;;24139:7;24121:40;;24133:4;24121:40;;;;;;;;;;24033:136;23958:216;;:::o;13489:92::-;13542:7;13565:10;13558:17;;13489:92;:::o;24338:217::-;24418:22;24426:4;24432:7;24418;:22::i;:::-;24414:136;;;24483:5;24451:6;:12;24458:4;24451:12;;;;;;;;;;;:20;;:29;24472:7;24451:29;;;;;;;;;;;;;;;;:37;;;;;;;;;;;;;;;;;;24529:12;:10;:12::i;:::-;24502:40;;24520:7;24502:40;;24514:4;24502:40;;;;;;;;;;24414:136;24338:217;;:::o;27068:219::-;27167:4;27214:67;27228:41;27257:11;27228:28;:41::i;:::-;27271:9;27214:13;:67::i;:::-;27197:84;;:6;;;;;;;;;;;:84;;;27183:98;;27068:219;;;;:::o;20309:399::-;20394:22;20402:4;20408:7;20394;:22::i;:::-;20389:314;;20534:41;20562:7;20534:41;;20572:2;20534:19;:41::i;:::-;20624:38;20652:4;20644:13;;20659:2;20624:19;:38::i;:::-;20463:212;;;;;;;;;:::i;:::-;;;;;;;;;;;;;20427:268;;;;;;;;;;;:::i;:::-;;;;;;;;20389:314;20309:399;;:::o;11433:280::-;11517:7;11701:4;11648:58;;;;;;;;:::i;:::-;;;;;;;;;;;;;11638:69;;;;;;11624:83;;11433:280;;;:::o;7849:235::-;7942:7;7962:17;7981:18;8003:27;8014:4;8020:9;8003:10;:27::i;:::-;7961:69;;;;8037:18;8049:5;8037:11;:18::i;:::-;8069:9;8062:16;;;;7849:235;;;;:::o;3503:427::-;3593:13;3618:19;3663:1;3654:6;3650:1;:10;;;;:::i;:::-;:14;;;;:::i;:::-;3640:25;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3618:47;;3672:15;:6;3679:1;3672:9;;;;;;;;;;;;;;;;;;;:15;;;;;;;;;;;3694;:6;3701:1;3694:9;;;;;;;;;;;;;;;;;;;:15;;;;;;;;;;;3721:9;3746:1;3737:6;3733:1;:10;;;;:::i;:::-;:14;;;;:::i;:::-;3721:26;;3716:119;3753:1;3749;:5;3716:119;;;3782:12;3803:3;3795:5;:11;3782:25;;;;;;;;;;;;;;;;;;3770:6;3777:1;3770:9;;;;;;;;;;;;;;;;;;;:37;;;;;;;;;;;3826:1;3816:11;;;;;3756:3;;;;:::i;:::-;;;3716:119;;;;3858:1;3849:5;:10;3841:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;3917:6;3903:21;;;3503:427;;;;:::o;6410:667::-;6506:7;6515:12;6563:2;6543:9;:16;:22;6539:533;;;6576:9;6594;6612:7;6837:4;6826:9;6822:20;6816:27;6811:32;;6879:4;6868:9;6864:20;6858:27;6853:32;;6929:4;6918:9;6914:20;6908:27;6905:1;6900:36;6895:41;;6960:25;6971:4;6977:1;6980;6983;6960:10;:25::i;:::-;6953:32;;;;;;;;;6539:533;7024:1;7028:35;7008:56;;;;6410:667;;;;;;:::o;4779:587::-;4853:20;4844:29;;;;;;;;;;;;;;;;:5;:29;;;;;;;;;;;;;;;;;4840:521;;;4884:7;;4840:521;4941:29;4932:38;;;;;;;;;;;;;;;;:5;:38;;;;;;;;;;;;;;;;;4928:433;;;4981:34;;;;;;;;;;:::i;:::-;;;;;;;;4928:433;5042:35;5033:44;;;;;;;;;;;;;;;;:5;:44;;;;;;;;;;;;;;;;;5029:332;;;5088:41;;;;;;;;;;:::i;:::-;;;;;;;;5029:332;5156:30;5147:39;;;;;;;;;;;;;;;;:5;:39;;;;;;;;;;;;;;;;;5143:218;;;5197:44;;;;;;;;;;:::i;:::-;;;;;;;;5143:218;5268:30;5259:39;;;;;;;;;;;;;;;;:5;:39;;;;;;;;;;;;;;;;;5255:106;;;5309:44;;;;;;;;;;:::i;:::-;;;;;;;;5255:106;4779:587;;:::o;9232:1543::-;9345:7;9354:12;10254:66;10242:1;10234:10;;:86;10222:174;;;10353:1;10357:30;10337:51;;;;;;10222:174;10411:2;10406:1;:7;;;;:18;;;;;10422:2;10417:1;:7;;;;10406:18;10402:92;;;10451:1;10455:30;10435:51;;;;;;10402:92;10583:14;10600:24;10610:4;10616:1;10619;10622;10600:24;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10583:41;;10653:1;10635:20;;:6;:20;;;10631:93;;;10682:1;10686:29;10666:50;;;;;;;10631:93;10740:6;10748:20;10732:37;;;;;9232:1543;;;;;;;;:::o;7:343:1:-;84:5;109:65;125:48;166:6;125:48;:::i;:::-;109:65;:::i;:::-;100:74;;197:6;190:5;183:21;235:4;228:5;224:16;273:3;264:6;259:3;255:16;252:25;249:2;;;290:1;287;280:12;249:2;303:41;337:6;332:3;327;303:41;:::i;:::-;90:260;;;;;;:::o;356:345::-;434:5;459:66;475:49;517:6;475:49;:::i;:::-;459:66;:::i;:::-;450:75;;548:6;541:5;534:21;586:4;579:5;575:16;624:3;615:6;610:3;606:16;603:25;600:2;;;641:1;638;631:12;600:2;654:41;688:6;683:3;678;654:41;:::i;:::-;440:261;;;;;;:::o;707:139::-;753:5;791:6;778:20;769:29;;807:33;834:5;807:33;:::i;:::-;759:87;;;;:::o;852:143::-;909:5;940:6;934:13;925:22;;956:33;983:5;956:33;:::i;:::-;915:80;;;;:::o;1001:139::-;1047:5;1085:6;1072:20;1063:29;;1101:33;1128:5;1101:33;:::i;:::-;1053:87;;;;:::o;1146:137::-;1191:5;1229:6;1216:20;1207:29;;1245:32;1271:5;1245:32;:::i;:::-;1197:86;;;;:::o;1302:271::-;1357:5;1406:3;1399:4;1391:6;1387:17;1383:27;1373:2;;1424:1;1421;1414:12;1373:2;1464:6;1451:20;1489:78;1563:3;1555:6;1548:4;1540:6;1536:17;1489:78;:::i;:::-;1480:87;;1363:210;;;;;:::o;1593:273::-;1649:5;1698:3;1691:4;1683:6;1679:17;1675:27;1665:2;;1716:1;1713;1706:12;1665:2;1756:6;1743:20;1781:79;1856:3;1848:6;1841:4;1833:6;1829:17;1781:79;:::i;:::-;1772:88;;1655:211;;;;;:::o;1872:139::-;1918:5;1956:6;1943:20;1934:29;;1972:33;1999:5;1972:33;:::i;:::-;1924:87;;;;:::o;2017:262::-;2076:6;2125:2;2113:9;2104:7;2100:23;2096:32;2093:2;;;2141:1;2138;2131:12;2093:2;2184:1;2209:53;2254:7;2245:6;2234:9;2230:22;2209:53;:::i;:::-;2199:63;;2155:117;2083:196;;;;:::o;2285:284::-;2355:6;2404:2;2392:9;2383:7;2379:23;2375:32;2372:2;;;2420:1;2417;2410:12;2372:2;2463:1;2488:64;2544:7;2535:6;2524:9;2520:22;2488:64;:::i;:::-;2478:74;;2434:128;2362:207;;;;:::o;2575:552::-;2652:6;2660;2668;2717:2;2705:9;2696:7;2692:23;2688:32;2685:2;;;2733:1;2730;2723:12;2685:2;2776:1;2801:53;2846:7;2837:6;2826:9;2822:22;2801:53;:::i;:::-;2791:63;;2747:117;2903:2;2929:53;2974:7;2965:6;2954:9;2950:22;2929:53;:::i;:::-;2919:63;;2874:118;3031:2;3057:53;3102:7;3093:6;3082:9;3078:22;3057:53;:::i;:::-;3047:63;;3002:118;2675:452;;;;;:::o;3133:262::-;3192:6;3241:2;3229:9;3220:7;3216:23;3212:32;3209:2;;;3257:1;3254;3247:12;3209:2;3300:1;3325:53;3370:7;3361:6;3350:9;3346:22;3325:53;:::i;:::-;3315:63;;3271:117;3199:196;;;;:::o;3401:407::-;3469:6;3477;3526:2;3514:9;3505:7;3501:23;3497:32;3494:2;;;3542:1;3539;3532:12;3494:2;3585:1;3610:53;3655:7;3646:6;3635:9;3631:22;3610:53;:::i;:::-;3600:63;;3556:117;3712:2;3738:53;3783:7;3774:6;3763:9;3759:22;3738:53;:::i;:::-;3728:63;;3683:118;3484:324;;;;;:::o;3814:260::-;3872:6;3921:2;3909:9;3900:7;3896:23;3892:32;3889:2;;;3937:1;3934;3927:12;3889:2;3980:1;4005:52;4049:7;4040:6;4029:9;4025:22;4005:52;:::i;:::-;3995:62;;3951:116;3879:195;;;;:::o;4080:375::-;4149:6;4198:2;4186:9;4177:7;4173:23;4169:32;4166:2;;;4214:1;4211;4204:12;4166:2;4285:1;4274:9;4270:17;4257:31;4315:18;4307:6;4304:30;4301:2;;;4347:1;4344;4337:12;4301:2;4375:63;4430:7;4421:6;4410:9;4406:22;4375:63;:::i;:::-;4365:73;;4228:220;4156:299;;;;:::o;4461:262::-;4520:6;4569:2;4557:9;4548:7;4544:23;4540:32;4537:2;;;4585:1;4582;4575:12;4537:2;4628:1;4653:53;4698:7;4689:6;4678:9;4674:22;4653:53;:::i;:::-;4643:63;;4599:117;4527:196;;;;:::o;4729:1068::-;4843:6;4851;4859;4867;4875;4924:3;4912:9;4903:7;4899:23;4895:33;4892:2;;;4941:1;4938;4931:12;4892:2;4984:1;5009:53;5054:7;5045:6;5034:9;5030:22;5009:53;:::i;:::-;4999:63;;4955:117;5111:2;5137:53;5182:7;5173:6;5162:9;5158:22;5137:53;:::i;:::-;5127:63;;5082:118;5267:2;5256:9;5252:18;5239:32;5298:18;5290:6;5287:30;5284:2;;;5330:1;5327;5320:12;5284:2;5358:63;5413:7;5404:6;5393:9;5389:22;5358:63;:::i;:::-;5348:73;;5210:221;5470:2;5496:53;5541:7;5532:6;5521:9;5517:22;5496:53;:::i;:::-;5486:63;;5441:118;5626:3;5615:9;5611:19;5598:33;5658:18;5650:6;5647:30;5644:2;;;5690:1;5687;5680:12;5644:2;5718:62;5772:7;5763:6;5752:9;5748:22;5718:62;:::i;:::-;5708:72;;5569:221;4882:915;;;;;;;;:::o;5803:157::-;5908:45;5928:24;5946:5;5928:24;:::i;:::-;5908:45;:::i;:::-;5903:3;5896:58;5886:74;;:::o;5966:109::-;6047:21;6062:5;6047:21;:::i;:::-;6042:3;6035:34;6025:50;;:::o;6081:118::-;6168:24;6186:5;6168:24;:::i;:::-;6163:3;6156:37;6146:53;;:::o;6205:157::-;6310:45;6330:24;6348:5;6330:24;:::i;:::-;6310:45;:::i;:::-;6305:3;6298:58;6288:74;;:::o;6368:163::-;6471:53;6518:5;6471:53;:::i;:::-;6466:3;6459:66;6449:82;;:::o;6537:364::-;6625:3;6653:39;6686:5;6653:39;:::i;:::-;6708:71;6772:6;6767:3;6708:71;:::i;:::-;6701:78;;6788:52;6833:6;6828:3;6821:4;6814:5;6810:16;6788:52;:::i;:::-;6865:29;6887:6;6865:29;:::i;:::-;6860:3;6856:39;6849:46;;6629:272;;;;;:::o;6907:377::-;7013:3;7041:39;7074:5;7041:39;:::i;:::-;7096:89;7178:6;7173:3;7096:89;:::i;:::-;7089:96;;7194:52;7239:6;7234:3;7227:4;7220:5;7216:16;7194:52;:::i;:::-;7271:6;7266:3;7262:16;7255:23;;7017:267;;;;;:::o;7290:366::-;7432:3;7453:67;7517:2;7512:3;7453:67;:::i;:::-;7446:74;;7529:93;7618:3;7529:93;:::i;:::-;7647:2;7642:3;7638:12;7631:19;;7436:220;;;:::o;7662:366::-;7804:3;7825:67;7889:2;7884:3;7825:67;:::i;:::-;7818:74;;7901:93;7990:3;7901:93;:::i;:::-;8019:2;8014:3;8010:12;8003:19;;7808:220;;;:::o;8034:366::-;8176:3;8197:67;8261:2;8256:3;8197:67;:::i;:::-;8190:74;;8273:93;8362:3;8273:93;:::i;:::-;8391:2;8386:3;8382:12;8375:19;;8180:220;;;:::o;8406:402::-;8566:3;8587:85;8669:2;8664:3;8587:85;:::i;:::-;8580:92;;8681:93;8770:3;8681:93;:::i;:::-;8799:2;8794:3;8790:12;8783:19;;8570:238;;;:::o;8814:366::-;8956:3;8977:67;9041:2;9036:3;8977:67;:::i;:::-;8970:74;;9053:93;9142:3;9053:93;:::i;:::-;9171:2;9166:3;9162:12;9155:19;;8960:220;;;:::o;9186:366::-;9328:3;9349:67;9413:2;9408:3;9349:67;:::i;:::-;9342:74;;9425:93;9514:3;9425:93;:::i;:::-;9543:2;9538:3;9534:12;9527:19;;9332:220;;;:::o;9558:402::-;9718:3;9739:85;9821:2;9816:3;9739:85;:::i;:::-;9732:92;;9833:93;9922:3;9833:93;:::i;:::-;9951:2;9946:3;9942:12;9935:19;;9722:238;;;:::o;9966:366::-;10108:3;10129:67;10193:2;10188:3;10129:67;:::i;:::-;10122:74;;10205:93;10294:3;10205:93;:::i;:::-;10323:2;10318:3;10314:12;10307:19;;10112:220;;;:::o;10338:402::-;10498:3;10519:85;10601:2;10596:3;10519:85;:::i;:::-;10512:92;;10613:93;10702:3;10613:93;:::i;:::-;10731:2;10726:3;10722:12;10715:19;;10502:238;;;:::o;10746:366::-;10888:3;10909:67;10973:2;10968:3;10909:67;:::i;:::-;10902:74;;10985:93;11074:3;10985:93;:::i;:::-;11103:2;11098:3;11094:12;11087:19;;10892:220;;;:::o;11118:118::-;11205:24;11223:5;11205:24;:::i;:::-;11200:3;11193:37;11183:53;;:::o;11242:157::-;11347:45;11367:24;11385:5;11367:24;:::i;:::-;11347:45;:::i;:::-;11342:3;11335:58;11325:74;;:::o;11405:112::-;11488:22;11504:5;11488:22;:::i;:::-;11483:3;11476:35;11466:51;;:::o;11523:980::-;11795:3;11810:75;11881:3;11872:6;11810:75;:::i;:::-;11910:2;11905:3;11901:12;11894:19;;11923:75;11994:3;11985:6;11923:75;:::i;:::-;12023:2;12018:3;12014:12;12007:19;;12036:75;12107:3;12098:6;12036:75;:::i;:::-;12136:2;12131:3;12127:12;12120:19;;12156:95;12247:3;12238:6;12156:95;:::i;:::-;12149:102;;12261:75;12332:3;12323:6;12261:75;:::i;:::-;12361:2;12356:3;12352:12;12345:19;;12374:75;12445:3;12436:6;12374:75;:::i;:::-;12474:2;12469:3;12465:12;12458:19;;12494:3;12487:10;;11799:704;;;;;;;;;:::o;12509:275::-;12641:3;12663:95;12754:3;12745:6;12663:95;:::i;:::-;12656:102;;12775:3;12768:10;;12645:139;;;;:::o;12790:522::-;13003:3;13025:148;13169:3;13025:148;:::i;:::-;13018:155;;13183:75;13254:3;13245:6;13183:75;:::i;:::-;13283:2;13278:3;13274:12;13267:19;;13303:3;13296:10;;13007:305;;;;:::o;13318:967::-;13700:3;13722:148;13866:3;13722:148;:::i;:::-;13715:155;;13887:95;13978:3;13969:6;13887:95;:::i;:::-;13880:102;;13999:148;14143:3;13999:148;:::i;:::-;13992:155;;14164:95;14255:3;14246:6;14164:95;:::i;:::-;14157:102;;14276:3;14269:10;;13704:581;;;;;:::o;14291:210::-;14378:4;14416:2;14405:9;14401:18;14393:26;;14429:65;14491:1;14480:9;14476:17;14467:6;14429:65;:::i;:::-;14383:118;;;;:::o;14507:222::-;14600:4;14638:2;14627:9;14623:18;14615:26;;14651:71;14719:1;14708:9;14704:17;14695:6;14651:71;:::i;:::-;14605:124;;;;:::o;14735:545::-;14908:4;14946:3;14935:9;14931:19;14923:27;;14960:71;15028:1;15017:9;15013:17;15004:6;14960:71;:::i;:::-;15041:68;15105:2;15094:9;15090:18;15081:6;15041:68;:::i;:::-;15119:72;15187:2;15176:9;15172:18;15163:6;15119:72;:::i;:::-;15201;15269:2;15258:9;15254:18;15245:6;15201:72;:::i;:::-;14913:367;;;;;;;:::o;15286:254::-;15395:4;15433:2;15422:9;15418:18;15410:26;;15446:87;15530:1;15519:9;15515:17;15506:6;15446:87;:::i;:::-;15400:140;;;;:::o;15546:313::-;15659:4;15697:2;15686:9;15682:18;15674:26;;15746:9;15740:4;15736:20;15732:1;15721:9;15717:17;15710:47;15774:78;15847:4;15838:6;15774:78;:::i;:::-;15766:86;;15664:195;;;;:::o;15865:419::-;16031:4;16069:2;16058:9;16054:18;16046:26;;16118:9;16112:4;16108:20;16104:1;16093:9;16089:17;16082:47;16146:131;16272:4;16146:131;:::i;:::-;16138:139;;16036:248;;;:::o;16290:419::-;16456:4;16494:2;16483:9;16479:18;16471:26;;16543:9;16537:4;16533:20;16529:1;16518:9;16514:17;16507:47;16571:131;16697:4;16571:131;:::i;:::-;16563:139;;16461:248;;;:::o;16715:419::-;16881:4;16919:2;16908:9;16904:18;16896:26;;16968:9;16962:4;16958:20;16954:1;16943:9;16939:17;16932:47;16996:131;17122:4;16996:131;:::i;:::-;16988:139;;16886:248;;;:::o;17140:419::-;17306:4;17344:2;17333:9;17329:18;17321:26;;17393:9;17387:4;17383:20;17379:1;17368:9;17364:17;17357:47;17421:131;17547:4;17421:131;:::i;:::-;17413:139;;17311:248;;;:::o;17565:419::-;17731:4;17769:2;17758:9;17754:18;17746:26;;17818:9;17812:4;17808:20;17804:1;17793:9;17789:17;17782:47;17846:131;17972:4;17846:131;:::i;:::-;17838:139;;17736:248;;;:::o;17990:419::-;18156:4;18194:2;18183:9;18179:18;18171:26;;18243:9;18237:4;18233:20;18229:1;18218:9;18214:17;18207:47;18271:131;18397:4;18271:131;:::i;:::-;18263:139;;18161:248;;;:::o;18415:419::-;18581:4;18619:2;18608:9;18604:18;18596:26;;18668:9;18662:4;18658:20;18654:1;18643:9;18639:17;18632:47;18696:131;18822:4;18696:131;:::i;:::-;18688:139;;18586:248;;;:::o;18840:222::-;18933:4;18971:2;18960:9;18956:18;18948:26;;18984:71;19052:1;19041:9;19037:17;19028:6;18984:71;:::i;:::-;18938:124;;;;:::o;19068:129::-;19102:6;19129:20;;:::i;:::-;19119:30;;19158:33;19186:4;19178:6;19158:33;:::i;:::-;19109:88;;;:::o;19203:75::-;19236:6;19269:2;19263:9;19253:19;;19243:35;:::o;19284:307::-;19345:4;19435:18;19427:6;19424:30;19421:2;;;19457:18;;:::i;:::-;19421:2;19495:29;19517:6;19495:29;:::i;:::-;19487:37;;19579:4;19573;19569:15;19561:23;;19350:241;;;:::o;19597:308::-;19659:4;19749:18;19741:6;19738:30;19735:2;;;19771:18;;:::i;:::-;19735:2;19809:29;19831:6;19809:29;:::i;:::-;19801:37;;19893:4;19887;19883:15;19875:23;;19664:241;;;:::o;19911:99::-;19963:6;19997:5;19991:12;19981:22;;19970:40;;;:::o;20016:169::-;20100:11;20134:6;20129:3;20122:19;20174:4;20169:3;20165:14;20150:29;;20112:73;;;;:::o;20191:148::-;20293:11;20330:3;20315:18;;20305:34;;;;:::o;20345:305::-;20385:3;20404:20;20422:1;20404:20;:::i;:::-;20399:25;;20438:20;20456:1;20438:20;:::i;:::-;20433:25;;20592:1;20524:66;20520:74;20517:1;20514:81;20511:2;;;20598:18;;:::i;:::-;20511:2;20642:1;20639;20635:9;20628:16;;20389:261;;;;:::o;20656:348::-;20696:7;20719:20;20737:1;20719:20;:::i;:::-;20714:25;;20753:20;20771:1;20753:20;:::i;:::-;20748:25;;20941:1;20873:66;20869:74;20866:1;20863:81;20858:1;20851:9;20844:17;20840:105;20837:2;;;20948:18;;:::i;:::-;20837:2;20996:1;20993;20989:9;20978:20;;20704:300;;;;:::o;21010:96::-;21047:7;21076:24;21094:5;21076:24;:::i;:::-;21065:35;;21055:51;;;:::o;21112:90::-;21146:7;21189:5;21182:13;21175:21;21164:32;;21154:48;;;:::o;21208:77::-;21245:7;21274:5;21263:16;;21253:32;;;:::o;21291:149::-;21327:7;21367:66;21360:5;21356:78;21345:89;;21335:105;;;:::o;21446:126::-;21483:7;21523:42;21516:5;21512:54;21501:65;;21491:81;;;:::o;21578:77::-;21615:7;21644:5;21633:16;;21623:32;;;:::o;21661:86::-;21696:7;21736:4;21729:5;21725:16;21714:27;;21704:43;;;:::o;21753:158::-;21819:9;21852:53;21899:5;21852:53;:::i;:::-;21839:66;;21829:82;;;:::o;21917:129::-;21983:9;22016:24;22034:5;22016:24;:::i;:::-;22003:37;;21993:53;;;:::o;22052:154::-;22136:6;22131:3;22126;22113:30;22198:1;22189:6;22184:3;22180:16;22173:27;22103:103;;;:::o;22212:307::-;22280:1;22290:113;22304:6;22301:1;22298:13;22290:113;;;22389:1;22384:3;22380:11;22374:18;22370:1;22365:3;22361:11;22354:39;22326:2;22323:1;22319:10;22314:15;;22290:113;;;22421:6;22418:1;22415:13;22412:2;;;22501:1;22492:6;22487:3;22483:16;22476:27;22412:2;22261:258;;;;:::o;22525:171::-;22564:3;22587:24;22605:5;22587:24;:::i;:::-;22578:33;;22633:4;22626:5;22623:15;22620:2;;;22641:18;;:::i;:::-;22620:2;22688:1;22681:5;22677:13;22670:20;;22568:128;;;:::o;22702:281::-;22785:27;22807:4;22785:27;:::i;:::-;22777:6;22773:40;22915:6;22903:10;22900:22;22879:18;22867:10;22864:34;22861:62;22858:2;;;22926:18;;:::i;:::-;22858:2;22966:10;22962:2;22955:22;22745:238;;;:::o;22989:100::-;23028:7;23057:26;23077:5;23057:26;:::i;:::-;23046:37;;23036:53;;;:::o;23095:79::-;23134:7;23163:5;23152:16;;23142:32;;;:::o;23180:94::-;23219:7;23248:20;23262:5;23248:20;:::i;:::-;23237:31;;23227:47;;;:::o;23280:79::-;23319:7;23348:5;23337:16;;23327:32;;;:::o;23365:180::-;23413:77;23410:1;23403:88;23510:4;23507:1;23500:15;23534:4;23531:1;23524:15;23551:180;23599:77;23596:1;23589:88;23696:4;23693:1;23686:15;23720:4;23717:1;23710:15;23737:102;23778:6;23829:2;23825:7;23820:2;23813:5;23809:14;23805:28;23795:38;;23785:54;;;:::o;23845:94::-;23878:8;23926:5;23922:2;23918:14;23897:35;;23887:52;;;:::o;23945:174::-;24085:26;24081:1;24073:6;24069:14;24062:50;24051:68;:::o;24125:182::-;24265:34;24261:1;24253:6;24249:14;24242:58;24231:76;:::o;24313:181::-;24453:33;24449:1;24441:6;24437:14;24430:57;24419:75;:::o;24500:214::-;24640:66;24636:1;24628:6;24624:14;24617:90;24606:108;:::o;24720:221::-;24860:34;24856:1;24848:6;24844:14;24837:58;24929:4;24924:2;24916:6;24912:15;24905:29;24826:115;:::o;24947:221::-;25087:34;25083:1;25075:6;25071:14;25064:58;25156:4;25151:2;25143:6;25139:15;25132:29;25053:115;:::o;25174:173::-;25314:25;25310:1;25302:6;25298:14;25291:49;25280:67;:::o;25353:175::-;25493:27;25489:1;25481:6;25477:14;25470:51;25459:69;:::o;25534:167::-;25674:19;25670:1;25662:6;25658:14;25651:43;25640:61;:::o;25707:234::-;25847:34;25843:1;25835:6;25831:14;25824:58;25916:17;25911:2;25903:6;25899:15;25892:42;25813:128;:::o;25947:122::-;26020:24;26038:5;26020:24;:::i;:::-;26013:5;26010:35;26000:2;;26059:1;26056;26049:12;26000:2;25990:79;:::o;26075:122::-;26148:24;26166:5;26148:24;:::i;:::-;26141:5;26138:35;26128:2;;26187:1;26184;26177:12;26128:2;26118:79;:::o;26203:120::-;26275:23;26292:5;26275:23;:::i;:::-;26268:5;26265:34;26255:2;;26313:1;26310;26303:12;26255:2;26245:78;:::o;26329:122::-;26402:24;26420:5;26402:24;:::i;:::-;26395:5;26392:35;26382:2;;26441:1;26438;26431:12;26382:2;26372:79;:::o

Swarm Source

ipfs://75726d946e6b2734f4c1c6867bbbc6f2a93349080310b91d923dacfb39ecaa6c

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.