Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 25 from a total of 840 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Empty Honey Pot | 19414901 | 719 days ago | IN | 0 ETH | 0.00532234 | ||||
| Reset Pot | 19241448 | 743 days ago | IN | 0 ETH | 0.00116932 | ||||
| Create Honey Pot | 19169655 | 753 days ago | IN | 0.015 ETH | 0.0055492 | ||||
| Empty Honey Pot | 19169639 | 753 days ago | IN | 0 ETH | 0.00292245 | ||||
| Create Honey Pot | 19169636 | 753 days ago | IN | 0.015 ETH | 0.00507049 | ||||
| Empty Honey Pot | 19169624 | 753 days ago | IN | 0 ETH | 0.00308015 | ||||
| Create Honey Pot | 19169621 | 753 days ago | IN | 0.015 ETH | 0.00618856 | ||||
| Empty Honey Pot | 19169231 | 753 days ago | IN | 0 ETH | 0.00224369 | ||||
| Create Honey Pot | 19169224 | 753 days ago | IN | 0.015 ETH | 0.00329444 | ||||
| Empty Honey Pot | 19169213 | 753 days ago | IN | 0 ETH | 0.0025659 | ||||
| Create Honey Pot | 19169153 | 753 days ago | IN | 0.015 ETH | 0.00356124 | ||||
| Empty Honey Pot | 19169048 | 753 days ago | IN | 0 ETH | 0.00223193 | ||||
| Create Honey Pot | 19169038 | 753 days ago | IN | 0.015 ETH | 0.00331453 | ||||
| Empty Honey Pot | 19169001 | 753 days ago | IN | 0 ETH | 0.00225525 | ||||
| Create Honey Pot | 19169000 | 753 days ago | IN | 0.02 ETH | 0.00368642 | ||||
| Empty Honey Pot | 19168996 | 753 days ago | IN | 0 ETH | 0.00254378 | ||||
| Create Honey Pot | 19168991 | 753 days ago | IN | 0.02 ETH | 0.00466113 | ||||
| Empty Honey Pot | 19133503 | 758 days ago | IN | 0 ETH | 0.00301192 | ||||
| Create Honey Pot | 19133501 | 758 days ago | IN | 0.02 ETH | 0.0044684 | ||||
| Reset Pot | 19133499 | 758 days ago | IN | 0 ETH | 0.00110918 | ||||
| Create Honey Pot | 19133495 | 758 days ago | IN | 0.01 ETH | 0.00453901 | ||||
| Empty Honey Pot | 18941676 | 785 days ago | IN | 0 ETH | 0.00239067 | ||||
| Create Honey Pot | 18941636 | 785 days ago | IN | 0.01 ETH | 0.00458497 | ||||
| Empty Honey Pot | 18934360 | 786 days ago | IN | 0 ETH | 0.00171464 | ||||
| Create Honey Pot | 18934330 | 786 days ago | IN | 0.01 ETH | 0.0028071 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 19414901 | 719 days ago | 0.015 ETH | ||||
| Transfer | 19169639 | 753 days ago | 0.015 ETH | ||||
| Transfer | 19169624 | 753 days ago | 0.015 ETH | ||||
| Transfer | 19169231 | 753 days ago | 0.015 ETH | ||||
| Transfer | 19169213 | 753 days ago | 0.015 ETH | ||||
| Transfer | 19169048 | 753 days ago | 0.015 ETH | ||||
| Transfer | 19169001 | 753 days ago | 0.02 ETH | ||||
| Transfer | 19168996 | 753 days ago | 0.02 ETH | ||||
| Transfer | 19133503 | 758 days ago | 0.02 ETH | ||||
| Transfer | 19133499 | 758 days ago | 0.01 ETH | ||||
| Transfer | 18941676 | 785 days ago | 0.01 ETH | ||||
| Transfer | 18934360 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18934184 | 786 days ago | 0.015 ETH | ||||
| Transfer | 18934169 | 786 days ago | 0.015 ETH | ||||
| Transfer | 18934143 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18934126 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18934084 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18934040 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18933945 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18933858 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18933621 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18933211 | 786 days ago | 0.01 ETH | ||||
| Transfer | 18933034 | 786 days ago | 100 wei | ||||
| Transfer | 18843606 | 799 days ago | 0.02 ETH | ||||
| Transfer | 18692972 | 820 days ago | 0.03 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
HoneyPot
Compiler Version
v0.8.17+commit.8df45f5f
Optimization Enabled:
Yes with 200 runs
Other Settings:
london EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity 0.8.17;
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {Address} from "@openzeppelin/contracts/utils/Address.sol";
import {IAggregatorV3Source} from "oev-contracts/interfaces/chainlink/IAggregatorV3Source.sol";
contract HoneyPot is Ownable {
struct HoneyPotDetails {
int256 liquidationPrice;
uint256 balance;
}
mapping(address => HoneyPotDetails) public honeyPots;
IAggregatorV3Source public oracle; // OEV Share serving as a Chainlink oracle
event OracleUpdated(address indexed newOracle);
event HoneyPotCreated(address indexed creator, int256 liquidationPrice, uint256 initialBalance);
event HoneyPotEmptied(address indexed honeyPotCreator, address indexed trigger, uint256 amount);
event PotReset(address indexed owner, uint256 amount);
constructor(IAggregatorV3Source _oracle) {
oracle = _oracle;
}
function setOracle(IAggregatorV3Source _oracle) external onlyOwner {
oracle = _oracle;
emit OracleUpdated(address(_oracle));
}
function createHoneyPot() external payable {
require(honeyPots[msg.sender].liquidationPrice == 0, "Liquidation price already set for this user");
require(msg.value > 0, "No value sent");
(, int256 currentPrice,,,) = oracle.latestRoundData();
honeyPots[msg.sender].liquidationPrice = currentPrice;
honeyPots[msg.sender].balance = msg.value;
emit HoneyPotCreated(msg.sender, currentPrice, msg.value);
}
function _emptyPotForUser(address honeyPotCreator, address recipient) internal {
HoneyPotDetails storage userPot = honeyPots[honeyPotCreator];
uint256 amount = userPot.balance;
userPot.balance = 0; // reset the balance
userPot.liquidationPrice = 0; // reset the liquidation price
Address.sendValue(payable(recipient), amount);
}
function emptyHoneyPot(address honeyPotCreator) external {
(, int256 currentPrice,,,) = oracle.latestRoundData();
require(currentPrice >= 0, "Invalid price from oracle");
HoneyPotDetails storage userPot = honeyPots[honeyPotCreator];
require(currentPrice != userPot.liquidationPrice, "Liquidation price reached for this user");
require(userPot.balance > 0, "No balance to withdraw");
_emptyPotForUser(honeyPotCreator, msg.sender);
emit HoneyPotEmptied(honeyPotCreator, msg.sender, userPot.balance);
}
function resetPot() external {
_emptyPotForUser(msg.sender, msg.sender);
emit PotReset(msg.sender, honeyPots[msg.sender].balance);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @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() {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby disabling any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(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");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)
pragma solidity ^0.8.1;
/**
* @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
*
* Furthermore, `isContract` will also return true if the target contract within
* the same transaction is already scheduled for destruction by `SELFDESTRUCT`,
* which only has an effect at the end of a transaction.
* ====
*
* [IMPORTANT]
* ====
* You shouldn't rely on `isContract` to protect against flash loan attacks!
*
* Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
* like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
* constructor.
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize/address.code.length, which returns 0
// for contracts in construction, since the code is only stored at the end
// of the constructor execution.
return account.code.length > 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://consensys.net/diligence/blog/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.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
(bool success, ) = recipient.call{value: amount}("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain `call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, "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");
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResultFromTarget(target, 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) {
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResultFromTarget(target, 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) {
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
* the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
*
* _Available since v4.8._
*/
function verifyCallResultFromTarget(
address target,
bool success,
bytes memory returndata,
string memory errorMessage
) internal view returns (bytes memory) {
if (success) {
if (returndata.length == 0) {
// only check isContract if the call was successful and the return data is empty
// otherwise we already know that it was a contract
require(isContract(target), "Address: call to non-contract");
}
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
/**
* @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason or using the provided one.
*
* _Available since v4.3._
*/
function verifyCallResult(
bool success,
bytes memory returndata,
string memory errorMessage
) internal pure returns (bytes memory) {
if (success) {
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
function _revert(bytes memory returndata, string memory errorMessage) private pure {
// 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
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity 0.8.17;
interface IAggregatorV3Source {
function decimals() external view returns (uint8);
function latestRoundData()
external
view
returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound);
function getRoundData(uint80 _roundId)
external
view
returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}{
"remappings": [
"ds-test/=lib/forge-std/lib/ds-test/src/",
"forge-std/=lib/forge-std/src/",
"oev-contracts/=lib/oev-contracts/src/",
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
"erc4626-tests/=lib/openzeppelin-contracts/lib/erc4626-tests/",
"openzeppelin-contracts/=lib/openzeppelin-contracts/",
"openzeppelin/=lib/openzeppelin-contracts/contracts/"
],
"optimizer": {
"enabled": true,
"runs": 200
},
"metadata": {
"useLiteralContent": false,
"bytecodeHash": "ipfs"
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"evmVersion": "london",
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"contract IAggregatorV3Source","name":"_oracle","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"creator","type":"address"},{"indexed":false,"internalType":"int256","name":"liquidationPrice","type":"int256"},{"indexed":false,"internalType":"uint256","name":"initialBalance","type":"uint256"}],"name":"HoneyPotCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"honeyPotCreator","type":"address"},{"indexed":true,"internalType":"address","name":"trigger","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"HoneyPotEmptied","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newOracle","type":"address"}],"name":"OracleUpdated","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":true,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"PotReset","type":"event"},{"inputs":[],"name":"createHoneyPot","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"honeyPotCreator","type":"address"}],"name":"emptyHoneyPot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"honeyPots","outputs":[{"internalType":"int256","name":"liquidationPrice","type":"int256"},{"internalType":"uint256","name":"balance","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"oracle","outputs":[{"internalType":"contract IAggregatorV3Source","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"resetPot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IAggregatorV3Source","name":"_oracle","type":"address"}],"name":"setOracle","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
608060405234801561001057600080fd5b50604051610a2c380380610a2c83398101604081905261002f916100ad565b6100383361005d565b600280546001600160a01b0319166001600160a01b03929092169190911790556100dd565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156100bf57600080fd5b81516001600160a01b03811681146100d657600080fd5b9392505050565b610940806100ec6000396000f3fe6080604052600436106100865760003560e01c80637adbf973116100595780637adbf973146101185780637dc0d1d0146101385780637f81e370146101705780638da5cb5b14610185578063f2fde38b146101a357600080fd5b80633cc57abe1461008b5780634d54a8ca146100ad57806353441c33146100b5578063715018a614610103575b600080fd5b34801561009757600080fd5b506100ab6100a6366004610877565b6101c3565b005b6100ab6103b2565b3480156100c157600080fd5b506100e96100d0366004610877565b6001602081905260009182526040909120805491015482565b604080519283526020830191909152015b60405180910390f35b34801561010f57600080fd5b506100ab610531565b34801561012457600080fd5b506100ab610133366004610877565b610545565b34801561014457600080fd5b50600254610158906001600160a01b031681565b6040516001600160a01b0390911681526020016100fa565b34801561017c57600080fd5b506100ab610597565b34801561019157600080fd5b506000546001600160a01b0316610158565b3480156101af57600080fd5b506100ab6101be366004610877565b6105ea565b60025460408051633fabe5a360e21b815290516000926001600160a01b03169163feaf968c9160048083019260a09291908290030181865afa15801561020d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061023191906108ba565b505050915050600081121561028d5760405162461bcd60e51b815260206004820152601960248201527f496e76616c69642070726963652066726f6d206f7261636c650000000000000060448201526064015b60405180910390fd5b6001600160a01b0382166000908152600160205260409020805482036103055760405162461bcd60e51b815260206004820152602760248201527f4c69717569646174696f6e207072696365207265616368656420666f7220746860448201526634b9903ab9b2b960c91b6064820152608401610284565b60008160010154116103525760405162461bcd60e51b81526020600482015260166024820152754e6f2062616c616e636520746f20776974686472617760501b6044820152606401610284565b61035c8333610663565b336001600160a01b0316836001600160a01b03167fbbe4d27a5a8e64b566b801ba7486fd62107d0ccb0414b8caa9856d955b49e95083600101546040516103a591815260200190565b60405180910390a3505050565b33600090815260016020526040902054156104235760405162461bcd60e51b815260206004820152602b60248201527f4c69717569646174696f6e20707269636520616c72656164792073657420666f60448201526a39103a3434b9903ab9b2b960a91b6064820152608401610284565b600034116104635760405162461bcd60e51b815260206004820152600d60248201526c139bc81d985b1d59481cd95b9d609a1b6044820152606401610284565b60025460408051633fabe5a360e21b815290516000926001600160a01b03169163feaf968c9160048083019260a09291908290030181865afa1580156104ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d191906108ba565b5050336000818152600160208181526040928390208681553492018290558251868152908101919091529395509093507fc6ac3b2804efa3c84673d172e45ecf25a7eae9166fe20880ed755220e60a3b089201905060405180910390a250565b61053961069a565b61054360006106f4565b565b61054d61069a565b600280546001600160a01b0319166001600160a01b0383169081179091556040517f3df77beb5db05fcdd70a30fc8adf3f83f9501b68579455adbd100b818094039490600090a250565b6105a13333610663565b336000818152600160208181526040928390209091015491519182527f43a54bbf22f8223110f7e2768486f978d5125639a46875a83aed2591c65e9398910160405180910390a2565b6105f261069a565b6001600160a01b0381166106575760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610284565b610660816106f4565b50565b6001600160a01b03821660009081526001602081905260408220908101805490839055918155906106948382610744565b50505050565b6000546001600160a01b031633146105435760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610284565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b804710156107945760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401610284565b6000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146107e1576040519150601f19603f3d011682016040523d82523d6000602084013e6107e6565b606091505b505090508061085d5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401610284565b505050565b6001600160a01b038116811461066057600080fd5b60006020828403121561088957600080fd5b813561089481610862565b9392505050565b805169ffffffffffffffffffff811681146108b557600080fd5b919050565b600080600080600060a086880312156108d257600080fd5b6108db8661089b565b94506020860151935060408601519250606086015191506108fe6080870161089b565b9050929550929590935056fea26469706673582212207da6871a847f55af568942cc89cf9470e8820e33769cc9db57ffd4eb15fff31f64736f6c63430008110033000000000000000000000000b3cacdc722470259886abb57cee1fea714e86387
Deployed Bytecode
0x6080604052600436106100865760003560e01c80637adbf973116100595780637adbf973146101185780637dc0d1d0146101385780637f81e370146101705780638da5cb5b14610185578063f2fde38b146101a357600080fd5b80633cc57abe1461008b5780634d54a8ca146100ad57806353441c33146100b5578063715018a614610103575b600080fd5b34801561009757600080fd5b506100ab6100a6366004610877565b6101c3565b005b6100ab6103b2565b3480156100c157600080fd5b506100e96100d0366004610877565b6001602081905260009182526040909120805491015482565b604080519283526020830191909152015b60405180910390f35b34801561010f57600080fd5b506100ab610531565b34801561012457600080fd5b506100ab610133366004610877565b610545565b34801561014457600080fd5b50600254610158906001600160a01b031681565b6040516001600160a01b0390911681526020016100fa565b34801561017c57600080fd5b506100ab610597565b34801561019157600080fd5b506000546001600160a01b0316610158565b3480156101af57600080fd5b506100ab6101be366004610877565b6105ea565b60025460408051633fabe5a360e21b815290516000926001600160a01b03169163feaf968c9160048083019260a09291908290030181865afa15801561020d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061023191906108ba565b505050915050600081121561028d5760405162461bcd60e51b815260206004820152601960248201527f496e76616c69642070726963652066726f6d206f7261636c650000000000000060448201526064015b60405180910390fd5b6001600160a01b0382166000908152600160205260409020805482036103055760405162461bcd60e51b815260206004820152602760248201527f4c69717569646174696f6e207072696365207265616368656420666f7220746860448201526634b9903ab9b2b960c91b6064820152608401610284565b60008160010154116103525760405162461bcd60e51b81526020600482015260166024820152754e6f2062616c616e636520746f20776974686472617760501b6044820152606401610284565b61035c8333610663565b336001600160a01b0316836001600160a01b03167fbbe4d27a5a8e64b566b801ba7486fd62107d0ccb0414b8caa9856d955b49e95083600101546040516103a591815260200190565b60405180910390a3505050565b33600090815260016020526040902054156104235760405162461bcd60e51b815260206004820152602b60248201527f4c69717569646174696f6e20707269636520616c72656164792073657420666f60448201526a39103a3434b9903ab9b2b960a91b6064820152608401610284565b600034116104635760405162461bcd60e51b815260206004820152600d60248201526c139bc81d985b1d59481cd95b9d609a1b6044820152606401610284565b60025460408051633fabe5a360e21b815290516000926001600160a01b03169163feaf968c9160048083019260a09291908290030181865afa1580156104ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104d191906108ba565b5050336000818152600160208181526040928390208681553492018290558251868152908101919091529395509093507fc6ac3b2804efa3c84673d172e45ecf25a7eae9166fe20880ed755220e60a3b089201905060405180910390a250565b61053961069a565b61054360006106f4565b565b61054d61069a565b600280546001600160a01b0319166001600160a01b0383169081179091556040517f3df77beb5db05fcdd70a30fc8adf3f83f9501b68579455adbd100b818094039490600090a250565b6105a13333610663565b336000818152600160208181526040928390209091015491519182527f43a54bbf22f8223110f7e2768486f978d5125639a46875a83aed2591c65e9398910160405180910390a2565b6105f261069a565b6001600160a01b0381166106575760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610284565b610660816106f4565b50565b6001600160a01b03821660009081526001602081905260408220908101805490839055918155906106948382610744565b50505050565b6000546001600160a01b031633146105435760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610284565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b804710156107945760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401610284565b6000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146107e1576040519150601f19603f3d011682016040523d82523d6000602084013e6107e6565b606091505b505090508061085d5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401610284565b505050565b6001600160a01b038116811461066057600080fd5b60006020828403121561088957600080fd5b813561089481610862565b9392505050565b805169ffffffffffffffffffff811681146108b557600080fd5b919050565b600080600080600060a086880312156108d257600080fd5b6108db8661089b565b94506020860151935060408601519250606086015191506108fe6080870161089b565b9050929550929590935056fea26469706673582212207da6871a847f55af568942cc89cf9470e8820e33769cc9db57ffd4eb15fff31f64736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000b3cacdc722470259886abb57cee1fea714e86387
-----Decoded View---------------
Arg [0] : _oracle (address): 0xb3cAcdC722470259886Abb57ceE1fEA714e86387
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000b3cacdc722470259886abb57cee1fea714e86387
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
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.