Contract 0xd5317E82BFEFf70b4773f0fcab5e2ABFA3c7D63b 3

 
Txn Hash Method
Block
From
To
Value [Txn Fee]
0xb2edcdeb0de74b2765bb6ca05488130cd2c9821a36650ca8b2104fa13a2947d00x6080604047556582022-01-18 9:36:51800 days 9 hrs ago0xd6f0dabbbccd143f7d526a82ca176b5395ccc844 IN  Create: CallProxy0 ETH0.033645391487 ETH1.218543605
[ Download CSV Export 
Latest 14 internal transactions
Parent Txn Hash Block From To Value
0x04d3010350141b193e7e7ab56f2ee02ccf9faa859ae76c8cb28960e570e06d4e57382052022-02-09 17:59:49778 days 37 mins ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0x7b643a763663489960f3b2d8d4376b3319542ebf4bba6e9e935cd5ea26fc5c1355647392022-02-07 11:20:32780 days 7 hrs ago 0xa52842cd43fa8c4b6660e443194769531d45b265 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0x72d9383537269f3d6fe863ce46ddf78929cdd69c5af8cff7830d3e267dac3a8b55321082022-02-06 23:20:55780 days 19 hrs ago 0xd6f0dabbbccd143f7d526a82ca176b5395ccc844 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0x832d2c3d4d75cb8b9f44d47443efa2930f6df50d135a786e4298bb9e37f98e1c53590282022-02-02 20:27:52784 days 22 hrs ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0x258ca2bf8c80d6e26f8254fa68b25ca09b98ecac481e4e3f436feebf468b7e7853546042022-02-02 17:36:51785 days 1 hr ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0xae53e790bc27f7e78e0f1d5308836adf7bff41e48df04c780a6b9b73a28df52353540932022-02-02 17:16:05785 days 1 hr ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0x86e75ad1ca322686a1e15734070a01f89800e6c3cf9da76281626e74b3917ddd53537752022-02-02 17:07:42785 days 1 hr ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0xb55deb32c1c11349a28a795b949908aab02304ffd7a9ec71e0ce716067d2e54453536002022-02-02 17:01:47785 days 1 hr ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0xfd012849c5eb9162df647dc250aee1c41945dc438e672bf37b27ad559940af7f53534602022-02-02 16:55:56785 days 1 hr ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0xff0b60f3d2e5009c081349b0248207abf2fb71d36d6880e28731bca4341df66e53528822022-02-02 16:33:55785 days 2 hrs ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0x87cbbf361b8c73a0ae387b3ce3a5e67dabc9b3abfdd0b56a16a043cb0f8677ce53513882022-02-02 15:46:54785 days 2 hrs ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0x7d8810f61eda0a166e227baf7a55df4adff2cacbe748942f86a23bce20dddfcb53480212022-02-02 13:55:23785 days 4 hrs ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0xf04844093defd75b59e12df558798d29410071df4c456d1d639f6f9263a9ced953437932022-02-02 10:16:00785 days 8 hrs ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
0xdd125f6eab7eb025754bae6dc1c2579c02ef5eaadf015a22c659a29f182ba7c353432962022-02-02 9:47:03785 days 8 hrs ago deBridgeGate 0xd5317e82bfeff70b4773f0fcab5e2abfa3c7d63b0 ETH
[ Download CSV Export 
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
CallProxy

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion
File 1 of 13 : CallProxy.sol
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.7;

import "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol";
import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol";
import "../interfaces/ICallProxy.sol";
import "../libraries/Flags.sol";

/// @dev Proxy to execute the other contract calls.
/// This contract is used when a user requests transfer with specific call of other contract.
contract CallProxy is Initializable, AccessControlUpgradeable, ICallProxy {
    using SafeERC20Upgradeable for IERC20Upgradeable;
    using Flags for uint256;

    /* ========== STATE VARIABLES ========== */
    /// @dev Role allowed to withdraw fee
    bytes32 public constant DEBRIDGE_GATE_ROLE = keccak256("DEBRIDGE_GATE_ROLE");

    /// @dev Value for lock variable when function is not entered
    uint256 private constant _NOT_LOCKED = 1;
    /// @dev Value for lock variable when function is entered
    uint256 private constant _LOCKED = 2;

    /// @dev Chain from which the current submission is received
    uint256 public override submissionChainIdFrom;
    /// @dev Native sender of the current submission
    bytes public override submissionNativeSender;

    uint256 private _lock;

    /* ========== ERRORS ========== */

    error DeBridgeGateBadRole();

    error ExternalCallFailed();
    error CallFailed();
    error Locked();

    /* ========== MODIFIERS ========== */

    modifier onlyGateRole() {
        if (!hasRole(DEBRIDGE_GATE_ROLE, msg.sender)) revert DeBridgeGateBadRole();
        _;
    }

    /// @dev lock
    modifier lock() {
        if (_lock == _LOCKED) revert Locked();
        _lock = _LOCKED;
        _;
        _lock = _NOT_LOCKED;
    }

    /* ========== CONSTRUCTOR  ========== */

    function initialize() public initializer {
        _setupRole(DEFAULT_ADMIN_ROLE, msg.sender);
    }

    /// @inheritdoc ICallProxy
    function call(
        address _reserveAddress,
        address _receiver,
        bytes memory _data,
        uint256 _flags,
        bytes memory _nativeSender,
        uint256 _chainIdFrom
    ) external payable override onlyGateRole lock returns (bool _result) {
        uint256 amount = address(this).balance;

        _result = externalCall(
            _receiver,
            amount,
            _data,
            _nativeSender,
            _chainIdFrom,
            _flags.getFlag(Flags.PROXY_WITH_SENDER)
        );

        if (!_result && _flags.getFlag(Flags.REVERT_IF_EXTERNAL_FAIL)) {
            revert ExternalCallFailed();
        }
        if (!_result) {
            (bool success, ) = _reserveAddress.call{value: amount}(new bytes(0));
            if (!success) revert CallFailed();
        }
    }

    /// @inheritdoc ICallProxy
    function callERC20(
        address _token,
        address _reserveAddress,
        address _receiver,
        bytes memory _data,
        uint256 _flags,
        bytes memory _nativeSender,
        uint256 _chainIdFrom
    ) external override onlyGateRole lock returns (bool _result) {
        uint256 amount = IERC20Upgradeable(_token).balanceOf(address(this));
        IERC20Upgradeable(_token).safeApprove(_receiver, 0);
        IERC20Upgradeable(_token).safeApprove(_receiver, amount);

        _result = externalCall(
            _receiver,
            0,
            _data,
            _nativeSender,
            _chainIdFrom,
            _flags.getFlag(Flags.PROXY_WITH_SENDER)
        );

        amount = IERC20Upgradeable(_token).balanceOf(address(this));

        if (!_result &&_flags.getFlag(Flags.REVERT_IF_EXTERNAL_FAIL)) {
            revert ExternalCallFailed();
        }
        if (!_result || amount > 0) {
            IERC20Upgradeable(_token).safeTransfer(_reserveAddress, amount);
        }
    }

    //gnosis
    //https://github.com/gnosis/MultiSigWallet/blob/ca981359cf5acd6a1f9db18e44777e45027df5e0/contracts/MultiSigWallet.sol#L244-L261

    function externalCall(
        address destination,
        uint256 value,
        bytes memory data,
        bytes memory _nativeSender,
        uint256 _chainIdFrom,
        bool storeSender
    ) internal returns (bool result) {
        // Temporary write to a storage nativeSender and chainIdFrom variables.
        // External contract can read them during a call if needed
        if (storeSender) {
            submissionChainIdFrom = _chainIdFrom;
            submissionNativeSender = _nativeSender;
        }
        uint256 dataLength = data.length;
        assembly {
            let x := mload(0x40) // "Allocate" memory for output (0x40 is where "free memory" pointer is stored by convention)
            let d := add(data, 32) // First 32 bytes are the padded length of data, so exclude that
            result := call(
            sub(gas(), 34710), // 34710 is the value that solidity is currently emitting
            // It includes callGas (700) + callVeryLow (3, to pay for SUB) + callValueTransferGas (9000) +
            // callNewAccountGas (25000, in case the destination address does not exist and needs creating)
            destination,
            value,
            d,
            dataLength, // Size of the input (in bytes) - this is what fixes the padding problem
            x,
            0 // Output is ignored, therefore the output size is zero
            )
        }

        // clear storage variables to get gas refund
        if (storeSender) {
            submissionChainIdFrom = 0;
            submissionNativeSender = "";
        }
    }

    // we need to accept ETH from deBridgeGate
    receive() external payable {
    }

    // ============ Version Control ============
    /// @dev Get this contract's version
    function version() external pure returns (uint256) {
        return 130; // 1.3.0
    }
}

File 2 of 13 : AccessControlUpgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (access/AccessControl.sol)

pragma solidity ^0.8.0;

import "./IAccessControlUpgradeable.sol";
import "../utils/ContextUpgradeable.sol";
import "../utils/StringsUpgradeable.sol";
import "../utils/introspection/ERC165Upgradeable.sol";
import "../proxy/utils/Initializable.sol";

/**
 * @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 AccessControlUpgradeable is Initializable, ContextUpgradeable, IAccessControlUpgradeable, ERC165Upgradeable {
    function __AccessControl_init() internal initializer {
        __Context_init_unchained();
        __ERC165_init_unchained();
        __AccessControl_init_unchained();
    }

    function __AccessControl_init_unchained() internal initializer {
    }
    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, _msgSender());
        _;
    }

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

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

    /**
     * @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 {
        if (!hasRole(role, account)) {
            revert(
                string(
                    abi.encodePacked(
                        "AccessControl: account ",
                        StringsUpgradeable.toHexString(uint160(account), 20),
                        " is missing role ",
                        StringsUpgradeable.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 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.
     */
    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.
     */
    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`.
     */
    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.
     *
     * [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.
     */
    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.
     */
    function _revokeRole(bytes32 role, address account) internal virtual {
        if (hasRole(role, account)) {
            _roles[role].members[account] = false;
            emit RoleRevoked(role, account, _msgSender());
        }
    }
    uint256[49] private __gap;
}

File 3 of 13 : Initializable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (proxy/utils/Initializable.sol)

pragma solidity ^0.8.0;

/**
 * @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed
 * behind a proxy. Since a proxied contract can't have a constructor, it's common to move constructor logic to an
 * external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer
 * function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.
 *
 * TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as
 * possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}.
 *
 * CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure
 * that all initializers are idempotent. This is not verified automatically as constructors are by Solidity.
 *
 * [CAUTION]
 * ====
 * Avoid leaving a contract uninitialized.
 *
 * An uninitialized contract can be taken over by an attacker. This applies to both a proxy and its implementation
 * contract, which may impact the proxy. To initialize the implementation contract, you can either invoke the
 * initializer manually, or you can include a constructor to automatically mark it as initialized when it is deployed:
 *
 * [.hljs-theme-light.nopadding]
 * ```
 * /// @custom:oz-upgrades-unsafe-allow constructor
 * constructor() initializer {}
 * ```
 * ====
 */
abstract contract Initializable {
    /**
     * @dev Indicates that the contract has been initialized.
     */
    bool private _initialized;

    /**
     * @dev Indicates that the contract is in the process of being initialized.
     */
    bool private _initializing;

    /**
     * @dev Modifier to protect an initializer function from being invoked twice.
     */
    modifier initializer() {
        require(_initializing || !_initialized, "Initializable: contract is already initialized");

        bool isTopLevelCall = !_initializing;
        if (isTopLevelCall) {
            _initializing = true;
            _initialized = true;
        }

        _;

        if (isTopLevelCall) {
            _initializing = false;
        }
    }
}

File 4 of 13 : IERC20Upgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20Upgradeable {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns the amount of tokens owned by `account`.
     */
    function balanceOf(address account) external view returns (uint256);

    /**
     * @dev Moves `amount` tokens from the caller's account to `recipient`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address recipient, uint256 amount) external returns (bool);

    /**
     * @dev Returns the remaining number of tokens that `spender` will be
     * allowed to spend on behalf of `owner` through {transferFrom}. This is
     * zero by default.
     *
     * This value changes when {approve} or {transferFrom} are called.
     */
    function allowance(address owner, address spender) external view returns (uint256);

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

    /**
     * @dev Moves `amount` tokens from `sender` to `recipient` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) external returns (bool);

    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

    /**
     * @dev Emitted when the allowance of a `spender` for an `owner` is set by
     * a call to {approve}. `value` is the new allowance.
     */
    event Approval(address indexed owner, address indexed spender, uint256 value);
}

File 5 of 13 : SafeERC20Upgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (token/ERC20/utils/SafeERC20.sol)

pragma solidity ^0.8.0;

import "../IERC20Upgradeable.sol";
import "../../../utils/AddressUpgradeable.sol";

/**
 * @title SafeERC20
 * @dev Wrappers around ERC20 operations that throw on failure (when the token
 * contract returns false). Tokens that return no value (and instead revert or
 * throw on failure) are also supported, non-reverting calls are assumed to be
 * successful.
 * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
 * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
 */
library SafeERC20Upgradeable {
    using AddressUpgradeable for address;

    function safeTransfer(
        IERC20Upgradeable token,
        address to,
        uint256 value
    ) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
    }

    function safeTransferFrom(
        IERC20Upgradeable token,
        address from,
        address to,
        uint256 value
    ) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
    }

    /**
     * @dev Deprecated. This function has issues similar to the ones found in
     * {IERC20-approve}, and its usage is discouraged.
     *
     * Whenever possible, use {safeIncreaseAllowance} and
     * {safeDecreaseAllowance} instead.
     */
    function safeApprove(
        IERC20Upgradeable token,
        address spender,
        uint256 value
    ) internal {
        // safeApprove should only be called when setting an initial allowance,
        // or when resetting it to zero. To increase and decrease it, use
        // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
        require(
            (value == 0) || (token.allowance(address(this), spender) == 0),
            "SafeERC20: approve from non-zero to non-zero allowance"
        );
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
    }

    function safeIncreaseAllowance(
        IERC20Upgradeable token,
        address spender,
        uint256 value
    ) internal {
        uint256 newAllowance = token.allowance(address(this), spender) + value;
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
    }

    function safeDecreaseAllowance(
        IERC20Upgradeable token,
        address spender,
        uint256 value
    ) internal {
        unchecked {
            uint256 oldAllowance = token.allowance(address(this), spender);
            require(oldAllowance >= value, "SafeERC20: decreased allowance below zero");
            uint256 newAllowance = oldAllowance - value;
            _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
        }
    }

    /**
     * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
     * on the return value: the return value is optional (but if data is returned, it must not be false).
     * @param token The token targeted by the call.
     * @param data The call data (encoded using abi.encode or one of its variants).
     */
    function _callOptionalReturn(IERC20Upgradeable token, bytes memory data) private {
        // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
        // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
        // the target address contains contract code and also asserts for success in the low-level call.

        bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
        if (returndata.length > 0) {
            // Return data is optional
            require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
        }
    }
}

File 6 of 13 : ICallProxy.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;

interface ICallProxy {

    /// @dev Chain from which the current submission is received
    function submissionChainIdFrom() external returns (uint256);
    /// @dev Native sender of the current submission
    function submissionNativeSender() external returns (bytes memory);

    /// @dev Used for calls where native asset transfer is involved.
    /// @param _reserveAddress Receiver of the tokens if the call to _receiver fails
    /// @param _receiver Contract to be called
    /// @param _data Call data
    /// @param _flags Flags to change certain behavior of this function, see Flags library for more details
    /// @param _nativeSender Native sender
    /// @param _chainIdFrom Id of a chain that originated the request
    function call(
        address _reserveAddress,
        address _receiver,
        bytes memory _data,
        uint256 _flags,
        bytes memory _nativeSender,
        uint256 _chainIdFrom
    ) external payable returns (bool);

    /// @dev Used for calls where ERC20 transfer is involved.
    /// @param _token Asset address
    /// @param _reserveAddress Receiver of the tokens if the call to _receiver fails
    /// @param _receiver Contract to be called
    /// @param _data Call data
    /// @param _flags Flags to change certain behavior of this function, see Flags library for more details
    /// @param _nativeSender Native sender
    /// @param _chainIdFrom Id of a chain that originated the request
    function callERC20(
        address _token,
        address _reserveAddress,
        address _receiver,
        bytes memory _data,
        uint256 _flags,
        bytes memory _nativeSender,
        uint256 _chainIdFrom
    ) external returns (bool);
}

File 7 of 13 : Flags.sol
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.7;

library Flags {

    /* ========== FLAGS ========== */

    /// @dev Flag to unwrap ETH
    uint256 public constant UNWRAP_ETH = 0;
    /// @dev Flag to revert if external call fails
    uint256 public constant REVERT_IF_EXTERNAL_FAIL = 1;
    /// @dev Flag to call proxy with a sender contract
    uint256 public constant PROXY_WITH_SENDER = 2;

    /// @dev Get flag
    /// @param _packedFlags Flags packed to uint256
    /// @param _flag Flag to check
    function getFlag(
        uint256 _packedFlags,
        uint256 _flag
    ) internal pure returns (bool) {
        uint256 flag = (_packedFlags >> _flag) & uint256(1);
        return flag == 1;
    }
    
    /// @dev Set flag
    /// @param _packedFlags Flags packed to uint256
    /// @param _flag Flag to set
    /// @param _value Is set or not set
     function setFlag(
         uint256 _packedFlags,
         uint256 _flag,
         bool _value
     ) internal pure returns (uint256) {
         if (_value)
             return _packedFlags | uint256(1) << _flag;
         else
             return _packedFlags & ~(uint256(1) << _flag);
     }
}

File 8 of 13 : IAccessControlUpgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (access/IAccessControl.sol)

pragma solidity ^0.8.0;

/**
 * @dev External interface of AccessControl declared to support ERC165 detection.
 */
interface IAccessControlUpgradeable {
    /**
     * @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 9 of 13 : ContextUpgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (utils/Context.sol)

pragma solidity ^0.8.0;
import "../proxy/utils/Initializable.sol";

/**
 * @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 ContextUpgradeable is Initializable {
    function __Context_init() internal initializer {
        __Context_init_unchained();
    }

    function __Context_init_unchained() internal initializer {
    }
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }
    uint256[50] private __gap;
}

File 10 of 13 : StringsUpgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (utils/Strings.sol)

pragma solidity ^0.8.0;

/**
 * @dev String operations.
 */
library StringsUpgradeable {
    bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";

    /**
     * @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);
    }
}

File 11 of 13 : ERC165Upgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (utils/introspection/ERC165.sol)

pragma solidity ^0.8.0;

import "./IERC165Upgradeable.sol";
import "../../proxy/utils/Initializable.sol";

/**
 * @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 ERC165Upgradeable is Initializable, IERC165Upgradeable {
    function __ERC165_init() internal initializer {
        __ERC165_init_unchained();
    }

    function __ERC165_init_unchained() internal initializer {
    }
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return interfaceId == type(IERC165Upgradeable).interfaceId;
    }
    uint256[50] private __gap;
}

File 12 of 13 : IERC165Upgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (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 IERC165Upgradeable {
    /**
     * @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 13 of 13 : AddressUpgradeable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (utils/Address.sol)

pragma solidity ^0.8.0;

/**
 * @dev Collection of functions related to the address type
 */
library AddressUpgradeable {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain `call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "abi"
      ]
    }
  },
  "metadata": {
    "useLiteralContent": true
  },
  "libraries": {}
}

