More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 99 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Transfer | 12200292 | 1419 days ago | IN | 0.025 ETH | 0.003423 | ||||
Pause | 12168959 | 1423 days ago | IN | 0 ETH | 0.0045309 | ||||
Buy Tokens | 12165370 | 1424 days ago | IN | 0.7 ETH | 0.01168502 | ||||
Buy Tokens | 12165285 | 1424 days ago | IN | 0.0000046 ETH | 0.01372028 | ||||
Buy Tokens | 12165170 | 1424 days ago | IN | 0.000007 ETH | 0.0142666 | ||||
Buy Tokens | 12165108 | 1424 days ago | IN | 0.07 ETH | 0.0142666 | ||||
Buy Tokens | 12165108 | 1424 days ago | IN | 0.07 ETH | 0.0142666 | ||||
Buy Tokens | 12165037 | 1424 days ago | IN | 0.4 ETH | 0.01268142 | ||||
Buy Tokens | 12165009 | 1424 days ago | IN | 0.14 ETH | 0.01436142 | ||||
Buy Tokens | 12164921 | 1424 days ago | IN | 0.15 ETH | 0.01397674 | ||||
Buy Tokens | 12164673 | 1424 days ago | IN | 1.21 ETH | 0.01564369 | ||||
Buy Tokens | 12164643 | 1424 days ago | IN | 0.65 ETH | 0.0161566 | ||||
Buy Tokens | 12164569 | 1424 days ago | IN | 0.7 ETH | 0.01602687 | ||||
Buy Tokens | 12164351 | 1424 days ago | IN | 1.09 ETH | 0.01358724 | ||||
Buy Tokens | 12164311 | 1424 days ago | IN | 1.85 ETH | 0.01307915 | ||||
Buy Tokens | 12163709 | 1424 days ago | IN | 0.35 ETH | 0.01358436 | ||||
Buy Tokens | 12163623 | 1424 days ago | IN | 0.315 ETH | 0.01437982 | ||||
Buy Tokens | 12163381 | 1424 days ago | IN | 0.6 ETH | 0.0194905 | ||||
Buy Tokens | 12163206 | 1424 days ago | IN | 0.48 ETH | 0.01705419 | ||||
Buy Tokens | 12163176 | 1424 days ago | IN | 0.11 ETH | 0.01731064 | ||||
Buy Tokens | 12163124 | 1424 days ago | IN | 0.26 ETH | 0.01961657 | ||||
Buy Tokens | 12159793 | 1425 days ago | IN | 0.01 ETH | 0.01494596 | ||||
Buy Tokens | 12159785 | 1425 days ago | IN | 0.05 ETH | 0.01528564 | ||||
Buy Tokens | 12158901 | 1425 days ago | IN | 1.09 ETH | 0.01449305 | ||||
Buy Tokens | 12158820 | 1425 days ago | IN | 0.0000109 ETH | 0.01820823 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
12165370 | 1424 days ago | 0.7 ETH | ||||
12165285 | 1424 days ago | 0.0000046 ETH | ||||
12165170 | 1424 days ago | 0.000007 ETH | ||||
12165108 | 1424 days ago | 0.07 ETH | ||||
12165108 | 1424 days ago | 0.07 ETH | ||||
12165037 | 1424 days ago | 0.4 ETH | ||||
12165009 | 1424 days ago | 0.14 ETH | ||||
12164921 | 1424 days ago | 0.15 ETH | ||||
12164673 | 1424 days ago | 1.21 ETH | ||||
12164643 | 1424 days ago | 0.65 ETH | ||||
12164569 | 1424 days ago | 0.7 ETH | ||||
12164351 | 1424 days ago | 1.09 ETH | ||||
12164311 | 1424 days ago | 1.85 ETH | ||||
12163709 | 1424 days ago | 0.35 ETH | ||||
12163623 | 1424 days ago | 0.315 ETH | ||||
12163381 | 1424 days ago | 0.6 ETH | ||||
12163206 | 1424 days ago | 0.48 ETH | ||||
12163176 | 1424 days ago | 0.11 ETH | ||||
12163124 | 1424 days ago | 0.26 ETH | ||||
12159793 | 1425 days ago | 0.01 ETH | ||||
12159785 | 1425 days ago | 0.05 ETH | ||||
12158901 | 1425 days ago | 1.09 ETH | ||||
12158820 | 1425 days ago | 0.0000109 ETH | ||||
12157641 | 1425 days ago | 0.2 ETH | ||||
12157435 | 1425 days ago | 0.09 ETH |
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
CheezSale
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-03-27 */ /** *Submitted for verification at EtheCheezan.io on 2021-02-24 */ // Sources flattened with hardhat v2.0.11 https://hardhat.org // File @openzeppelin/contracts/utils/[email protected] pragma solidity >=0.6.0 <0.8.0; /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with GSN meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691 return msg.data; } } // File @openzeppelin/contracts/access/[email protected] pragma solidity >=0.6.0 <0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor () internal { address msgSender = _msgSender(); _owner = msgSender; emit OwnershipTransferred(address(0), msgSender); } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { require(owner() == _msgSender(), "Ownable: caller is not the owner"); _; } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { emit OwnershipTransferred(_owner, address(0)); _owner = address(0); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); emit OwnershipTransferred(_owner, newOwner); _owner = newOwner; } } // File @openzeppelin/contracts/GSN/[email protected] pragma solidity >=0.6.0 <0.8.0; // File @openzeppelin/contracts/token/ERC20/[email protected] pragma solidity >=0.6.0 <0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ 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); } // File @openzeppelin/contracts/math/[email protected] pragma solidity >=0.6.0 <0.8.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, 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 @openzeppelin/contracts/utils/[email protected] pragma solidity >=0.6.2 <0.8.0; /** * @dev Collection of functions related to the address type */ library Address { /** * @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; // solhint-disable-next-line no-inline-assembly 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"); // solhint-disable-next-line avoid-low-level-calls, avoid-call-value (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"); // solhint-disable-next-line avoid-low-level-calls (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"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.staticcall(data); return _verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.delegatecall(data); return _verifyCallResult(success, returndata, errorMessage); } function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private 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 // solhint-disable-next-line no-inline-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } } // File @openzeppelin/contracts/token/ERC20/[email protected] pragma solidity >=0.6.0 <0.8.0; /** * @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 SafeERC20 { using SafeMath for uint256; using Address for address; function safeTransfer(IERC20 token, address to, uint256 value) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value)); } function safeTransferFrom(IERC20 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(IERC20 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' // solhint-disable-next-line max-line-length 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(IERC20 token, address spender, uint256 value) internal { uint256 newAllowance = token.allowance(address(this), spender).add(value); _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal { uint256 newAllowance = token.allowance(address(this), spender).sub(value, "SafeERC20: decreased allowance below zero"); _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(IERC20 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 // solhint-disable-next-line max-line-length require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed"); } } } // File @openzeppelin/contracts/utils/[email protected] pragma solidity >=0.6.0 <0.8.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]. */ abstract contract ReentrancyGuard { // Booleans are more expensive than uint256 or any type that takes up a full // word because each write operation emits an extra SLOAD to first read the // slot's contents, replace the bits taken up by the boolean, and then write // back. This is the compiler's defense against contract upgrades and // pointer aliasing, and it cannot be disabled. // The values being 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 percentage 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. uint256 private constant _NOT_ENTERED = 1; uint256 private constant _ENTERED = 2; uint256 private _status; constructor () internal { _status = _NOT_ENTERED; } /** * @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(_status != _ENTERED, "ReentrancyGuard: reentrant call"); // Any calls to nonReentrant after this point will fail _status = _ENTERED; _; // By storing the original value once again, a refund is triggered (see // https://eips.ethereum.org/EIPS/eip-2200) _status = _NOT_ENTERED; } } // File @openzeppelin/contracts/utils/[email protected] pragma solidity >=0.6.0 <0.8.0; /** * @dev Contract module which allows children to implement an emergency stop * mechanism that can be triggered by an authorized account. * * This module is used through inheritance. It will make available the * modifiers `whenNotPaused` and `whenPaused`, which can be applied to * the functions of your contract. Note that they will not be pausable by * simply including this module, only once the modifiers are put in place. */ abstract contract Pausable is Context { /** * @dev Emitted when the pause is triggered by `account`. */ event Paused(address account); /** * @dev Emitted when the pause is lifted by `account`. */ event Unpaused(address account); bool private _paused; /** * @dev Initializes the contract in unpaused state. */ constructor () internal { _paused = false; } /** * @dev Returns true if the contract is paused, and false otherwise. */ function paused() public view virtual returns (bool) { return _paused; } /** * @dev Modifier to make a function callable only when the contract is not paused. * * Requirements: * * - The contract must not be paused. */ modifier whenNotPaused() { require(!paused(), "Pausable: paused"); _; } /** * @dev Modifier to make a function callable only when the contract is paused. * * Requirements: * * - The contract must be paused. */ modifier whenPaused() { require(paused(), "Pausable: not paused"); _; } /** * @dev Triggers stopped state. * * Requirements: * * - The contract must not be paused. */ function _pause() internal virtual whenNotPaused { _paused = true; emit Paused(_msgSender()); } /** * @dev Returns to normal state. * * Requirements: * * - The contract must be paused. */ function _unpause() internal virtual whenPaused { _paused = false; emit Unpaused(_msgSender()); } } // File contracts/CheezSale.sol pragma solidity >=0.6.0 <=0.8.0; /** * * @title CheezSale token selling contract * @dev This crowdsale will serve as the primary method for users * to purchase CHEEZ ERC20 tokens * * Contract is Admin Pausable, where buyTokens() will only be allowed * while unpaused. Only accepts ethereum. * */ contract CheezSale is Context, ReentrancyGuard, Ownable, Pausable{ using SafeMath for uint256; using SafeERC20 for IERC20; // The token being sold IERC20 public Cheez; // Address where funds are collected address payable private _wallet; // How many token units a buyer gets per wei. // The rate is the conversion between wei and the smallest and indivisible token unit. // So, if you are using a rate of 1 with a ERC20Detailed token with 3 decimals called TOK // 1 wei will give you 1 unit, or 0.001 TOK. uint256 private _rate; // Amount of wei raised uint256 private _weiRaised; //set the decimals constant uint256 private constant DECIMALS = 1e18; // Amount of tokens sold uint256 private _tokensSold; /** * Event for token purchase logging * @param purchaser who paid for the tokens * @param beneficiary who got the tokens * @param value weis paid for purchase * @param amount amount of tokens purchased */ event TokensPurchased(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount); event AdminRescueTokens(address token, address recipient, uint256 amount); constructor(uint256 rate, address payable wallet, IERC20 token) public{ _rate = rate; _wallet = wallet; Cheez = token; } /** * @dev fallback function ***DO NOT OVERRIDE*** * Note that other contracts will transfer funds with a base gas stipend * of 2300, which is not enough to call buyTokens. Consider calling * buyTokens directly when purchasing tokens from a contract. */ receive () external payable { buyTokens(_msgSender()); } /** * @return the token being sold. */ function token() public view returns (IERC20) { return Cheez; } /** * @return the address where funds are collected. */ function wallet() public view returns (address payable) { return _wallet; } /** * @return the number of token units a buyer gets per wei. */ function rate() public view returns (uint256) { return _rate; } /** * @return the amount of wei raised. */ function weiRaised() public view returns (uint256) { return _weiRaised; } /** * @return the amount of tokens sold */ function tokensSold() public view returns(uint256){ return _tokensSold; } /** * @dev low level token purchase ***DO NOT OVERRIDE*** * This function has a non-reentrancy guard, so it shouldn't be called by * another `nonReentrant` function. * @param beneficiary Recipient of the token purchase */ function buyTokens(address beneficiary) public nonReentrant whenNotPaused payable { uint256 weiAmount = msg.value; _preValidatePurchase(beneficiary, weiAmount); // calculate token amount to be created uint256 tokens = _getTokenAmount(weiAmount); // update state _tokensSold = _tokensSold.add(tokens); _weiRaised = _weiRaised.add(weiAmount); _processPurchase(beneficiary, tokens); emit TokensPurchased(_msgSender(), beneficiary, weiAmount, tokens); _forwardFunds(); } /* ===== Internal Helpers ===== */ /** * @dev Validation of an incoming purchase. Use require statements to revert state when conditions are not met. * Use `super` in contracts that inherit from Crowdsale to extend their validations. * @param beneficiary Address performing the token purchase * @param weiAmount Value in wei involved in the purchase */ function _preValidatePurchase(address beneficiary, uint256 weiAmount) internal virtual view { require(beneficiary != address(0), "Crowdsale: beneficiary is the zero address"); require(weiAmount > 1e10, "Crowdsale: Minimum 10 gwei"); this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691 } /** * @dev Source of tokens. Override this method to modify the way in which the crowdsale ultimately gets and sends * its tokens. * @param beneficiary Address performing the token purchase * @param tokenAmount Number of tokens to be emitted */ function _deliverTokens(address beneficiary, uint256 tokenAmount) internal virtual { Cheez.safeTransfer(beneficiary, tokenAmount); } /** * @dev Executed when a purchase has been validated and is ready to be executed. Doesn't necessarily emit/send * tokens. * @param beneficiary Address receiving the tokens * @param tokenAmount Number of tokens to be purchased */ function _processPurchase(address beneficiary, uint256 tokenAmount) internal { // deliver _deliverTokens(beneficiary, tokenAmount); } /** * @dev Override to extend the way in which ether is converted to tokens. * @param weiAmount Value in wei to be converted into tokens * @return Number of tokens that can be purchased with the specified _weiAmount */ function _getTokenAmount(uint256 weiAmount) internal view returns (uint256) { return weiAmount.mul(_rate).div(1e9); } /** * @dev Determines how ETH is stored/forwarded on purchases. */ function _forwardFunds() internal { _wallet.transfer(msg.value); } /* ====== owner only ====== */ // Rate changing -- only when paused function changeRate(uint256 _weiRate) external whenPaused onlyOwner{ _rate = _weiRate; } function changeWallet(address payable newwallet) public onlyOwner{ _wallet = newwallet; } // Pause/Unpase functionality function pause() public onlyOwner{ _pause(); } function _pause() internal override { super._pause(); } function unpause() public onlyOwner{ _unpause(); } function _unpause() internal override{ super._unpause(); } /** * @notice Allows the admin to withdraw tokens mistakenly sent into the contract. * @param rescuedToken The address of the token to rescue. * @param recipient The recipient that the tokens will be sent to. * @param amount How many tokens to rescue. */ function adminRescueTokens(address rescuedToken, address recipient, uint256 amount) external onlyOwner { require(rescuedToken != address(0x0), "zero address"); require(recipient != address(0x0), "bad recipient"); require(amount > 0, "zero amount"); bool ok = IERC20(rescuedToken).transfer(recipient, amount); require(ok, "transfer"); emit AdminRescueTokens(rescuedToken, recipient, amount); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"uint256","name":"rate","type":"uint256"},{"internalType":"address payable","name":"wallet","type":"address"},{"internalType":"contract IERC20","name":"token","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"recipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"AdminRescueTokens","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"purchaser","type":"address"},{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"TokensPurchased","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[],"name":"Cheez","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"rescuedToken","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"adminRescueTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"beneficiary","type":"address"}],"name":"buyTokens","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_weiRate","type":"uint256"}],"name":"changeRate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address payable","name":"newwallet","type":"address"}],"name":"changeWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"rate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokensSold","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"wallet","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"weiRaised","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
608060405234801561001057600080fd5b50604051611ee9380380611ee98339818101604052606081101561003357600080fd5b81019080805190602001909291908051906020019092919080519060200190929190505050600160008190555060006100706101bb60201b60201c565b905080600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3506000600160146101000a81548160ff0219169083151502179055508260048190555081600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050506101c3565b600033905090565b611d17806101d26000396000f3fe6080604052600436106100f75760003560e01c806374e7493b1161008a57806398b9a2dc1161005957806398b9a2dc1461037f578063ec8ac4d8146103d0578063f2fde38b14610414578063fc0c546a146104655761010e565b806374e7493b146102715780638456cb59146102ac578063879905a1146102c35780638da5cb5b1461033e5761010e565b8063518ab2a8116100c6578063518ab2a8146101c1578063521eb273146101ec5780635c975abb1461022d578063715018a61461025a5761010e565b80630a6c52cf146101135780632c4e722e146101545780633f4ba83a1461017f5780634042b66f146101965761010e565b3661010e5761010c6101076104a6565b6104ae565b005b600080fd5b34801561011f57600080fd5b5061012861068f565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561016057600080fd5b506101696106b5565b6040518082815260200191505060405180910390f35b34801561018b57600080fd5b506101946106bf565b005b3480156101a257600080fd5b506101ab610778565b6040518082815260200191505060405180910390f35b3480156101cd57600080fd5b506101d6610782565b6040518082815260200191505060405180910390f35b3480156101f857600080fd5b5061020161078c565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561023957600080fd5b506102426107b6565b60405180821515815260200191505060405180910390f35b34801561026657600080fd5b5061026f6107cd565b005b34801561027d57600080fd5b506102aa6004803603602081101561029457600080fd5b810190808035906020019092919050505061093d565b005b3480156102b857600080fd5b506102c1610a70565b005b3480156102cf57600080fd5b5061033c600480360360608110156102e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610b29565b005b34801561034a57600080fd5b50610353610f30565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561038b57600080fd5b506103ce600480360360208110156103a257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610f5a565b005b610412600480360360208110156103e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506104ae565b005b34801561042057600080fd5b506104636004803603602081101561043757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061104d565b005b34801561047157600080fd5b5061047a611242565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b600033905090565b60026000541415610527576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b60026000819055506105376107b6565b156105aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260108152602001807f5061757361626c653a207061757365640000000000000000000000000000000081525060200191505060405180910390fd5b60003490506105b9828261126c565b60006105c482611370565b90506105db816006546113a490919063ffffffff16565b6006819055506105f6826005546113a490919063ffffffff16565b600581905550610606838261142c565b8273ffffffffffffffffffffffffffffffffffffffff166106256104a6565b73ffffffffffffffffffffffffffffffffffffffff167f6faf93231a456e552dbc9961f58d9713ee4f2e69d15f1975b050ef0911053a7b8484604051808381526020018281526020019250505060405180910390a361068261143a565b5050600160008190555050565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600454905090565b6106c76104a6565b73ffffffffffffffffffffffffffffffffffffffff166106e5610f30565b73ffffffffffffffffffffffffffffffffffffffff161461076e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6107766114a5565b565b6000600554905090565b6000600654905090565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600160149054906101000a900460ff16905090565b6107d56104a6565b73ffffffffffffffffffffffffffffffffffffffff166107f3610f30565b73ffffffffffffffffffffffffffffffffffffffff161461087c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b6109456107b6565b6109b7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f5061757361626c653a206e6f742070617573656400000000000000000000000081525060200191505060405180910390fd5b6109bf6104a6565b73ffffffffffffffffffffffffffffffffffffffff166109dd610f30565b73ffffffffffffffffffffffffffffffffffffffff1614610a66576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b8060048190555050565b610a786104a6565b73ffffffffffffffffffffffffffffffffffffffff16610a96610f30565b73ffffffffffffffffffffffffffffffffffffffff1614610b1f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b610b276114af565b565b610b316104a6565b73ffffffffffffffffffffffffffffffffffffffff16610b4f610f30565b73ffffffffffffffffffffffffffffffffffffffff1614610bd8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c7b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600c8152602001807f7a65726f2061646472657373000000000000000000000000000000000000000081525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610d1e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600d8152602001807f62616420726563697069656e740000000000000000000000000000000000000081525060200191505060405180910390fd5b60008111610d94576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600b8152602001807f7a65726f20616d6f756e7400000000000000000000000000000000000000000081525060200191505060405180910390fd5b60008373ffffffffffffffffffffffffffffffffffffffff1663a9059cbb84846040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b158015610e0757600080fd5b505af1158015610e1b573d6000803e3d6000fd5b505050506040513d6020811015610e3157600080fd5b8101908080519060200190929190505050905080610eb7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260088152602001807f7472616e7366657200000000000000000000000000000000000000000000000081525060200191505060405180910390fd5b7f899e40b1d5516ce89ccf5fcd151a112a610ab3e41ea3163c3c0b6c29325aa77f848484604051808473ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff168152602001828152602001935050505060405180910390a150505050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610f626104a6565b73ffffffffffffffffffffffffffffffffffffffff16610f80610f30565b73ffffffffffffffffffffffffffffffffffffffff1614611009576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6110556104a6565b73ffffffffffffffffffffffffffffffffffffffff16611073610f30565b73ffffffffffffffffffffffffffffffffffffffff16146110fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611182576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611c216026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156112f2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180611c8e602a913960400191505060405180910390fd5b6402540be400811161136c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f43726f776473616c653a204d696e696d756d203130206777656900000000000081525060200191505060405180910390fd5b5050565b600061139d633b9aca0061138f600454856114b990919063ffffffff16565b61153f90919063ffffffff16565b9050919050565b600080828401905083811015611422576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b61143682826115c8565b5050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156114a2573d6000803e3d6000fd5b50565b6114ad611619565b565b6114b7611704565b565b6000808314156114cc5760009050611539565b60008284029050828482816114dd57fe5b0414611534576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611c6d6021913960400191505060405180910390fd5b809150505b92915050565b60008082116115b6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525060200191505060405180910390fd5b8183816115bf57fe5b04905092915050565b6116158282600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166117ef9092919063ffffffff16565b5050565b6116216107b6565b611693576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f5061757361626c653a206e6f742070617573656400000000000000000000000081525060200191505060405180910390fd5b6000600160146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6116d76104a6565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1565b61170c6107b6565b1561177f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260108152602001807f5061757361626c653a207061757365640000000000000000000000000000000081525060200191505060405180910390fd5b60018060146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586117c26104a6565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1565b61188c8363a9059cbb60e01b8484604051602401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050611891565b505050565b60606118f3826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff166119809092919063ffffffff16565b905060008151111561197b5780806020019051602081101561191457600080fd5b810190808051906020019092919050505061197a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180611cb8602a913960400191505060405180910390fd5b5b505050565b606061198f8484600085611998565b90509392505050565b6060824710156119f3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611c476026913960400191505060405180910390fd5b6119fc85611b41565b611a6e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601d8152602001807f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000081525060200191505060405180910390fd5b600060608673ffffffffffffffffffffffffffffffffffffffff1685876040518082805190602001908083835b60208310611abe5780518252602082019150602081019050602083039250611a9b565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114611b20576040519150601f19603f3d011682016040523d82523d6000602084013e611b25565b606091505b5091509150611b35828286611b54565b92505050949350505050565b600080823b905060008111915050919050565b60608315611b6457829050611c19565b600083511115611b775782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611bde578082015181840152602081019050611bc3565b50505050905090810190601f168015611c0b5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b939250505056fe4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7743726f776473616c653a2062656e656669636961727920697320746865207a65726f20616464726573735361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a26469706673582212207c29bb826f03177a3b02df89a01a02d04aaa12d0292133dbe51e6e6d29f4553a64736f6c634300060c003300000000000000000000000000000000000000000000000000000000000186a0000000000000000000000000ed55a59466986fb0d9020a39347830e8f94d11cd000000000000000000000000f490c1938e9ee48b5b1125ee2d5f710452c0c0aa
Deployed Bytecode
0x6080604052600436106100f75760003560e01c806374e7493b1161008a57806398b9a2dc1161005957806398b9a2dc1461037f578063ec8ac4d8146103d0578063f2fde38b14610414578063fc0c546a146104655761010e565b806374e7493b146102715780638456cb59146102ac578063879905a1146102c35780638da5cb5b1461033e5761010e565b8063518ab2a8116100c6578063518ab2a8146101c1578063521eb273146101ec5780635c975abb1461022d578063715018a61461025a5761010e565b80630a6c52cf146101135780632c4e722e146101545780633f4ba83a1461017f5780634042b66f146101965761010e565b3661010e5761010c6101076104a6565b6104ae565b005b600080fd5b34801561011f57600080fd5b5061012861068f565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561016057600080fd5b506101696106b5565b6040518082815260200191505060405180910390f35b34801561018b57600080fd5b506101946106bf565b005b3480156101a257600080fd5b506101ab610778565b6040518082815260200191505060405180910390f35b3480156101cd57600080fd5b506101d6610782565b6040518082815260200191505060405180910390f35b3480156101f857600080fd5b5061020161078c565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561023957600080fd5b506102426107b6565b60405180821515815260200191505060405180910390f35b34801561026657600080fd5b5061026f6107cd565b005b34801561027d57600080fd5b506102aa6004803603602081101561029457600080fd5b810190808035906020019092919050505061093d565b005b3480156102b857600080fd5b506102c1610a70565b005b3480156102cf57600080fd5b5061033c600480360360608110156102e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610b29565b005b34801561034a57600080fd5b50610353610f30565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561038b57600080fd5b506103ce600480360360208110156103a257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610f5a565b005b610412600480360360208110156103e657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506104ae565b005b34801561042057600080fd5b506104636004803603602081101561043757600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061104d565b005b34801561047157600080fd5b5061047a611242565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b600033905090565b60026000541415610527576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b60026000819055506105376107b6565b156105aa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260108152602001807f5061757361626c653a207061757365640000000000000000000000000000000081525060200191505060405180910390fd5b60003490506105b9828261126c565b60006105c482611370565b90506105db816006546113a490919063ffffffff16565b6006819055506105f6826005546113a490919063ffffffff16565b600581905550610606838261142c565b8273ffffffffffffffffffffffffffffffffffffffff166106256104a6565b73ffffffffffffffffffffffffffffffffffffffff167f6faf93231a456e552dbc9961f58d9713ee4f2e69d15f1975b050ef0911053a7b8484604051808381526020018281526020019250505060405180910390a361068261143a565b5050600160008190555050565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600454905090565b6106c76104a6565b73ffffffffffffffffffffffffffffffffffffffff166106e5610f30565b73ffffffffffffffffffffffffffffffffffffffff161461076e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b6107766114a5565b565b6000600554905090565b6000600654905090565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600160149054906101000a900460ff16905090565b6107d56104a6565b73ffffffffffffffffffffffffffffffffffffffff166107f3610f30565b73ffffffffffffffffffffffffffffffffffffffff161461087c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b6109456107b6565b6109b7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f5061757361626c653a206e6f742070617573656400000000000000000000000081525060200191505060405180910390fd5b6109bf6104a6565b73ffffffffffffffffffffffffffffffffffffffff166109dd610f30565b73ffffffffffffffffffffffffffffffffffffffff1614610a66576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b8060048190555050565b610a786104a6565b73ffffffffffffffffffffffffffffffffffffffff16610a96610f30565b73ffffffffffffffffffffffffffffffffffffffff1614610b1f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b610b276114af565b565b610b316104a6565b73ffffffffffffffffffffffffffffffffffffffff16610b4f610f30565b73ffffffffffffffffffffffffffffffffffffffff1614610bd8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c7b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600c8152602001807f7a65726f2061646472657373000000000000000000000000000000000000000081525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610d1e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600d8152602001807f62616420726563697069656e740000000000000000000000000000000000000081525060200191505060405180910390fd5b60008111610d94576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600b8152602001807f7a65726f20616d6f756e7400000000000000000000000000000000000000000081525060200191505060405180910390fd5b60008373ffffffffffffffffffffffffffffffffffffffff1663a9059cbb84846040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b158015610e0757600080fd5b505af1158015610e1b573d6000803e3d6000fd5b505050506040513d6020811015610e3157600080fd5b8101908080519060200190929190505050905080610eb7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260088152602001807f7472616e7366657200000000000000000000000000000000000000000000000081525060200191505060405180910390fd5b7f899e40b1d5516ce89ccf5fcd151a112a610ab3e41ea3163c3c0b6c29325aa77f848484604051808473ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff168152602001828152602001935050505060405180910390a150505050565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610f626104a6565b73ffffffffffffffffffffffffffffffffffffffff16610f80610f30565b73ffffffffffffffffffffffffffffffffffffffff1614611009576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6110556104a6565b73ffffffffffffffffffffffffffffffffffffffff16611073610f30565b73ffffffffffffffffffffffffffffffffffffffff16146110fc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611182576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611c216026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156112f2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180611c8e602a913960400191505060405180910390fd5b6402540be400811161136c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f43726f776473616c653a204d696e696d756d203130206777656900000000000081525060200191505060405180910390fd5b5050565b600061139d633b9aca0061138f600454856114b990919063ffffffff16565b61153f90919063ffffffff16565b9050919050565b600080828401905083811015611422576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b61143682826115c8565b5050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156114a2573d6000803e3d6000fd5b50565b6114ad611619565b565b6114b7611704565b565b6000808314156114cc5760009050611539565b60008284029050828482816114dd57fe5b0414611534576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611c6d6021913960400191505060405180910390fd5b809150505b92915050565b60008082116115b6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525060200191505060405180910390fd5b8183816115bf57fe5b04905092915050565b6116158282600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166117ef9092919063ffffffff16565b5050565b6116216107b6565b611693576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f5061757361626c653a206e6f742070617573656400000000000000000000000081525060200191505060405180910390fd5b6000600160146101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6116d76104a6565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1565b61170c6107b6565b1561177f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260108152602001807f5061757361626c653a207061757365640000000000000000000000000000000081525060200191505060405180910390fd5b60018060146101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586117c26104a6565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1565b61188c8363a9059cbb60e01b8484604051602401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050611891565b505050565b60606118f3826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff166119809092919063ffffffff16565b905060008151111561197b5780806020019051602081101561191457600080fd5b810190808051906020019092919050505061197a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180611cb8602a913960400191505060405180910390fd5b5b505050565b606061198f8484600085611998565b90509392505050565b6060824710156119f3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611c476026913960400191505060405180910390fd5b6119fc85611b41565b611a6e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601d8152602001807f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000081525060200191505060405180910390fd5b600060608673ffffffffffffffffffffffffffffffffffffffff1685876040518082805190602001908083835b60208310611abe5780518252602082019150602081019050602083039250611a9b565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114611b20576040519150601f19603f3d011682016040523d82523d6000602084013e611b25565b606091505b5091509150611b35828286611b54565b92505050949350505050565b600080823b905060008111915050919050565b60608315611b6457829050611c19565b600083511115611b775782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611bde578082015181840152602081019050611bc3565b50505050905090810190601f168015611c0b5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b939250505056fe4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373416464726573733a20696e73756666696369656e742062616c616e636520666f722063616c6c536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7743726f776473616c653a2062656e656669636961727920697320746865207a65726f20616464726573735361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a26469706673582212207c29bb826f03177a3b02df89a01a02d04aaa12d0292133dbe51e6e6d29f4553a64736f6c634300060c0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000000000000000000000000000000000000000186a0000000000000000000000000ed55a59466986fb0d9020a39347830e8f94d11cd000000000000000000000000f490c1938e9ee48b5b1125ee2d5f710452c0c0aa
-----Decoded View---------------
Arg [0] : rate (uint256): 100000
Arg [1] : wallet (address): 0xEd55a59466986fB0D9020A39347830E8F94d11Cd
Arg [2] : token (address): 0xF490C1938E9EE48b5B1125eE2d5f710452c0c0AA
-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 00000000000000000000000000000000000000000000000000000000000186a0
Arg [1] : 000000000000000000000000ed55a59466986fb0d9020a39347830e8f94d11cd
Arg [2] : 000000000000000000000000f490c1938e9ee48b5b1125ee2d5f710452c0c0aa
Deployed Bytecode Sourcemap
30965:7013:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32703:23;32713:12;:10;:12::i;:::-;32703:9;:23::i;:::-;30965:7013;;;;;31131:19;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;33135:77;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;37074:64;;;;;;;;;;;;;:::i;:::-;;33280:87;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;33433;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;32956:89;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;29406:86;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;2894:148;;;;;;;;;;;;;:::i;:::-;;36665:102;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;36925:60;;;;;;;;;;;;;:::i;:::-;;37518:455;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;2243:87;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;36775:103;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;33785:573;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;3197:244;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;32798:77;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;774:106;827:15;862:10;855:17;;774:106;:::o;33785:573::-;27360:1;27966:7;;:19;;27958:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27360:1;28099:7;:18;;;;29732:8:::1;:6;:8::i;:::-;29731:9;29723:38;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;33878:17:::2;33898:9;33878:29;;33920:44;33941:11;33954:9;33920:20;:44::i;:::-;34026:14;34043:26;34059:9;34043:15;:26::i;:::-;34026:43;;34121:23;34137:6;34121:11;;:15;;:23;;;;:::i;:::-;34107:11;:37;;;;34168:25;34183:9;34168:10;;:14;;:25;;;;:::i;:::-;34155:10;:38;;;;34206:37;34223:11;34236:6;34206:16;:37::i;:::-;34291:11;34261:61;;34277:12;:10;:12::i;:::-;34261:61;;;34304:9;34315:6;34261:61;;;;;;;;;;;;;;;;;;;;;;;;34335:15;:13;:15::i;:::-;29772:1;;27316::::0;28278:7;:22;;;;33785:573;:::o;31131:19::-;;;;;;;;;;;;;:::o;33135:77::-;33172:7;33199:5;;33192:12;;33135:77;:::o;37074:64::-;2474:12;:10;:12::i;:::-;2463:23;;:7;:5;:7::i;:::-;:23;;;2455:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37120:10:::1;:8;:10::i;:::-;37074:64::o:0;33280:87::-;33322:7;33349:10;;33342:17;;33280:87;:::o;33433:::-;33475:7;33501:11;;33494:18;;33433:87;:::o;32956:89::-;32995:15;33030:7;;;;;;;;;;;33023:14;;32956:89;:::o;29406:86::-;29453:4;29477:7;;;;;;;;;;;29470:14;;29406:86;:::o;2894:148::-;2474:12;:10;:12::i;:::-;2463:23;;:7;:5;:7::i;:::-;:23;;;2455:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3001:1:::1;2964:40;;2985:6;;;;;;;;;;;2964:40;;;;;;;;;;;;3032:1;3015:6;;:19;;;;;;;;;;;;;;;;;;2894:148::o:0;36665:102::-;30009:8;:6;:8::i;:::-;30001:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2474:12:::1;:10;:12::i;:::-;2463:23;;:7;:5;:7::i;:::-;:23;;;2455:68;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;36751:8:::2;36743:5;:16;;;;36665:102:::0;:::o;36925:60::-;2474:12;:10;:12::i;:::-;2463:23;;:7;:5;:7::i;:::-;:23;;;2455:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36969:8:::1;:6;:8::i;:::-;36925:60::o:0;37518:455::-;2474:12;:10;:12::i;:::-;2463:23;;:7;:5;:7::i;:::-;:23;;;2455:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37664:3:::1;37640:28;;:12;:28;;;;37632:53;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;37725:3;37704:25;;:9;:25;;;;37696:51;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;37775:1;37766:6;:10;37758:34;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;37805:7;37822:12;37815:29;;;37845:9;37856:6;37815:48;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;37805:58;;37882:2;37874:23;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;37915:50;37933:12;37947:9;37958:6;37915:50;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2534:1;37518:455:::0;;;:::o;2243:87::-;2289:7;2316:6;;;;;;;;;;;2309:13;;2243:87;:::o;36775:103::-;2474:12;:10;:12::i;:::-;2463:23;;:7;:5;:7::i;:::-;:23;;;2455:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36861:9:::1;36851:7;;:19;;;;;;;;;;;;;;;;;;36775:103:::0;:::o;3197:244::-;2474:12;:10;:12::i;:::-;2463:23;;:7;:5;:7::i;:::-;:23;;;2455:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3306:1:::1;3286:22;;:8;:22;;;;3278:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3396:8;3367:38;;3388:6;;;;;;;;;;;3367:38;;;;;;;;;;;;3425:8;3416:6;;:17;;;;;;;;;;;;;;;;;;3197:244:::0;:::o;32798:77::-;32836:6;32862:5;;;;;;;;;;;32855:12;;32798:77;:::o;34761:391::-;34895:1;34872:25;;:11;:25;;;;34864:80;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34975:4;34963:9;:16;34955:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34761:391;;:::o;36272:131::-;36339:7;36366:29;36391:3;36366:20;36380:5;;36366:9;:13;;:20;;;;:::i;:::-;:24;;:29;;;;:::i;:::-;36359:36;;36272:131;;;:::o;9159:179::-;9217:7;9237:9;9253:1;9249;:5;9237:17;;9278:1;9273;:6;;9265:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9329:1;9322:8;;;9159:179;;;;:::o;35860:156::-;35968:40;35983:11;35996;35968:14;:40::i;:::-;35860:156;;:::o;36497:80::-;36542:7;;;;;;;;;;;:16;;:27;36559:9;36542:27;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36497:80::o;37148:72::-;37196:16;:14;:16::i;:::-;37148:72::o;36995:69::-;37042:14;:12;:14::i;:::-;36995:69::o;10038:220::-;10096:7;10125:1;10120;:6;10116:20;;;10135:1;10128:8;;;;10116:20;10147:9;10163:1;10159;:5;10147:17;;10192:1;10187;10183;:5;;;;;;:10;10175:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10249:1;10242:8;;;10038:220;;;;;:::o;10736:153::-;10794:7;10826:1;10822;:5;10814:44;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10880:1;10876;:5;;;;;;10869:12;;10736:153;;;;:::o;35440:146::-;35534:44;35553:11;35566;35534:5;;;;;;;;;;;:18;;;;:44;;;;;:::i;:::-;35440:146;;:::o;30465:120::-;30009:8;:6;:8::i;:::-;30001:41;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30534:5:::1;30524:7;;:15;;;;;;;;;;;;;;;;;;30555:22;30564:12;:10;:12::i;:::-;30555:22;;;;;;;;;;;;;;;;;;;;30465:120::o:0;30206:118::-;29732:8;:6;:8::i;:::-;29731:9;29723:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30276:4:::1;30266:7:::0;::::1;:14;;;;;;;;;;;;;;;;;;30296:20;30303:12;:10;:12::i;:::-;30296:20;;;;;;;;;;;;;;;;;;;;30206:118::o:0;22531:177::-;22614:86;22634:5;22664:23;;;22689:2;22693:5;22641:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22614:19;:86::i;:::-;22531:177;;;:::o;24836:761::-;25260:23;25286:69;25314:4;25286:69;;;;;;;;;;;;;;;;;25294:5;25286:27;;;;:69;;;;;:::i;:::-;25260:95;;25390:1;25370:10;:17;:21;25366:224;;;25512:10;25501:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25493:85;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25366:224;24836:761;;;:::o;17522:195::-;17625:12;17657:52;17679:6;17687:4;17693:1;17696:12;17657:21;:52::i;:::-;17650:59;;17522:195;;;;;:::o;18574:530::-;18701:12;18759:5;18734:21;:30;;18726:81;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18826:18;18837:6;18826:10;:18::i;:::-;18818:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18952:12;18966:23;18993:6;:11;;19013:5;19021:4;18993:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18951:75;;;;19044:52;19062:7;19071:10;19083:12;19044:17;:52::i;:::-;19037:59;;;;18574:530;;;;;;:::o;14604:422::-;14664:4;14872:12;14983:7;14971:20;14963:28;;15017:1;15010:4;:8;15003:15;;;14604:422;;;:::o;21114:742::-;21229:12;21258:7;21254:595;;;21289:10;21282:17;;;;21254:595;21423:1;21403:10;:17;:21;21399:439;;;21666:10;21660:17;21727:15;21714:10;21710:2;21706:19;21699:44;21614:148;21809:12;21802:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21114:742;;;;;;:::o
Swarm Source
ipfs://7c29bb826f03177a3b02df89a01a02d04aaa12d0292133dbe51e6e6d29f4553a
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 31 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.