账户
0x26...7f7c
0x26...7F7C

0x26...7F7C

$500
此合同的源代码已经过验证!
合同元数据
编译器
0.5.16+commit.9c3226ce
语言
Solidity
合同源代码
文件 1 的 41:Account.sol
合同源代码
文件 2 的 41:AccountActionLib.sol
合同源代码
文件 3 的 41:AccountBalanceLib.sol
合同源代码
文件 4 的 41:Actions.sol
合同源代码
文件 5 的 41:Bits.sol
合同源代码
文件 6 的 41:Cache.sol
合同源代码
文件 7 的 41:Decimal.sol
合同源代码
文件 8 的 41:DolomiteMarginMath.sol
合同源代码
文件 9 的 41:EnumerableSet.sol
合同源代码
文件 10 的 41:Events.sol
合同源代码
文件 11 的 41:ExcessivelySafeCall.sol
合同源代码
文件 12 的 41:GenericTraderProxyBase.sol
合同源代码
文件 13 的 41:GenericTraderProxyV1.sol
合同源代码
文件 14 的 41:GenericTraderProxyV1Lib.sol
合同源代码
文件 15 的 41:HasLiquidatorRegistry.sol
合同源代码
文件 16 的 41:IAccountRiskOverrideSetter.sol
合同源代码
文件 17 的 41:IDolomiteMargin.sol
合同源代码
文件 18 的 41:IERC20.sol
pragma solidity ^0.5.0;

/**
 * @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.
     *
     * 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);
}
合同源代码
文件 19 的 41:IERC20Detailed.sol
合同源代码
文件 20 的 41:IEventEmitterRegistry.sol
合同源代码
文件 21 的 41:IExchangeWrapper.sol
合同源代码
文件 22 的 41:IExpiry.sol
合同源代码
文件 23 的 41:IGenericTraderProxyBase.sol
合同源代码
文件 24 的 41:IGenericTraderProxyV1.sol
合同源代码
文件 25 的 41:IInterestSetter.sol
合同源代码
文件 26 的 41:IIsolationModeToken.sol
合同源代码
文件 27 的 41:IIsolationModeUnwrapperTrader.sol
合同源代码
文件 28 的 41:IIsolationModeWrapperTrader.sol
合同源代码
文件 29 的 41:ILiquidatorAssetRegistry.sol
合同源代码
文件 30 的 41:IOracleSentinel.sol
合同源代码
文件 31 的 41:IPriceOracle.sol
合同源代码
文件 32 的 41:Interest.sol
合同源代码
文件 33 的 41:Monetary.sol
合同源代码
文件 34 的 41:OnlyDolomiteMargin.sol
合同源代码
文件 35 的 41:ReentrancyGuard.sol
pragma solidity ^0.5.0;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 *
 * _Since v2.5.0:_ this module is now much more gas efficient, given net gas
 * metering changes introduced in the Istanbul hardfork.
 */
contract ReentrancyGuard {
    bool private _notEntered;

    constructor () internal {
        // Storing an initial non-zero value makes deployment a bit more
        // expensive, but in exchange the refund on every call to nonReentrant
        // will be lower in amount. Since refunds are capped to a percetange of
        // the total transaction's gas, it is best to keep them low in cases
        // like this one, to increase the likelihood of the full refund coming
        // into effect.
        _notEntered = true;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and make it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        // On the first call to nonReentrant, _notEntered will be true
        require(_notEntered, "ReentrancyGuard: reentrant call");

        // Any calls to nonReentrant after this point will fail
        _notEntered = false;

        _;

        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _notEntered = true;
    }
}
合同源代码
文件 36 的 41:Require.sol
合同源代码
文件 37 的 41:SafeMath.sol
pragma solidity ^0.5.0;