Contract ABI

[{"inputs":[],"name":"CallFailed","type":"error"},{"inputs":[],"name":"DeBridgeGateBadRole","type":"error"},{"inputs":[],"name":"ExternalCallFailed","type":"error"},{"inputs":[],"name":"Locked","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"},{"inputs":[],"name":"DEBRIDGE_GATE_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_reserveAddress","type":"address"},{"internalType":"address","name":"_receiver","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"},{"internalType":"uint256","name":"_flags","type":"uint256"},{"internalType":"bytes","name":"_nativeSender","type":"bytes"},{"internalType":"uint256","name":"_chainIdFrom","type":"uint256"}],"name":"call","outputs":[{"internalType":"bool","name":"_result","type":"bool"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_reserveAddress","type":"address"},{"internalType":"address","name":"_receiver","type":"address"},{"internalType":"bytes","name":"_data","type":"bytes"},{"internalType":"uint256","name":"_flags","type":"uint256"},{"internalType":"bytes","name":"_nativeSender","type":"bytes"},{"internalType":"uint256","name":"_chainIdFrom","type":"uint256"}],"name":"callERC20","outputs":[{"internalType":"bool","name":"_result","type":"bool"}],"stateMutability":"nonpayable","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":[],"name":"initialize","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":[],"name":"submissionChainIdFrom","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"submissionNativeSender","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"version","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"pure","type":"function"},{"stateMutability":"payable","type":"receive"}]

