Contract 0x435ac974f4af836a92d8586dc0321a09aa5c449f 1

Contract Overview

Balance:
0 FTM
Txn Hash Method
Block
From
To
Value [Txn Fee]
0xaf9483335495c7791a4b36d4b4ac996d297b37d7e97384e1f622892a05a8b45f0x6080604084704502022-03-16 17:52:09374 days 5 hrs ago0x2c4c168a2fe4cab8e32d1b2a119d4aa8bda377e7 IN  Create: BloqBallFactory0 FTM0.497012355
[ Download CSV Export 
Latest 16 internal transactions
Parent Txn Hash Block From To Value
0x76dcd137f9dc1be3846ecb60a546527f7c5be1ed69e85a4ec4efc8b2cd1ba56f92285132022-06-08 2:58:39290 days 19 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0x5a5303a15d8db93a40b67d707204a9a909fa104a233c8d6240342cacc27ffaf785823822022-03-27 17:51:12363 days 5 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0xa794587e95ba72e734a860982236f9dd1efc754294af8c76c4f0fb215c73281585819592022-03-27 14:24:35363 days 8 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0x2fd19336780da052ad2ea9a90a7e3e1a461f442bf86eb6bc5413508acc146c7d85744602022-03-26 3:00:40364 days 19 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0x070d5bf0f12c871e960dc1e2ca598b0c12c219dd85a194219e474499e4ddb59085744172022-03-26 2:35:07364 days 20 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0xdd5b8a58bedb0240b96bb7d0f335b40bef40813cc7db5660a7e8eaea5d73c6d785743822022-03-26 2:13:58364 days 20 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0x849f644d0a886702d291ee46b65f5decef4fedad2cc21625f3a434d57ee9877985742132022-03-26 0:06:29364 days 22 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0x478bcefd8d5723654f1bdc8de4087bd25bcae9076de289ead840df120c75fffd85738712022-03-25 21:38:33365 days 1 hr ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0xbd60c708cfad4bda97d881a8e765b21b646151f3a9625aeb8d4e2ce12ad709da85737932022-03-25 21:02:46365 days 1 hr ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0xc6ced4ef1cc0d18d73618afab14c734d35c7a94e681660b2aa863496a5ff2f7a85703302022-03-25 7:06:07365 days 15 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0xc608e0bdf641241cae168921eb26e32c340169335f34a0a26fa01cdf19180bf085636882022-03-24 10:56:51366 days 11 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0x5e5983c0dca7b9ca77ead7b593f3d70c45eb76866d8e25a0a915a5772c2fc62a85603422022-03-24 2:51:57366 days 20 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0x31559b20e00d11d62a060554a8ae3b48567b8122919c220b21547e0617f71e1185360822022-03-21 6:10:25369 days 16 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0xa01642a70b4643b3915065765be864c385db0e3fb25e98c13ea640de24f1e22d85257862022-03-20 8:41:59370 days 14 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0x39c1e7a1f90d287b5a08c5659de6d1026ce6a5277b15dbcc14da02f7b47eb94584724772022-03-16 20:31:07374 days 2 hrs ago 0x435ac974f4af836a92d8586dc0321a09aa5c449f  Contract Creation0 FTM
0xaf9483335495c7791a4b36d4b4ac996d297b37d7e97384e1f622892a05a8b45f84704502022-03-16 17:52:09374 days 5 hrs ago 0x2c4c168a2fe4cab8e32d1b2a119d4aa8bda377e7  Contract Creation0 FTM
[ Download CSV Export 
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
BloqBallFactory

Compiler Version
v0.5.16+commit.9c3226ce

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at FtmScan.com on 2022-03-16
*/

// File: contracts/interfaces/IBloqBallCallee.sol



pragma solidity >= 0.5.16;

interface IBloqBallCallee {
    function BloqBallCall(address sender, uint amount0, uint amount1, bytes calldata data) external;
}
// File: contracts/interfaces/IERC20.sol



pragma solidity >= 0.5.16;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP. Does not include
 * the optional functions; to access them see `ERC20Detailed`.
 */
interface IERC20 {
    /**
     * @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.
     *
     * > 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: contracts/libraries/UQ112x112.sol



pragma solidity >= 0.5.16;

// a library for handling binary fixed point numbers (https://en.wikipedia.org/wiki/Q_(number_format))

// range: [0, 2**112 - 1]
// resolution: 1 / 2**112

library UQ112x112 {
    uint224 constant Q112 = 2**112;

    // encode a uint112 as a UQ112x112
    function encode(uint112 y) internal pure returns (uint224 z) {
        z = uint224(y) * Q112; // never overflows
    }

    // divide a UQ112x112 by a uint112, returning a UQ112x112
    function uqdiv(uint224 x, uint112 y) internal pure returns (uint224 z) {
        z = x / uint224(y);
    }
}

// File: contracts/libraries/Math.sol



pragma solidity >= 0.5.16;

// a library for performing various math operations

library Math {
    function min(uint x, uint y) internal pure returns (uint z) {
        z = x < y ? x : y;
    }

    // babylonian method (https://en.wikipedia.org/wiki/Methods_of_computing_square_roots#Babylonian_method)
    function sqrt(uint y) internal pure returns (uint z) {
        if (y > 3) {
            z = y;
            uint x = y / 2 + 1;
            while (x < z) {
                z = x;
                x = (y / x + x) / 2;
            }
        } else if (y != 0) {
            z = 1;
        }
    }
}

// File: contracts/libraries/SafeMath.sol



pragma solidity >=0.5.16;

/**
 * @dev Wrappers over Solidity's arithmetic operations with added overflow
 * checks.
 *
 * Arithmetic operations in Solidity wrap on overflow. This can easily result
 * in bugs, because programmers usually assume that an overflow raises an
 * error, which is the standard behavior in high level programming languages.
 * `SafeMath` restores this intuition by reverting the transaction when an
 * operation overflows.
 *
 * Using this library instead of the unchecked operations eliminates an entire
 * class of bugs, so it's recommended to use it always.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        uint256 c = a + b;
        if (c < a) return (false, 0);
        return (true, c);
    }

    /**
     * @dev Returns the substraction of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b > a) return (false, 0);
        return (true, a - b);
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
        // benefit is lost if 'b' is also tested.
        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
        if (a == 0) return (true, 0);
        uint256 c = a * b;
        if (c / a != b) return (false, 0);
        return (true, c);
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b == 0) return (false, 0);
        return (true, a / b);
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        if (b == 0) return (false, 0);
        return (true, a % b);
    }

    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");
        return c;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        require(b <= a, "SafeMath: subtraction overflow");
        return a - b;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        if (a == 0) return 0;
        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");
        return c;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        require(b > 0, "SafeMath: division by zero");
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        require(b > 0, "SafeMath: modulo by zero");
        return a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        return a - b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryDiv}.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        return a % b;
    }
}
// File: contracts/interfaces/IBloqBallERC20.sol



pragma solidity >= 0.5.16;

interface IBloqBallERC20 {
    event Approval(address indexed owner, address indexed spender, uint value);
    event Transfer(address indexed from, address indexed to, uint value);

    function name() external pure returns (string memory);
    function symbol() external pure returns (string memory);
    function decimals() external pure returns (uint8);
    function totalSupply() external view returns (uint);
    function balanceOf(address owner) external view returns (uint);
    function allowance(address owner, address spender) external view returns (uint);

    function approve(address spender, uint value) external returns (bool);
    function transfer(address to, uint value) external returns (bool);
    function transferFrom(address from, address to, uint value) external returns (bool);

    function DOMAIN_SEPARATOR() external view returns (bytes32);
    function PERMIT_TYPEHASH() external pure returns (bytes32);
    function nonces(address owner) external view returns (uint);

    function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;
}
// File: contracts/BloqBallERC20.sol



pragma solidity >= 0.5.16;



contract BloqBallERC20 is IBloqBallERC20{
    using SafeMath for uint;

    string public constant name = 'BloqBall LPs';
    string public constant symbol = 'BQB-LP';
    uint8 public constant decimals = 18;
    uint  public totalSupply;
    mapping(address => uint) public balanceOf;
    mapping(address => mapping(address => uint)) public allowance;

    bytes32 public DOMAIN_SEPARATOR;
    // keccak256("Permit(address owner,address spender,uint256 value,uint256 nonce,uint256 deadline)");
    bytes32 public constant PERMIT_TYPEHASH = 0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9;
    mapping(address => uint) public nonces;

    event Approval(address indexed owner, address indexed spender, uint value);
    event Transfer(address indexed from, address indexed to, uint value);

    constructor() public {
        uint chainId;
        assembly {
            chainId := chainid
        }
        DOMAIN_SEPARATOR = keccak256(
            abi.encode(
                keccak256('EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)'),
                keccak256(bytes(name)),
                keccak256(bytes('1')),
                chainId,
                address(this)
            )
        );
    }

    function _mint(address to, uint value) internal {
        totalSupply = totalSupply.add(value);
        balanceOf[to] = balanceOf[to].add(value);
        emit Transfer(address(0), to, value);
    }

    function _burn(address from, uint value) internal {
        balanceOf[from] = balanceOf[from].sub(value);
        totalSupply = totalSupply.sub(value);
        emit Transfer(from, address(0), value);
    }

    function _approve(address owner, address spender, uint value) private {
        allowance[owner][spender] = value;
        emit Approval(owner, spender, value);
    }

    function _transfer(address from, address to, uint value) private {
        balanceOf[from] = balanceOf[from].sub(value);
        balanceOf[to] = balanceOf[to].add(value);
        emit Transfer(from, to, value);
    }

    function approve(address spender, uint value) external returns (bool) {
        _approve(msg.sender, spender, value);
        return true;
    }
    
    function transfer(address to, uint value) external returns (bool) {
        _transfer(msg.sender, to, value);
        return true;
    }

    function transferFrom(address from, address to, uint value) external returns (bool) {
        if (allowance[from][msg.sender] != uint(-1)) {
            allowance[from][msg.sender] = allowance[from][msg.sender].sub(value);
        }
        _transfer(from, to, value);
        return true;
    }

    function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external {
        require(deadline >= block.timestamp, 'BloqBall: EXPIRED');
        bytes32 digest = keccak256(
            abi.encodePacked(
                '\x19\x01',
                DOMAIN_SEPARATOR,
                keccak256(abi.encode(PERMIT_TYPEHASH, owner, spender, value, nonces[owner]++, deadline))
            )
        );
        address recoveredAddress = ecrecover(digest, v, r, s);
        require(recoveredAddress != address(0) && recoveredAddress == owner, 'BloqBall: INVALID_SIGNATURE');
        _approve(owner, spender, value);
    }
}
// File: contracts/interfaces/IBloqBallPair.sol



pragma solidity >= 0.5.16;

interface IBloqBallPair {
    event Approval(address indexed owner, address indexed spender, uint value);
    event Transfer(address indexed from, address indexed to, uint value);

    function name() external pure returns (string memory);
    function symbol() external pure returns (string memory);
    function decimals() external pure returns (uint8);
    function totalSupply() external view returns (uint);
    function balanceOf(address owner) external view returns (uint);
    function allowance(address owner, address spender) external view returns (uint);

    function approve(address spender, uint value) external returns (bool);
    function transfer(address to, uint value) external returns (bool);
    function transferFrom(address from, address to, uint value) external returns (bool);

    function DOMAIN_SEPARATOR() external view returns (bytes32);
    function PERMIT_TYPEHASH() external pure returns (bytes32);
    function nonces(address owner) external view returns (uint);

    function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;

    event Mint(address indexed sender, uint amount0, uint amount1);
    event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
    event Swap(
        address indexed sender,
        uint amount0In,
        uint amount1In,
        uint amount0Out,
        uint amount1Out,
        address indexed to
    );
    event Sync(uint112 reserve0, uint112 reserve1);

    function MINIMUM_LIQUIDITY() external pure returns (uint);
    function factory() external view returns (address);
    function token0() external view returns (address);
    function token1() external view returns (address);
    function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
    function price0CumulativeLast() external view returns (uint);
    function price1CumulativeLast() external view returns (uint);
    function kLast() external view returns (uint);

    function mint(address to) external returns (uint liquidity);
    function burn(address to) external returns (uint amount0, uint amount1);
    function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external;
    function skim(address to) external;
    function sync() external;

    function initialize(address, address) external;
}
// File: contracts/interfaces/IBloqBallFactory.sol



pragma solidity >= 0.5.16;

interface IBloqBallFactory {
    event PairCreated(address indexed token0, address indexed token1, address pair, uint);

    function feeTo() external view returns (address);
    function feeToSetter() external view returns (address);

    function getPair(address tokenA, address tokenB) external view returns (address pair);
    function allPairs(uint) external view returns (address pair);
    function allPairsLength() external view returns (uint);

    function createPair(address tokenA, address tokenB) external returns (address pair);

    function setFeeTo(address) external;
    function setFeeToSetter(address) external;
}
// File: contracts/BloqBallPair.sol



pragma solidity =0.5.16;








contract BloqBallPair is IBloqBallPair, BloqBallERC20 {
    using SafeMath  for uint;
    using UQ112x112 for uint224;

    uint public constant MINIMUM_LIQUIDITY = 10**3;
    bytes4 private constant SELECTOR = bytes4(keccak256(bytes('transfer(address,uint256)')));

    address public factory;
    address public token0;
    address public token1;

    uint112 private reserve0;           // uses single storage slot, accessible via getReserves
    uint112 private reserve1;           // uses single storage slot, accessible via getReserves
    uint32  private blockTimestampLast; // uses single storage slot, accessible via getReserves

    uint public price0CumulativeLast;
    uint public price1CumulativeLast;
    uint public kLast; // reserve0 * reserve1, as of immediately after the most recent liquidity event

    uint private unlocked = 1;
    modifier lock() {
        require(unlocked == 1, 'BloqBall: LOCKED');
        unlocked = 0;
        _;
        unlocked = 1;
    }

    function getReserves() public view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast) {
        _reserve0 = reserve0;
        _reserve1 = reserve1;
        _blockTimestampLast = blockTimestampLast;
    }

    function _safeTransfer(address token, address to, uint value) private {
        (bool success, bytes memory data) = token.call(abi.encodeWithSelector(SELECTOR, to, value));
        require(success && (data.length == 0 || abi.decode(data, (bool))), 'BloqBall: TRANSFER_FAILED');
    }

    event Mint(address indexed sender, uint amount0, uint amount1);
    event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
    event Swap(
        address indexed sender,
        uint amount0In,
        uint amount1In,
        uint amount0Out,
        uint amount1Out,
        address indexed to
    );
    event Sync(uint112 reserve0, uint112 reserve1);

    constructor() public {
        factory = msg.sender;
    }

    // called once by the factory at time of deployment
    function initialize(address _token0, address _token1) external {
        require(msg.sender == factory, 'BloqBall: FORBIDDEN'); // sufficient check
        token0 = _token0;
        token1 = _token1;
    }

    // update reserves and, on the first call per block, price accumulators
    function _update(uint balance0, uint balance1, uint112 _reserve0, uint112 _reserve1) private {
        require(balance0 <= uint112(-1) && balance1 <= uint112(-1), 'BloqBall: OVERFLOW');
        uint32 blockTimestamp = uint32(block.timestamp % 2**32);
        uint32 timeElapsed = blockTimestamp - blockTimestampLast; // overflow is desired
        if (timeElapsed > 0 && _reserve0 != 0 && _reserve1 != 0) {
            // * never overflows, and + overflow is desired
            price0CumulativeLast += uint(UQ112x112.encode(_reserve1).uqdiv(_reserve0)) * timeElapsed;
            price1CumulativeLast += uint(UQ112x112.encode(_reserve0).uqdiv(_reserve1)) * timeElapsed;
        }
        reserve0 = uint112(balance0);
        reserve1 = uint112(balance1);
        blockTimestampLast = blockTimestamp;
        emit Sync(reserve0, reserve1);
    }

    // if fee is on, mint liquidity equivalent to 1/6th of the growth in sqrt(k)
    function _mintFee(uint112 _reserve0, uint112 _reserve1) private returns (bool feeOn) {
        address feeTo = IBloqBallFactory(factory).feeTo();
        feeOn = feeTo != address(0);
        uint _kLast = kLast; // gas savings
        if (feeOn) {
            if (_kLast != 0) {
                uint rootK = Math.sqrt(uint(_reserve0).mul(_reserve1));
                uint rootKLast = Math.sqrt(_kLast);
                if (rootK > rootKLast) {
                    uint numerator = totalSupply.mul(rootK.sub(rootKLast));
                    uint denominator = rootK.mul(3).add(rootKLast);
                    uint liquidity = numerator / denominator;
                    if (liquidity > 0) _mint(feeTo, liquidity);
                }
            }
        } else if (_kLast != 0) {
            kLast = 0;
        }
    }

    // this low-level function should be called from a contract which performs important safety checks
    function mint(address to) external lock returns (uint liquidity) {
        (uint112 _reserve0, uint112 _reserve1,) = getReserves(); // gas savings
        uint balance0 = IERC20(token0).balanceOf(address(this));
        uint balance1 = IERC20(token1).balanceOf(address(this));
        uint amount0 = balance0.sub(_reserve0);
        uint amount1 = balance1.sub(_reserve1);

        bool feeOn = _mintFee(_reserve0, _reserve1);
        uint _totalSupply = totalSupply; // gas savings, must be defined here since totalSupply can update in _mintFee
        if (_totalSupply == 0) {
            liquidity = Math.sqrt(amount0.mul(amount1)).sub(MINIMUM_LIQUIDITY);
           _mint(address(0), MINIMUM_LIQUIDITY); // permanently lock the first MINIMUM_LIQUIDITY tokens
        } else {
            liquidity = Math.min(amount0.mul(_totalSupply) / _reserve0, amount1.mul(_totalSupply) / _reserve1);
        }
        require(liquidity > 0, 'BloqBall: INSUFFICIENT_LIQUIDITY_MINTED');
        _mint(to, liquidity);

        _update(balance0, balance1, _reserve0, _reserve1);
        if (feeOn) kLast = uint(reserve0).mul(reserve1); // reserve0 and reserve1 are up-to-date
        emit Mint(msg.sender, amount0, amount1);
    }

    // this low-level function should be called from a contract which performs important safety checks
    function burn(address to) external lock returns (uint amount0, uint amount1) {
        (uint112 _reserve0, uint112 _reserve1,) = getReserves(); // gas savings
        address _token0 = token0;                                // gas savings
        address _token1 = token1;                                // gas savings
        uint balance0 = IERC20(_token0).balanceOf(address(this));
        uint balance1 = IERC20(_token1).balanceOf(address(this));
        uint liquidity = balanceOf[address(this)];

        bool feeOn = _mintFee(_reserve0, _reserve1);
        uint _totalSupply = totalSupply; // gas savings, must be defined here since totalSupply can update in _mintFee
        amount0 = liquidity.mul(balance0) / _totalSupply; // using balances ensures pro-rata distribution
        amount1 = liquidity.mul(balance1) / _totalSupply; // using balances ensures pro-rata distribution
        require(amount0 > 0 && amount1 > 0, 'BloqBall: INSUFFICIENT_LIQUIDITY_BURNED');
        _burn(address(this), liquidity);
        _safeTransfer(_token0, to, amount0);
        _safeTransfer(_token1, to, amount1);
        balance0 = IERC20(_token0).balanceOf(address(this));
        balance1 = IERC20(_token1).balanceOf(address(this));

        _update(balance0, balance1, _reserve0, _reserve1);
        if (feeOn) kLast = uint(reserve0).mul(reserve1); // reserve0 and reserve1 are up-to-date
        emit Burn(msg.sender, amount0, amount1, to);
    }

    // this low-level function should be called from a contract which performs important safety checks
    function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external lock {
        require(amount0Out > 0 || amount1Out > 0, 'BloqBall: INSUFFICIENT_OUTPUT_AMOUNT');
        (uint112 _reserve0, uint112 _reserve1,) = getReserves(); // gas savings
        require(amount0Out < _reserve0 && amount1Out < _reserve1, 'BloqBall: INSUFFICIENT_LIQUIDITY');

        uint balance0;
        uint balance1;
        { // scope for _token{0,1}, avoids stack too deep errors
        address _token0 = token0;
        address _token1 = token1;
        require(to != _token0 && to != _token1, 'BloqBall: INVALID_TO');
        if (amount0Out > 0) _safeTransfer(_token0, to, amount0Out); // optimistically transfer tokens
        if (amount1Out > 0) _safeTransfer(_token1, to, amount1Out); // optimistically transfer tokens
        if (data.length > 0) IBloqBallCallee(to).BloqBallCall(msg.sender, amount0Out, amount1Out, data);
        balance0 = IERC20(_token0).balanceOf(address(this));
        balance1 = IERC20(_token1).balanceOf(address(this));
        }
        uint amount0In = balance0 > _reserve0 - amount0Out ? balance0 - (_reserve0 - amount0Out) : 0;
        uint amount1In = balance1 > _reserve1 - amount1Out ? balance1 - (_reserve1 - amount1Out) : 0;
        require(amount0In > 0 || amount1In > 0, 'BloqBall: INSUFFICIENT_INPUT_AMOUNT');
        { // scope for reserve{0,1}Adjusted, avoids stack too deep errors
        uint balance0Adjusted = balance0.mul(1000).sub(amount0In.mul(2));
        uint balance1Adjusted = balance1.mul(1000).sub(amount1In.mul(2));
        require(balance0Adjusted.mul(balance1Adjusted) >= uint(_reserve0).mul(_reserve1).mul(1000**2), 'BloqBall: K');
        }

        _update(balance0, balance1, _reserve0, _reserve1);
        emit Swap(msg.sender, amount0In, amount1In, amount0Out, amount1Out, to);
    }

    // force balances to match reserves
    function skim(address to) external lock {
        address _token0 = token0; // gas savings
        address _token1 = token1; // gas savings
        _safeTransfer(_token0, to, IERC20(_token0).balanceOf(address(this)).sub(reserve0));
        _safeTransfer(_token1, to, IERC20(_token1).balanceOf(address(this)).sub(reserve1));
    }

    // force reserves to match balances
    function sync() external lock {
        _update(IERC20(token0).balanceOf(address(this)), IERC20(token1).balanceOf(address(this)), reserve0, reserve1);
    }
}
// File: contracts/BloqBallFactory.sol



pragma solidity >= 0.5.16;



contract BloqBallFactory is IBloqBallFactory {
    bytes32 public constant INIT_CODE_PAIR_HASH = keccak256(abi.encodePacked(type(BloqBallPair).creationCode));

    address public feeTo;
    address public feeToSetter;

    mapping(address => mapping(address => address)) public getPair;
    address[] public allPairs;

    event PairCreated(address indexed token0, address indexed token1, address pair, uint);

    constructor(address _feeToSetter) public {
        feeToSetter = _feeToSetter;
    }

    function allPairsLength() external view returns (uint) {
        return allPairs.length;
    }

    function createPair(address tokenA, address tokenB) external returns (address pair) {
        require(tokenA != tokenB, 'BloqBall: IDENTICAL_ADDRESSES');
        (address token0, address token1) = tokenA < tokenB ? (tokenA, tokenB) : (tokenB, tokenA);
        require(token0 != address(0), 'BloqBall: ZERO_ADDRESS');
        require(getPair[token0][token1] == address(0), 'BloqBall: PAIR_EXISTS'); // single check is sufficient
        bytes memory bytecode = type(BloqBallPair).creationCode;
        bytes32 salt = keccak256(abi.encodePacked(token0, token1));
        assembly {
            pair := create2(0, add(bytecode, 32), mload(bytecode), salt)
        }
        IBloqBallPair(pair).initialize(token0, token1);
        getPair[token0][token1] = pair;
        getPair[token1][token0] = pair; // populate mapping in the reverse direction
        allPairs.push(pair);
        emit PairCreated(token0, token1, pair, allPairs.length);
    }

    function setFeeTo(address _feeTo) external {
        require(msg.sender == feeToSetter, 'BloqBall: FORBIDDEN');
        feeTo = _feeTo;
    }

    function setFeeToSetter(address _feeToSetter) external {
        require(msg.sender == feeToSetter, 'BloqBall: FORBIDDEN');
        feeToSetter = _feeToSetter;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_feeToSetter","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token0","type":"address"},{"indexed":true,"internalType":"address","name":"token1","type":"address"},{"indexed":false,"internalType":"address","name":"pair","type":"address"},{"indexed":false,"internalType":"uint256","name":"","type":"uint256"}],"name":"PairCreated","type":"event"},{"constant":true,"inputs":[],"name":"INIT_CODE_PAIR_HASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"allPairs","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"allPairsLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"tokenA","type":"address"},{"internalType":"address","name":"tokenB","type":"address"}],"name":"createPair","outputs":[{"internalType":"address","name":"pair","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"feeTo","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"feeToSetter","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"}],"name":"getPair","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_feeTo","type":"address"}],"name":"setFeeTo","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_feeToSetter","type":"address"}],"name":"setFeeToSetter","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}]

608060405234801561001057600080fd5b50604051612b64380380612b648339818101604052602081101561003357600080fd5b5051600180546001600160a01b0319166001600160a01b03909216919091179055612b01806100636000396000f3fe608060405234801561001057600080fd5b50600436106100935760003560e01c80635855a25a116100665780635855a25a146100fb578063a2e74af614610103578063c9c653961461012b578063e6a4390514610159578063f46901ed1461018757610093565b8063017e7e5814610098578063094b7415146100bc5780631e3dd18b146100c4578063574f2ba3146100e1575b600080fd5b6100a06101ad565b604080516001600160a01b039092168252519081900360200190f35b6100a06101bc565b6100a0600480360360208110156100da57600080fd5b50356101cb565b6100e96101f2565b60408051918252519081900360200190f35b6100e96101f8565b6101296004803603602081101561011957600080fd5b50356001600160a01b031661028b565b005b6100a06004803603604081101561014157600080fd5b506001600160a01b0381358116916020013516610302565b6100a06004803603604081101561016f57600080fd5b506001600160a01b038135811691602001351661062b565b6101296004803603602081101561019d57600080fd5b50356001600160a01b0316610651565b6000546001600160a01b031681565b6001546001600160a01b031681565b600381815481106101d857fe5b6000918252602090912001546001600160a01b0316905081565b60035490565b604051610207602082016106c8565b6020820181038252601f19601f820116604052506040516020018082805190602001908083835b6020831061024d5780518252601f19909201916020918201910161022e565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040528051906020012081565b6001546001600160a01b031633146102e0576040805162461bcd60e51b8152602060048201526013602482015272213637b8a130b6361d102327a92124a22222a760691b604482015290519081900360640190fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6000816001600160a01b0316836001600160a01b0316141561036b576040805162461bcd60e51b815260206004820152601d60248201527f426c6f7142616c6c3a204944454e544943414c5f414444524553534553000000604482015290519081900360640190fd5b600080836001600160a01b0316856001600160a01b03161061038e578385610391565b84845b90925090506001600160a01b0382166103ea576040805162461bcd60e51b8152602060048201526016602482015275426c6f7142616c6c3a205a45524f5f4144445245535360501b604482015290519081900360640190fd5b6001600160a01b0382811660009081526002602090815260408083208585168452909152902054161561045c576040805162461bcd60e51b8152602060048201526015602482015274426c6f7142616c6c3a20504149525f45584953545360581b604482015290519081900360640190fd5b60606040518060200161046e906106c8565b6020820181038252601f19601f8201166040525090506000838360405160200180836001600160a01b03166001600160a01b031660601b8152601401826001600160a01b03166001600160a01b031660601b815260140192505050604051602081830303815290604052805190602001209050808251602084016000f56040805163485cc95560e01b81526001600160a01b038781166004830152868116602483015291519297509087169163485cc9559160448082019260009290919082900301818387803b15801561054157600080fd5b505af1158015610555573d6000803e3d6000fd5b505050506001600160a01b0384811660008181526002602081815260408084208987168086529083528185208054978d166001600160a01b031998891681179091559383528185208686528352818520805488168517905560038054600181018255958190527fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b90950180549097168417909655925483519283529082015281517f0d3648bd0f6ba80134a33ba9275ac585d9d315f0ad8355cddefde31afa28d0e9929181900390910190a35050505092915050565b60026020908152600092835260408084209091529082529020546001600160a01b031681565b6001546001600160a01b031633146106a6576040805162461bcd60e51b8152602060048201526013602482015272213637b8a130b6361d102327a92124a22222a760691b604482015290519081900360640190fd5b600080546001600160a01b0319166001600160a01b0392909216919091179055565b6123f7806106d68339019056fe60806040526001600c5534801561001557600080fd5b5060405146908060526123a58239604080519182900360520182208282018252600c83526b426c6f7142616c6c204c507360a01b6020938401528151808301835260018152603160f81b908401528151808401919091527f6e69e744d071341d0fbf2713deca2b90701a546880450092955181b944b9941f818301527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6606082015260808101949094523060a0808601919091528151808603909101815260c09094019052825192019190912060035550600580546001600160a01b0319163317905561229e806101076000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c80636a627842116100f9578063ba9a7a5611610097578063d21220a711610071578063d21220a714610534578063d505accf1461053c578063dd62ed3e1461058d578063fff6cae9146105bb576101a9565b8063ba9a7a56146104fe578063bc25cf7714610506578063c45a01551461052c576101a9565b80637ecebe00116100d35780637ecebe001461046557806389afcb441461048b57806395d89b41146104ca578063a9059cbb146104d2576101a9565b80636a6278421461041157806370a08231146104375780637464fc3d1461045d576101a9565b806323b872dd116101665780633644e515116101405780633644e515146103cb578063485cc955146103d35780635909c0d5146104015780635a3d549314610409576101a9565b806323b872dd1461036f57806330adf81f146103a5578063313ce567146103ad576101a9565b8063022c0d9f146101ae57806306fdde031461023c5780630902f1ac146102b9578063095ea7b3146102f15780630dfe16811461033157806318160ddd14610355575b600080fd5b61023a600480360360808110156101c457600080fd5b8135916020810135916001600160a01b0360408301351691908101906080810160608201356401000000008111156101fb57600080fd5b82018360208201111561020d57600080fd5b8035906020019184600183028401116401000000008311171561022f57600080fd5b5090925090506105c3565b005b610244610b11565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561027e578181015183820152602001610266565b50505050905090810190601f1680156102ab5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102c1610b39565b604080516001600160701b03948516815292909316602083015263ffffffff168183015290519081900360600190f35b61031d6004803603604081101561030757600080fd5b506001600160a01b038135169060200135610b63565b604080519115158252519081900360200190f35b610339610b7a565b604080516001600160a01b039092168252519081900360200190f35b61035d610b89565b60408051918252519081900360200190f35b61031d6004803603606081101561038557600080fd5b506001600160a01b03813581169160208101359091169060400135610b8f565b61035d610c29565b6103b5610c4d565b6040805160ff9092168252519081900360200190f35b61035d610c52565b61023a600480360360408110156103e957600080fd5b506001600160a01b0381358116916020013516610c58565b61035d610cdb565b61035d610ce1565b61035d6004803603602081101561042757600080fd5b50356001600160a01b0316610ce7565b61035d6004803603602081101561044d57600080fd5b50356001600160a01b0316610fe6565b61035d610ff8565b61035d6004803603602081101561047b57600080fd5b50356001600160a01b0316610ffe565b6104b1600480360360208110156104a157600080fd5b50356001600160a01b0316611010565b6040805192835260208301919091528051918290030190f35b6102446113b5565b61031d600480360360408110156104e857600080fd5b506001600160a01b0381351690602001356113d7565b61035d6113e4565b61023a6004803603602081101561051c57600080fd5b50356001600160a01b03166113ea565b610339611554565b610339611563565b61023a600480360360e081101561055257600080fd5b506001600160a01b03813581169160208101359091169060408101359060608101359060ff6080820135169060a08101359060c00135611572565b61035d600480360360408110156105a357600080fd5b506001600160a01b0381358116916020013516611773565b61023a611790565b600c5460011461060d576040805162461bcd60e51b815260206004820152601060248201526f109b1bdc50985b1b0e881313d0d2d15160821b604482015290519081900360640190fd5b6000600c55841515806106205750600084115b61065b5760405162461bcd60e51b81526004018080602001828103825260248152602001806122256024913960400191505060405180910390fd5b600080610666610b39565b5091509150816001600160701b03168710801561068b5750806001600160701b031686105b6106dc576040805162461bcd60e51b815260206004820181905260248201527f426c6f7142616c6c3a20494e53554646494349454e545f4c4951554944495459604482015290519081900360640190fd5b60065460075460009182916001600160a01b0391821691908116908916821480159061071a5750806001600160a01b0316896001600160a01b031614155b610762576040805162461bcd60e51b8152602060048201526014602482015273426c6f7142616c6c3a20494e56414c49445f544f60601b604482015290519081900360640190fd5b8a1561077357610773828a8d6118f1565b891561078457610784818a8c6118f1565b861561083f57886001600160a01b031663378cf007338d8d8c8c6040518663ffffffff1660e01b815260040180866001600160a01b03166001600160a01b03168152602001858152602001848152602001806020018281038252848482818152602001925080828437600081840152601f19601f8201169050808301925050509650505050505050600060405180830381600087803b15801561082657600080fd5b505af115801561083a573d6000803e3d6000fd5b505050505b604080516370a0823160e01b815230600482015290516001600160a01b038416916370a08231916024808301926020929190829003018186803b15801561088557600080fd5b505afa158015610899573d6000803e3d6000fd5b505050506040513d60208110156108af57600080fd5b5051604080516370a0823160e01b815230600482015290519195506001600160a01b038316916370a0823191602480820192602092909190829003018186803b1580156108fb57600080fd5b505afa15801561090f573d6000803e3d6000fd5b505050506040513d602081101561092557600080fd5b5051925060009150506001600160701b0385168a90038311610948576000610957565b89856001600160701b03160383035b9050600089856001600160701b0316038311610974576000610983565b89856001600160701b03160383035b905060008211806109945750600081115b6109cf5760405162461bcd60e51b81526004018080602001828103825260238152602001806121db6023913960400191505060405180910390fd5b6000610a036109e584600263ffffffff611a8b16565b6109f7876103e863ffffffff611a8b16565b9063ffffffff611aeb16565b90506000610a1b6109e584600263ffffffff611a8b16565b9050610a4c620f4240610a406001600160701b038b8116908b1663ffffffff611a8b16565b9063ffffffff611a8b16565b610a5c838363ffffffff611a8b16565b1015610a9d576040805162461bcd60e51b815260206004820152600b60248201526a426c6f7142616c6c3a204b60a81b604482015290519081900360640190fd5b5050610aab84848888611b48565b60408051838152602081018390528082018d9052606081018c905290516001600160a01b038b169133917fd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d8229181900360800190a350506001600c55505050505050505050565b6040518060400160405280600c81526020016b426c6f7142616c6c204c507360a01b81525081565b6008546001600160701b0380821692600160701b830490911691600160e01b900463ffffffff1690565b6000610b70338484611d0c565b5060015b92915050565b6006546001600160a01b031681565b60005481565b6001600160a01b038316600090815260026020908152604080832033845290915281205460001914610c14576001600160a01b0384166000908152600260209081526040808320338452909152902054610bef908363ffffffff611aeb16565b6001600160a01b03851660009081526002602090815260408083203384529091529020555b610c1f848484611d6e565b5060019392505050565b7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c981565b601281565b60035481565b6005546001600160a01b03163314610cad576040805162461bcd60e51b8152602060048201526013602482015272213637b8a130b6361d102327a92124a22222a760691b604482015290519081900360640190fd5b600680546001600160a01b039384166001600160a01b03199182161790915560078054929093169116179055565b60095481565b600a5481565b6000600c54600114610d33576040805162461bcd60e51b815260206004820152601060248201526f109b1bdc50985b1b0e881313d0d2d15160821b604482015290519081900360640190fd5b6000600c81905580610d43610b39565b50600654604080516370a0823160e01b815230600482015290519395509193506000926001600160a01b03909116916370a08231916024808301926020929190829003018186803b158015610d9757600080fd5b505afa158015610dab573d6000803e3d6000fd5b505050506040513d6020811015610dc157600080fd5b5051600754604080516370a0823160e01b815230600482015290519293506000926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b158015610e1457600080fd5b505afa158015610e28573d6000803e3d6000fd5b505050506040513d6020811015610e3e57600080fd5b505190506000610e5d836001600160701b03871663ffffffff611aeb16565b90506000610e7a836001600160701b03871663ffffffff611aeb16565b90506000610e888787611e28565b60005490915080610ec557610eb16103e86109f7610eac878763ffffffff611a8b16565b611f86565b9850610ec060006103e8611fd8565b610f14565b610f116001600160701b038916610ee2868463ffffffff611a8b16565b81610ee957fe5b046001600160701b038916610f04868563ffffffff611a8b16565b81610f0b57fe5b0461206e565b98505b60008911610f535760405162461bcd60e51b81526004018080602001828103825260278152602001806121fe6027913960400191505060405180910390fd5b610f5d8a8a611fd8565b610f6986868a8a611b48565b8115610f9957600854610f95906001600160701b0380821691600160701b90041663ffffffff611a8b16565b600b555b6040805185815260208101859052815133927f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f928290030190a250506001600c5550949695505050505050565b60016020526000908152604090205481565b600b5481565b60046020526000908152604090205481565b600080600c5460011461105d576040805162461bcd60e51b815260206004820152601060248201526f109b1bdc50985b1b0e881313d0d2d15160821b604482015290519081900360640190fd5b6000600c8190558061106d610b39565b50600654600754604080516370a0823160e01b815230600482015290519496509294506001600160a01b039182169391169160009184916370a08231916024808301926020929190829003018186803b1580156110c957600080fd5b505afa1580156110dd573d6000803e3d6000fd5b505050506040513d60208110156110f357600080fd5b5051604080516370a0823160e01b815230600482015290519192506000916001600160a01b038516916370a08231916024808301926020929190829003018186803b15801561114157600080fd5b505afa158015611155573d6000803e3d6000fd5b505050506040513d602081101561116b57600080fd5b50513060009081526001602052604081205491925061118a8888611e28565b600054909150806111a1848763ffffffff611a8b16565b816111a857fe5b049a50806111bc848663ffffffff611a8b16565b816111c357fe5b04995060008b1180156111d6575060008a115b6112115760405162461bcd60e51b81526004018080602001828103825260278152602001806121b46027913960400191505060405180910390fd5b61121b3084612084565b611226878d8d6118f1565b611231868d8c6118f1565b604080516370a0823160e01b815230600482015290516001600160a01b038916916370a08231916024808301926020929190829003018186803b15801561127757600080fd5b505afa15801561128b573d6000803e3d6000fd5b505050506040513d60208110156112a157600080fd5b5051604080516370a0823160e01b815230600482015290519196506001600160a01b038816916370a0823191602480820192602092909190829003018186803b1580156112ed57600080fd5b505afa158015611301573d6000803e3d6000fd5b505050506040513d602081101561131757600080fd5b5051935061132785858b8b611b48565b811561135757600854611353906001600160701b0380821691600160701b90041663ffffffff611a8b16565b600b555b604080518c8152602081018c905281516001600160a01b038f169233927fdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d81936496929081900390910190a35050505050505050506001600c81905550915091565b6040518060400160405280600681526020016504251422d4c560d41b81525081565b6000610b70338484611d6e565b6103e881565b600c54600114611434576040805162461bcd60e51b815260206004820152601060248201526f109b1bdc50985b1b0e881313d0d2d15160821b604482015290519081900360640190fd5b6000600c55600654600754600854604080516370a0823160e01b815230600482015290516001600160a01b0394851694909316926114e392859287926114de926001600160701b03169185916370a0823191602480820192602092909190829003018186803b1580156114a657600080fd5b505afa1580156114ba573d6000803e3d6000fd5b505050506040513d60208110156114d057600080fd5b50519063ffffffff611aeb16565b6118f1565b600854604080516370a0823160e01b8152306004820152905161154a92849287926114de92600160701b90046001600160701b0316916001600160a01b038616916370a0823191602480820192602092909190829003018186803b1580156114a657600080fd5b50506001600c5550565b6005546001600160a01b031681565b6007546001600160a01b031681565b428410156115bb576040805162461bcd60e51b8152602060048201526011602482015270109b1bdc50985b1b0e8811561412549151607a1b604482015290519081900360640190fd5b6003546001600160a01b0380891660008181526004602090815260408083208054600180820190925582517f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98186015280840196909652958d166060860152608085018c905260a085019590955260c08085018b90528151808603909101815260e08501825280519083012061190160f01b6101008601526101028501969096526101228085019690965280518085039096018652610142840180825286519683019690962095839052610162840180825286905260ff89166101828501526101a284018890526101c28401879052519193926101e280820193601f1981019281900390910190855afa1580156116d6573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381161580159061170c5750886001600160a01b0316816001600160a01b0316145b61175d576040805162461bcd60e51b815260206004820152601b60248201527f426c6f7142616c6c3a20494e56414c49445f5349474e41545552450000000000604482015290519081900360640190fd5b611768898989611d0c565b505050505050505050565b600260209081526000928352604080842090915290825290205481565b600c546001146117da576040805162461bcd60e51b815260206004820152601060248201526f109b1bdc50985b1b0e881313d0d2d15160821b604482015290519081900360640190fd5b6000600c55600654604080516370a0823160e01b815230600482015290516118ea926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561182b57600080fd5b505afa15801561183f573d6000803e3d6000fd5b505050506040513d602081101561185557600080fd5b5051600754604080516370a0823160e01b815230600482015290516001600160a01b03909216916370a0823191602480820192602092909190829003018186803b1580156118a257600080fd5b505afa1580156118b6573d6000803e3d6000fd5b505050506040513d60208110156118cc57600080fd5b50516008546001600160701b0380821691600160701b900416611b48565b6001600c55565b604080518082018252601981527f7472616e7366657228616464726573732c75696e74323536290000000000000060209182015281516001600160a01b0385811660248301526044808301869052845180840390910181526064909201845291810180516001600160e01b031663a9059cbb60e01b1781529251815160009460609489169392918291908083835b6020831061199e5780518252601f19909201916020918201910161197f565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114611a00576040519150601f19603f3d011682016040523d82523d6000602084013e611a05565b606091505b5091509150818015611a33575080511580611a335750808060200190516020811015611a3057600080fd5b50515b611a84576040805162461bcd60e51b815260206004820152601960248201527f426c6f7142616c6c3a205452414e534645525f4641494c454400000000000000604482015290519081900360640190fd5b5050505050565b600082611a9a57506000610b74565b82820282848281611aa757fe5b0414611ae45760405162461bcd60e51b81526004018080602001828103825260218152602001806122496021913960400191505060405180910390fd5b9392505050565b600082821115611b42576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b6001600160701b038411801590611b6657506001600160701b038311155b611bac576040805162461bcd60e51b8152602060048201526012602482015271426c6f7142616c6c3a204f564552464c4f5760701b604482015290519081900360640190fd5b60085463ffffffff42811691600160e01b90048116820390811615801590611bdc57506001600160701b03841615155b8015611bf057506001600160701b03831615155b15611c61578063ffffffff16611c1e85611c0986612122565b6001600160e01b03169063ffffffff61213416565b600980546001600160e01b03929092169290920201905563ffffffff8116611c4984611c0987612122565b600a80546001600160e01b0392909216929092020190555b600880546dffffffffffffffffffffffffffff19166001600160701b03888116919091176dffffffffffffffffffffffffffff60701b1916600160701b8883168102919091176001600160e01b0316600160e01b63ffffffff871602179283905560408051848416815291909304909116602082015281517f1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1929181900390910190a1505050505050565b6001600160a01b03808416600081815260026020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b038316600090815260016020526040902054611d97908263ffffffff611aeb16565b6001600160a01b038085166000908152600160205260408082209390935590841681522054611dcc908263ffffffff61215916565b6001600160a01b0380841660008181526001602090815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b600080600560009054906101000a90046001600160a01b03166001600160a01b031663017e7e586040518163ffffffff1660e01b815260040160206040518083038186803b158015611e7957600080fd5b505afa158015611e8d573d6000803e3d6000fd5b505050506040513d6020811015611ea357600080fd5b5051600b546001600160a01b038216158015945091925090611f72578015611f6d576000611ee6610eac6001600160701b0388811690881663ffffffff611a8b16565b90506000611ef383611f86565b905080821115611f6a576000611f21611f12848463ffffffff611aeb16565b6000549063ffffffff611a8b16565b90506000611f4683611f3a86600363ffffffff611a8b16565b9063ffffffff61215916565b90506000818381611f5357fe5b0490508015611f6657611f668782611fd8565b5050505b50505b611f7e565b8015611f7e576000600b555b505092915050565b60006003821115611fc9575080600160028204015b81811015611fc357809150600281828581611fb257fe5b040181611fbb57fe5b049050611f9b565b50611fd3565b8115611fd3575060015b919050565b600054611feb908263ffffffff61215916565b60009081556001600160a01b038316815260016020526040902054612016908263ffffffff61215916565b6001600160a01b03831660008181526001602090815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b600081831061207d5781611ae4565b5090919050565b6001600160a01b0382166000908152600160205260409020546120ad908263ffffffff611aeb16565b6001600160a01b038316600090815260016020526040812091909155546120da908263ffffffff611aeb16565b60009081556040805183815290516001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef919081900360200190a35050565b6001600160701b0316600160701b0290565b60006001600160701b0382166001600160e01b0384168161215157fe5b049392505050565b600082820183811015611ae4576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fdfe426c6f7142616c6c3a20494e53554646494349454e545f4c49515549444954595f4255524e4544426c6f7142616c6c3a20494e53554646494349454e545f494e5055545f414d4f554e54426c6f7142616c6c3a20494e53554646494349454e545f4c49515549444954595f4d494e544544426c6f7142616c6c3a20494e53554646494349454e545f4f55545055545f414d4f554e54536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77a265627a7a72315820a732347b326b860e830ef1591cdfde07058eb08da2469b90567a29a4bf8a8bab64736f6c63430005100032454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429a265627a7a723158204b57adad903ea2fdb13896bd14089fecb0a6e7feb597f3140227a060d36ed88964736f6c634300051000320000000000000000000000002c4c168a2fe4cab8e32d1b2a119d4aa8bda377e7

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

0000000000000000000000002c4c168a2fe4cab8e32d1b2a119d4aa8bda377e7

-----Decoded View---------------
Arg [0] : _feeToSetter (address): 0x2c4c168a2fe4cab8e32d1b2a119d4aa8bda377e7

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000002c4c168a2fe4cab8e32d1b2a119d4aa8bda377e7


Deployed ByteCode Sourcemap

29689:1913:0:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29689:1913:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29856:20;;;:::i;:::-;;;;-1:-1:-1;;;;;29856:20:0;;;;;;;;;;;;;;29883:26;;;:::i;29987:25::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;29987:25:0;;:::i;30209:96::-;;;:::i;:::-;;;;;;;;;;;;;;;;29741:106;;;:::i;31431:168::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;31431:168:0;-1:-1:-1;;;;;31431:168:0;;:::i;:::-;;30313:958;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;30313:958:0;;;;;;;;;;:::i;29918:62::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;29918:62:0;;;;;;;;;;:::i;31279:144::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;31279:144:0;-1:-1:-1;;;;;31279:144:0;;:::i;29856:20::-;;;-1:-1:-1;;;;;29856:20:0;;:::o;29883:26::-;;;-1:-1:-1;;;;;29883:26:0;;:::o;29987:25::-;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;29987:25:0;;-1:-1:-1;29987:25:0;:::o;30209:96::-;30282:8;:15;30209:96;:::o;29741:106::-;29814:31;;;;;;;:::i;:::-;41:4:-1;34:5;30:16;25:3;21:26;14:5;7:41;87:2;83:7;78:2;73:3;69:12;65:26;61:2;54:38;29814:31:0;29797:49;;;;;;;;;;;;;;;36:153:-1;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;274:1;267:3;263:2;259:12;254:3;250:22;246:30;315:4;311:9;305:3;299:10;295:26;356:4;350:3;344:10;340:21;389:7;380;377:20;372:3;365:33;3:399;;;29797:49:0;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;29797::0;;;29787:60;;;;;;29741:106;:::o;31431:168::-;31519:11;;-1:-1:-1;;;;;31519:11:0;31505:10;:25;31497:57;;;;;-1:-1:-1;;;31497:57:0;;;;;;;;;;;;-1:-1:-1;;;31497:57:0;;;;;;;;;;;;;;;31565:11;:26;;-1:-1:-1;;;;;;31565:26:0;-1:-1:-1;;;;;31565:26:0;;;;;;;;;;31431:168::o;30313:958::-;30383:12;30426:6;-1:-1:-1;;;;;30416:16:0;:6;-1:-1:-1;;;;;30416:16:0;;;30408:58;;;;;-1:-1:-1;;;30408:58:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;30478:14;30494;30521:6;-1:-1:-1;;;;;30512:15:0;:6;-1:-1:-1;;;;;30512:15:0;;:53;;30550:6;30558;30512:53;;;30531:6;30539;30512:53;30477:88;;-1:-1:-1;30477:88:0;-1:-1:-1;;;;;;30584:20:0;;30576:55;;;;;-1:-1:-1;;;30576:55:0;;;;;;;;;;;;-1:-1:-1;;;30576:55:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;30650:15:0;;;30685:1;30650:15;;;:7;:15;;;;;;;;:23;;;;;;;;;;;;:37;30642:71;;;;;-1:-1:-1;;;30642:71:0;;;;;;;;;;;;-1:-1:-1;;;30642:71:0;;;;;;;;;;;;;;;30754:21;30778:31;;;;;;;;:::i;:::-;41:4:-1;34:5;30:16;25:3;21:26;14:5;7:41;87:2;83:7;78:2;73:3;69:12;65:26;61:2;54:38;30778:31:0;30754:55;;30820:12;30862:6;30870;30845:32;;;;;;-1:-1:-1;;;;;30845:32:0;-1:-1:-1;;;;;30845:32:0;;;;;;;;-1:-1:-1;;;;;30845:32:0;-1:-1:-1;;;;;30845:32:0;;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;30845:32:0;;;30835:43;;;;;;30820:58;;30968:4;30957:8;30951:15;30946:2;30936:8;30932:17;30929:1;30921:52;30994:46;;;-1:-1:-1;;;30994:46:0;;-1:-1:-1;;;;;30994:46:0;;;;;;;;;;;;;;;;30913:60;;-1:-1:-1;30994:30:0;;;;;;:46;;;;;-1:-1:-1;;30994:46:0;;;;;;;;-1:-1:-1;30994:30:0;:46;;;5:2:-1;;;;30:1;27;20:12;5:2;30994:46:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;-1:-1;;;;;;;;;31051:15:0;;;;;;;:7;:15;;;;;;;;:23;;;;;;;;;;;;:30;;;;;-1:-1:-1;;;;;;31051:30:0;;;;;;;;31092:15;;;;;;:23;;;;;;;;:30;;;;;;;;31178:8;27:10:-1;;-1:-1;23:18;;45:23;;31178:19:0;;;;;;;;;;;;;;;;;;31247:15;;31213:50;;;;;;;;;;;;;;;;;;;;;;30313:958;;;;;;;;:::o;29918:62::-;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;29918:62:0;;:::o;31279:144::-;31355:11;;-1:-1:-1;;;;;31355:11:0;31341:10;:25;31333:57;;;;;-1:-1:-1;;;31333:57:0;;;;;;;;;;;;-1:-1:-1;;;31333:57:0;;;;;;;;;;;;;;;31401:5;:14;;-1:-1:-1;;;;;;31401:14:0;-1:-1:-1;;;;;31401:14:0;;;;;;;;;;31279:144::o;29689:1913::-;;;;;;;;:::o

Swarm Source

bzzr://4b57adad903ea2fdb13896bd14089fecb0a6e7feb597f3140227a060d36ed889
Block Transaction Gas Used Reward
Age Block Fee Address BC Fee Address Voting Power Jailed Incoming
Validator ID :
0 FTM

Amount Staked
0

Amount Delegated
0

Staking Total
0

Staking Start Epoch
0

Staking Start Time
0

Proof of Importance
0

Origination Score
0

Validation Score
0

Active
0

Online
0

Downtime
0 s
Address Amount claimed Rewards Created On Epoch Created On
Block Uncle Number Difficulty Gas Used Reward
Loading