/**
 * @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, 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) {
        return sub(a, b, "SafeMath: subtraction overflow");
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     * - Subtraction cannot overflow.
     *
     * _Available since v2.4.0._
     */
    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        uint256 c = a - b;

        return c;
    }

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

        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");

        return c;
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts 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) {
        return div(a, b, "SafeMath: division by zero");
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts with custom message 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.
     *
     * _Available since v2.4.0._
     */
    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        // Solidity only automatically asserts when dividing by 0
        require(b > 0, errorMessage);
        uint256 c = a / b;
        // assert(a == b * c + a % b); // There is no case in which this doesn't hold

        return c;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts 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) {
        return mod(a, b, "SafeMath: modulo by zero");
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts with custom message 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.
     *
     * _Available since v2.4.0._
     */
    function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b != 0, errorMessage);
        return a % b;
    }
}
合同源代码
文件 38 的 41:Storage.sol
合同源代码
文件 39 的 41:Time.sol
合同源代码
文件 40 的 41:Token.sol
合同源代码
文件 41 的 41:Types.sol
设置
{
  "compilationTarget": {
    "/home/cdc218/projects/dolomite-protocol-v2/contracts/external/proxies/GenericTraderProxyV1.sol": "GenericTraderProxyV1"
  },
  "evmVersion": "istanbul",
  "libraries": {
    "GenericTraderProxyV1Lib": "0x5477f499f1273a89041527e7a1e76184d857df68"
  },
  "optimizer": {
    "enabled": true,
    "runs": 10000
  },
  "remappings": []
}
ABI
[{"inputs":[{"internalType":"uint256","name":"_chainId","type":"uint256"},{"internalType":"address","name":"_expiry","type":"address"},{"internalType":"address","name":"_eventEmitterRegistry","type":"address"},{"internalType":"address","name":"_dolomiteMargin","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"constant":true,"inputs":[],"name":"DOLOMITE_MARGIN","outputs":[{"internalType":"contract IDolomiteMargin","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"EVENT_EMITTER_REGISTRY","outputs":[{"internalType":"contract IEventEmitterRegistry","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"EXPIRY","outputs":[{"internalType":"contract IExpiry","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"chainId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"contract IDolomiteMargin","name":"_dolomiteMargin","type":"address"},{"internalType":"uint256","name":"_marketId","type":"uint256"}],"name":"isIsolationModeMarket","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_eventEmitterRegistry","type":"address"}],"name":"ownerSetEventEmitterRegistry","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"_tradeAccountNumber","type":"uint256"},{"internalType":"uint256[]","name":"_marketIdsPath","type":"uint256[]"},{"internalType":"uint256","name":"_inputAmountWei","type":"uint256"},{"internalType":"uint256","name":"_minOutputAmountWei","type":"uint256"},{"components":[{"internalType":"enum IGenericTraderProxyBase.TraderType","name":"traderType","type":"uint8"},{"internalType":"uint256","name":"makerAccountIndex","type":"uint256"},{"internalType":"address","name":"trader","type":"address"},{"internalType":"bytes","name":"tradeData","type":"bytes"}],"internalType":"struct IGenericTraderProxyBase.TraderParam[]","name":"_tradersPath","type":"tuple[]"},{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"number","type":"uint256"}],"internalType":"struct Account.Info[]","name":"_makerAccounts","type":"tuple[]"},{"components":[{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"enum AccountBalanceLib.BalanceCheckFlag","name":"balanceCheckFlag","type":"uint8"},{"internalType":"enum IGenericTraderProxyV1.EventEmissionType","name":"eventType","type":"uint8"}],"internalType":"struct IGenericTraderProxyV1.UserConfig","name":"_userConfig","type":"tuple"}],"name":"swapExactInputForOutput","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"uint256","name":"_tradeAccountNumber","type":"uint256"},{"internalType":"uint256[]","name":"_marketIdsPath","type":"uint256[]"},{"internalType":"uint256","name":"_inputAmountWei","type":"uint256"},{"internalType":"uint256","name":"_minOutputAmountWei","type":"uint256"},{"components":[{"internalType":"enum IGenericTraderProxyBase.TraderType","name":"traderType","type":"uint8"},{"internalType":"uint256","name":"makerAccountIndex","type":"uint256"},{"internalType":"address","name":"trader","type":"address"},{"internalType":"bytes","name":"tradeData","type":"bytes"}],"internalType":"struct IGenericTraderProxyBase.TraderParam[]","name":"_tradersPath","type":"tuple[]"},{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"number","type":"uint256"}],"internalType":"struct Account.Info[]","name":"_makerAccounts","type":"tuple[]"},{"components":[{"internalType":"uint256","name":"fromAccountNumber","type":"uint256"},{"internalType":"uint256","name":"toAccountNumber","type":"uint256"},{"components":[{"internalType":"uint256","name":"marketId","type":"uint256"},{"internalType":"uint256","name":"amountWei","type":"uint256"}],"internalType":"struct IGenericTraderProxyV1.TransferAmount[]","name":"transferAmounts","type":"tuple[]"}],"internalType":"struct IGenericTraderProxyV1.TransferCollateralParam","name":"_transferCollateralParams","type":"tuple"},{"components":[{"internalType":"uint256","name":"marketId","type":"uint256"},{"internalType":"uint32","name":"expiryTimeDelta","type":"uint32"}],"internalType":"struct IGenericTraderProxyV1.ExpiryParam","name":"_expiryParams","type":"tuple"},{"components":[{"internalType":"uint256","name":"deadline","type":"uint256"},{"internalType":"enum AccountBalanceLib.BalanceCheckFlag","name":"balanceCheckFlag","type":"uint8"},{"internalType":"enum IGenericTraderProxyV1.EventEmissionType","name":"eventType","type":"uint8"}],"internalType":"struct IGenericTraderProxyV1.UserConfig","name":"_userConfig","type":"tuple"}],"name":"swapExactInputForOutputAndModifyPosition","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}]