608060405234801561001057600080fd5b5061153d806100206000396000f3fe6080604052600436106100e15760003560e01c806354fd4d501161007f57806391d148541161005957806391d148541461024a578063a217fddf1461026a578063b88c998b1461027f578063d547741f1461029f57600080fd5b806354fd4d50146101ed5780636515e257146102015780638129fc1c1461023557600080fd5b80632eb48491116100bb5780632eb48491146101735780632f2ff15d1461019557806336568abe146101b7578063508ab0a0146101d757600080fd5b806301ffc9a7146100ed578063248a9ca31461012257806329e164db1461016057600080fd5b366100e857005b600080fd5b3480156100f957600080fd5b5061010d6101083660046112f9565b6102bf565b60405190151581526020015b60405180910390f35b34801561012e57600080fd5b5061015261013d3660046112b4565b60009081526065602052604090206001015490565b604051908152602001610119565b61010d61016e3660046111fb565b6102f6565b34801561017f57600080fd5b50610188610468565b60405161011991906113f9565b3480156101a157600080fd5b506101b56101b03660046112cd565b6104f6565b005b3480156101c357600080fd5b506101b56101d23660046112cd565b610521565b3480156101e357600080fd5b5061015260975481565b3480156101f957600080fd5b506082610152565b34801561020d57600080fd5b506101527fd5a6101e940ba33e226d2395b16238ab3063d7ee83d7b3ff59cb92988b39543781565b34801561024157600080fd5b506101b56105a4565b34801561025657600080fd5b5061010d6102653660046112cd565b610662565b34801561027657600080fd5b50610152600081565b34801561028b57600080fd5b5061010d61029a366004611152565b61068d565b3480156102ab57600080fd5b506101b56102ba3660046112cd565b61089f565b60006001600160e01b03198216637965db0b60e01b14806102f057506301ffc9a760e01b6001600160e01b03198316145b92915050565b60006103227fd5a6101e940ba33e226d2395b16238ab3063d7ee83d7b3ff59cb92988b39543733610662565b61033f576040516388a38fa160e01b815260040160405180910390fd5b60026099541415610363576040516303cb96db60e21b815260040160405180910390fd5b60026099819055506000479050610391878288878761038c60028c6108c590919063ffffffff16565b6108cf565b9150811580156103a55750600185811c8116145b156103c35760405163350c20f160e01b815260040160405180910390fd5b8161045857604080516000808252602082019092526001600160a01b038a169083906040516103f29190611368565b60006040518083038185875af1925050503d806000811461042f576040519150601f19603f3d011682016040523d82523d6000602084013e610434565b606091505b505090508061045657604051633204506f60e01b815260040160405180910390fd5b505b5060016099559695505050505050565b609880546104759061148a565b80601f01602080910402602001604051908101604052809291908181526020018280546104a19061148a565b80156104ee5780601f106104c3576101008083540402835291602001916104ee565b820191906000526020600020905b8154815290600101906020018083116104d157829003601f168201915b505050505081565b6000828152606560205260409020600101546105128133610941565b61051c83836109a5565b505050565b6001600160a01b03811633146105965760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084015b60405180910390fd5b6105a08282610a2b565b5050565b600054610100900460ff16806105bd575060005460ff16155b6106205760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161058d565b600054610100900460ff16158015610642576000805461ffff19166101011790555b61064d600033610a92565b801561065f576000805461ff00191690555b50565b60009182526065602090815260408084206001600160a01b0393909316845291905290205460ff1690565b60006106b97fd5a6101e940ba33e226d2395b16238ab3063d7ee83d7b3ff59cb92988b39543733610662565b6106d6576040516388a38fa160e01b815260040160405180910390fd5b600260995414156106fa576040516303cb96db60e21b815260040160405180910390fd5b60026099556040516370a0823160e01b81523060048201526000906001600160a01b038a16906370a082319060240160206040518083038186803b15801561074157600080fd5b505afa158015610755573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107799190611323565b90506107906001600160a01b038a16886000610a9c565b6107a46001600160a01b038a168883610a9c565b6107bc876000888787600160028c901c8116146108cf565b6040516370a0823160e01b81523060048201529092506001600160a01b038a16906370a082319060240160206040518083038186803b1580156107fe57600080fd5b505afa158015610812573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108369190611323565b90508115801561084a5750600185811c8116145b156108685760405163350c20f160e01b815260040160405180910390fd5b8115806108755750600081115b1561088e5761088e6001600160a01b038a168983610bf3565b506001609955979650505050505050565b6000828152606560205260409020600101546108bb8133610941565b61051c8383610a2b565b1c60019081161490565b600081156108f157609783905583516108ef906098906020870190611010565b505b84516040516020870160008284838c8e6187965a03f193505050821561093657600060978190556040805160208101918290528290526109349160989190611010565b505b509695505050505050565b61094b8282610662565b6105a057610963816001600160a01b03166014610c23565b61096e836020610c23565b60405160200161097f929190611384565b60408051601f198184030181529082905262461bcd60e51b825261058d916004016113f9565b6109af8282610662565b6105a05760008281526065602090815260408083206001600160a01b03851684529091529020805460ff191660011790556109e73390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b610a358282610662565b156105a05760008281526065602090815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b6105a082826109a5565b801580610b255750604051636eb1769f60e11b81523060048201526001600160a01b03838116602483015284169063dd62ed3e9060440160206040518083038186803b158015610aeb57600080fd5b505afa158015610aff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b239190611323565b155b610b905760405162461bcd60e51b815260206004820152603660248201527f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f60448201527520746f206e6f6e2d7a65726f20616c6c6f77616e636560501b606482015260840161058d565b6040516001600160a01b03831660248201526044810182905261051c90849063095ea7b360e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610dc6565b6040516001600160a01b03831660248201526044810182905261051c90849063a9059cbb60e01b90606401610bbc565b60606000610c32836002611424565b610c3d90600261140c565b67ffffffffffffffff811115610c5557610c556114f1565b6040519080825280601f01601f191660200182016040528015610c7f576020820181803683370190505b509050600360fc1b81600081518110610c9a57610c9a6114db565b60200101906001600160f81b031916908160001a905350600f60fb1b81600181518110610cc957610cc96114db565b60200101906001600160f81b031916908160001a9053506000610ced846002611424565b610cf890600161140c565b90505b6001811115610d70576f181899199a1a9b1b9c1cb0b131b232b360811b85600f1660108110610d2c57610d2c6114db565b1a60f81b828281518110610d4257610d426114db565b60200101906001600160f81b031916908160001a90535060049490941c93610d6981611473565b9050610cfb565b508315610dbf5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e74604482015260640161058d565b9392505050565b6000610e1b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610e989092919063ffffffff16565b80519091501561051c5780806020019051810190610e399190611292565b61051c5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161058d565b6060610ea78484600085610eaf565b949350505050565b606082471015610f105760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161058d565b843b610f5e5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161058d565b600080866001600160a01b03168587604051610f7a9190611368565b60006040518083038185875af1925050503d8060008114610fb7576040519150601f19603f3d011682016040523d82523d6000602084013e610fbc565b606091505b5091509150610fcc828286610fd7565b979650505050505050565b60608315610fe6575081610dbf565b825115610ff65782518084602001fd5b8160405162461bcd60e51b815260040161058d91906113f9565b82805461101c9061148a565b90600052602060002090601f01602090048101928261103e5760008555611084565b82601f1061105757805160ff1916838001178555611084565b82800160010185558215611084579182015b82811115611084578251825591602001919060010190611069565b50611090929150611094565b5090565b5b808211156110905760008155600101611095565b80356001600160a01b03811681146110c057600080fd5b919050565b600082601f8301126110d657600080fd5b813567ffffffffffffffff808211156110f1576110f16114f1565b604051601f8301601f19908116603f01168101908282118183101715611119576111196114f1565b8160405283815286602085880101111561113257600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600080600060e0888a03121561116d57600080fd5b611176886110a9565b9650611184602089016110a9565b9550611192604089016110a9565b9450606088013567ffffffffffffffff808211156111af57600080fd5b6111bb8b838c016110c5565b955060808a0135945060a08a01359150808211156111d857600080fd5b506111e58a828b016110c5565b92505060c0880135905092959891949750929550565b60008060008060008060c0878903121561121457600080fd5b61121d876110a9565b955061122b602088016110a9565b9450604087013567ffffffffffffffff8082111561124857600080fd5b6112548a838b016110c5565b955060608901359450608089013591508082111561127157600080fd5b5061127e89828a016110c5565b92505060a087013590509295509295509295565b6000602082840312156112a457600080fd5b81518015158114610dbf57600080fd5b6000602082840312156112c657600080fd5b5035919050565b600080604083850312156112e057600080fd5b823591506112f0602084016110a9565b90509250929050565b60006020828403121561130b57600080fd5b81356001600160e01b031981168114610dbf57600080fd5b60006020828403121561133557600080fd5b5051919050565b60008151808452611354816020860160208601611443565b601f01601f19169290920160200192915050565b6000825161137a818460208701611443565b9190910192915050565b7f416363657373436f6e74726f6c3a206163636f756e74200000000000000000008152600083516113bc816017850160208801611443565b7001034b99036b4b9b9b4b733903937b6329607d1b60179184019182015283516113ed816028840160208801611443565b01602801949350505050565b602081526000610dbf602083018461133c565b6000821982111561141f5761141f6114c5565b500190565b600081600019048311821515161561143e5761143e6114c5565b500290565b60005b8381101561145e578181015183820152602001611446565b8381111561146d576000848401525b50505050565b600081611482576114826114c5565b506000190190565b600181811c9082168061149e57607f821691505b602082108114156114bf57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fdfea2646970667358221220b68b88230c611eac0fa4ef16938b0cf972a6de7ac08b22c161fbb9e9ded5cc7a64736f6c63430008070033

Deployed Bytecode

0x6080604052600436106100e15760003560e01c806354fd4d501161007f57806391d148541161005957806391d148541461024a578063a217fddf1461026a578063b88c998b1461027f578063d547741f1461029f57600080fd5b806354fd4d50146101ed5780636515e257146102015780638129fc1c1461023557600080fd5b80632eb48491116100bb5780632eb48491146101735780632f2ff15d1461019557806336568abe146101b7578063508ab0a0146101d757600080fd5b806301ffc9a7146100ed578063248a9ca31461012257806329e164db1461016057600080fd5b366100e857005b600080fd5b3480156100f957600080fd5b5061010d6101083660046112f9565b6102bf565b60405190151581526020015b60405180910390f35b34801561012e57600080fd5b5061015261013d3660046112b4565b60009081526065602052604090206001015490565b604051908152602001610119565b61010d61016e3660046111fb565b6102f6565b34801561017f57600080fd5b50610188610468565b60405161011991906113f9565b3480156101a157600080fd5b506101b56101b03660046112cd565b6104f6565b005b3480156101c357600080fd5b506101b56101d23660046112cd565b610521565b3480156101e357600080fd5b5061015260975481565b3480156101f957600080fd5b506082610152565b34801561020d57600080fd5b506101527fd5a6101e940ba33e226d2395b16238ab3063d7ee83d7b3ff59cb92988b39543781565b34801561024157600080fd5b506101b56105a4565b34801561025657600080fd5b5061010d6102653660046112cd565b610662565b34801561027657600080fd5b50610152600081565b34801561028b57600080fd5b5061010d61029a366004611152565b61068d565b3480156102ab57600080fd5b506101b56102ba3660046112cd565b61089f565b60006001600160e01b03198216637965db0b60e01b14806102f057506301ffc9a760e01b6001600160e01b03198316145b92915050565b60006103227fd5a6101e940ba33e226d2395b16238ab3063d7ee83d7b3ff59cb92988b39543733610662565b61033f576040516388a38fa160e01b815260040160405180910390fd5b60026099541415610363576040516303cb96db60e21b815260040160405180910390fd5b60026099819055506000479050610391878288878761038c60028c6108c590919063ffffffff16565b6108cf565b9150811580156103a55750600185811c8116145b156103c35760405163350c20f160e01b815260040160405180910390fd5b8161045857604080516000808252602082019092526001600160a01b038a169083906040516103f29190611368565b60006040518083038185875af1925050503d806000811461042f576040519150601f19603f3d011682016040523d82523d6000602084013e610434565b606091505b505090508061045657604051633204506f60e01b815260040160405180910390fd5b505b5060016099559695505050505050565b609880546104759061148a565b80601f01602080910402602001604051908101604052809291908181526020018280546104a19061148a565b80156104ee5780601f106104c3576101008083540402835291602001916104ee565b820191906000526020600020905b8154815290600101906020018083116104d157829003601f168201915b505050505081565b6000828152606560205260409020600101546105128133610941565b61051c83836109a5565b505050565b6001600160a01b03811633146105965760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084015b60405180910390fd5b6105a08282610a2b565b5050565b600054610100900460ff16806105bd575060005460ff16155b6106205760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b606482015260840161058d565b600054610100900460ff16158015610642576000805461ffff19166101011790555b61064d600033610a92565b801561065f576000805461ff00191690555b50565b60009182526065602090815260408084206001600160a01b0393909316845291905290205460ff1690565b60006106b97fd5a6101e940ba33e226d2395b16238ab3063d7ee83d7b3ff59cb92988b39543733610662565b6106d6576040516388a38fa160e01b815260040160405180910390fd5b600260995414156106fa576040516303cb96db60e21b815260040160405180910390fd5b60026099556040516370a0823160e01b81523060048201526000906001600160a01b038a16906370a082319060240160206040518083038186803b15801561074157600080fd5b505afa158015610755573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107799190611323565b90506107906001600160a01b038a16886000610a9c565b6107a46001600160a01b038a168883610a9c565b6107bc876000888787600160028c901c8116146108cf565b6040516370a0823160e01b81523060048201529092506001600160a01b038a16906370a082319060240160206040518083038186803b1580156107fe57600080fd5b505afa158015610812573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108369190611323565b90508115801561084a5750600185811c8116145b156108685760405163350c20f160e01b815260040160405180910390fd5b8115806108755750600081115b1561088e5761088e6001600160a01b038a168983610bf3565b506001609955979650505050505050565b6000828152606560205260409020600101546108bb8133610941565b61051c8383610a2b565b1c60019081161490565b600081156108f157609783905583516108ef906098906020870190611010565b505b84516040516020870160008284838c8e6187965a03f193505050821561093657600060978190556040805160208101918290528290526109349160989190611010565b505b509695505050505050565b61094b8282610662565b6105a057610963816001600160a01b03166014610c23565b61096e836020610c23565b60405160200161097f929190611384565b60408051601f198184030181529082905262461bcd60e51b825261058d916004016113f9565b6109af8282610662565b6105a05760008281526065602090815260408083206001600160a01b03851684529091529020805460ff191660011790556109e73390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b610a358282610662565b156105a05760008281526065602090815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b6105a082826109a5565b801580610b255750604051636eb1769f60e11b81523060048201526001600160a01b03838116602483015284169063dd62ed3e9060440160206040518083038186803b158015610aeb57600080fd5b505afa158015610aff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b239190611323565b155b610b905760405162461bcd60e51b815260206004820152603660248201527f5361666545524332303a20617070726f76652066726f6d206e6f6e2d7a65726f60448201527520746f206e6f6e2d7a65726f20616c6c6f77616e636560501b606482015260840161058d565b6040516001600160a01b03831660248201526044810182905261051c90849063095ea7b360e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610dc6565b6040516001600160a01b03831660248201526044810182905261051c90849063a9059cbb60e01b90606401610bbc565b60606000610c32836002611424565b610c3d90600261140c565b67ffffffffffffffff811115610c5557610c556114f1565b6040519080825280601f01601f191660200182016040528015610c7f576020820181803683370190505b509050600360fc1b81600081518110610c9a57610c9a6114db565b60200101906001600160f81b031916908160001a905350600f60fb1b81600181518110610cc957610cc96114db565b60200101906001600160f81b031916908160001a9053506000610ced846002611424565b610cf890600161140c565b90505b6001811115610d70576f181899199a1a9b1b9c1cb0b131b232b360811b85600f1660108110610d2c57610d2c6114db565b1a60f81b828281518110610d4257610d426114db565b60200101906001600160f81b031916908160001a90535060049490941c93610d6981611473565b9050610cfb565b508315610dbf5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e74604482015260640161058d565b9392505050565b6000610e1b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610e989092919063ffffffff16565b80519091501561051c5780806020019051810190610e399190611292565b61051c5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b606482015260840161058d565b6060610ea78484600085610eaf565b949350505050565b606082471015610f105760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b606482015260840161058d565b843b610f5e5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015260640161058d565b600080866001600160a01b03168587604051610f7a9190611368565b60006040518083038185875af1925050503d8060008114610fb7576040519150601f19603f3d011682016040523d82523d6000602084013e610fbc565b606091505b5091509150610fcc828286610fd7565b979650505050505050565b60608315610fe6575081610dbf565b825115610ff65782518084602001fd5b8160405162461bcd60e51b815260040161058d91906113f9565b82805461101c9061148a565b90600052602060002090601f01602090048101928261103e5760008555611084565b82601f1061105757805160ff1916838001178555611084565b82800160010185558215611084579182015b82811115611084578251825591602001919060010190611069565b50611090929150611094565b5090565b5b808211156110905760008155600101611095565b80356001600160a01b03811681146110c057600080fd5b919050565b600082601f8301126110d657600080fd5b813567ffffffffffffffff808211156110f1576110f16114f1565b604051601f8301601f19908116603f01168101908282118183101715611119576111196114f1565b8160405283815286602085880101111561113257600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600080600060e0888a03121561116d57600080fd5b611176886110a9565b9650611184602089016110a9565b9550611192604089016110a9565b9450606088013567ffffffffffffffff808211156111af57600080fd5b6111bb8b838c016110c5565b955060808a0135945060a08a01359150808211156111d857600080fd5b506111e58a828b016110c5565b92505060c0880135905092959891949750929550565b60008060008060008060c0878903121561121457600080fd5b61121d876110a9565b955061122b602088016110a9565b9450604087013567ffffffffffffffff8082111561124857600080fd5b6112548a838b016110c5565b955060608901359450608089013591508082111561127157600080fd5b5061127e89828a016110c5565b92505060a087013590509295509295509295565b6000602082840312156112a457600080fd5b81518015158114610dbf57600080fd5b6000602082840312156112c657600080fd5b5035919050565b600080604083850312156112e057600080fd5b823591506112f0602084016110a9565b90509250929050565b60006020828403121561130b57600080fd5b81356001600160e01b031981168114610dbf57600080fd5b60006020828403121561133557600080fd5b5051919050565b60008151808452611354816020860160208601611443565b601f01601f19169290920160200192915050565b6000825161137a818460208701611443565b9190910192915050565b7f416363657373436f6e74726f6c3a206163636f756e74200000000000000000008152600083516113bc816017850160208801611443565b7001034b99036b4b9b9b4b733903937b6329607d1b60179184019182015283516113ed816028840160208801611443565b01602801949350505050565b602081526000610dbf602083018461133c565b6000821982111561141f5761141f6114c5565b500190565b600081600019048311821515161561143e5761143e6114c5565b500290565b60005b8381101561145e578181015183820152602001611446565b8381111561146d576000848401525b50505050565b600081611482576114826114c5565b506000190190565b600181811c9082168061149e57607f821691505b602082108114156114bf57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fdfea2646970667358221220b68b88230c611eac0fa4ef16938b0cf972a6de7ac08b22c161fbb9e9ded5cc7a64736f6c63430008070033

Block Transaction Gas Used Reward
Age Block Fee Address BC Fee Address Voting Power Jailed Incoming
Block Uncle Number Difficulty Gas Used Reward
Loading
Make sure to use the "Vote Down" button for any spammy posts, and the "Vote Up" for interesting conversations.