S Price: $0.460239 (-1.84%)

Contract

0x8f7BCcCc0EfeCa85b103D9783055704E37e40F2C

Overview

S Balance

Sonic LogoSonic LogoSonic Logo1,524.208020864512785637 S

S Value

$701.50 (@ $0.46/S)

Token Holdings

Transaction Hash
Method
Block
From
To
Set Trusted95263152025-02-23 7:59:2554 days ago1740297565IN
0x8f7BCcCc...E37e40F2C
0 S0.0026315855
Update Route Pro...95206992025-02-23 7:19:2754 days ago1740295167IN
0x8f7BCcCc...E37e40F2C
0 S0.0015940655
Accept Ownership95206722025-02-23 7:19:1854 days ago1740295158IN
0x8f7BCcCc...E37e40F2C
0 S0.001555455
Transfer Ownersh...88699772025-02-20 11:54:2157 days ago1740052461IN
0x8f7BCcCc...E37e40F2C
0 S0.0024972550

Latest 25 internal transactions (View All)

Parent Transaction Hash Block From To
209584042025-04-18 23:30:0524 mins ago1745019005
0x8f7BCcCc...E37e40F2C
0 S
209274872025-04-18 18:12:555 hrs ago1744999975
0x8f7BCcCc...E37e40F2C
0.00165908 S
209177092025-04-18 16:42:557 hrs ago1744994575
0x8f7BCcCc...E37e40F2C
207 wei
209150862025-04-18 16:20:317 hrs ago1744993231
0x8f7BCcCc...E37e40F2C
0.00002622 S
209110722025-04-18 15:46:268 hrs ago1744991186
0x8f7BCcCc...E37e40F2C
5 wei
209028222025-04-18 14:35:579 hrs ago1744986957
0x8f7BCcCc...E37e40F2C
281 wei
208922422025-04-18 12:51:3611 hrs ago1744980696
0x8f7BCcCc...E37e40F2C
0.00511632 S
208695942025-04-18 9:23:1714 hrs ago1744968197
0x8f7BCcCc...E37e40F2C
0 S
208668172025-04-18 8:56:3614 hrs ago1744966596
0x8f7BCcCc...E37e40F2C
0.00250487 S
208652372025-04-18 8:43:1915 hrs ago1744965799
0x8f7BCcCc...E37e40F2C
32 wei
208454192025-04-18 5:51:0618 hrs ago1744955466
0x8f7BCcCc...E37e40F2C
0.00000213 S
208254222025-04-18 2:07:1021 hrs ago1744942030
0x8f7BCcCc...E37e40F2C
240 wei
208154062025-04-18 0:16:2123 hrs ago1744935381
0x8f7BCcCc...E37e40F2C
0.00001147 S
208043622025-04-17 22:17:2525 hrs ago1744928245
0x8f7BCcCc...E37e40F2C
0 S
207836652025-04-17 19:20:5528 hrs ago1744917655
0x8f7BCcCc...E37e40F2C
25 wei
207439052025-04-17 14:21:3633 hrs ago1744899696
0x8f7BCcCc...E37e40F2C
0.00013203 S
207420082025-04-17 14:08:1633 hrs ago1744898896
0x8f7BCcCc...E37e40F2C
0 S
207374852025-04-17 13:34:1634 hrs ago1744896856
0x8f7BCcCc...E37e40F2C
0.00771449 S
207331092025-04-17 13:01:2734 hrs ago1744894887
0x8f7BCcCc...E37e40F2C
0.00001152 S
207328662025-04-17 12:59:2234 hrs ago1744894762
0x8f7BCcCc...E37e40F2C
0.00332366 S
207125012025-04-17 10:12:0837 hrs ago1744884728
0x8f7BCcCc...E37e40F2C
0.00000101 S
206848732025-04-17 6:17:5641 hrs ago1744870676
0x8f7BCcCc...E37e40F2C
205 wei
206185592025-04-16 20:24:482 days ago1744835088
0x8f7BCcCc...E37e40F2C
686.21923361 S
205518012025-04-16 12:33:592 days ago1744806839
0x8f7BCcCc...E37e40F2C
0.0000085 S
205122962025-04-16 7:25:512 days ago1744788351
0x8f7BCcCc...E37e40F2C
782 wei
View All Internal Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
TokenChomper

Compiler Version
v0.8.10+commit.fc410830

Optimization Enabled:
Yes with 999999 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at SonicScan.org on 2025-02-23
*/

// SPDX-License-Identifier: GPL-3.0-or-later
pragma solidity >=0.8.0 ^0.8.0;

// lib/openzeppelin-contracts/contracts/utils/Context.sol

// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }
}

// src/interfaces/IERC20.sol

// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @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);

    /**
     * @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 `to`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address to, 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 `from` to `to` 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 from, address to, uint256 amount) external returns (bool);
}

// src/interfaces/IRouteProcessor.sol

interface IRouteProcessor {
  
  struct RouteProcessorData {
        address tokenIn;
        uint256 amountIn;
        address tokenOut;
        uint256 amountOutMin;
        address to;
        bytes route;
  }
  
  function processRoute(
    address tokenIn,
    uint256 amountIn,
    address tokenOut,
    uint256 amountOutMin,
    address to,
    bytes memory route
  ) external payable returns (uint256 amountOut);
}

// lib/openzeppelin-contracts/contracts/access/Ownable.sol

// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.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 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 {
        _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);
    }
}

// lib/openzeppelin-contracts/contracts/access/Ownable2Step.sol

// OpenZeppelin Contracts (last updated v4.8.0) (access/Ownable2Step.sol)

/**
 * @dev Contract module which provides 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} and {acceptOwnership}.
 *
 * This module is used through inheritance. It will make available all functions
 * from parent (Ownable).
 */
abstract contract Ownable2Step is Ownable {
    address private _pendingOwner;

    event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);

    /**
     * @dev Returns the address of the pending owner.
     */
    function pendingOwner() public view virtual returns (address) {
        return _pendingOwner;
    }

    /**
     * @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual override onlyOwner {
        _pendingOwner = newOwner;
        emit OwnershipTransferStarted(owner(), newOwner);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual override {
        delete _pendingOwner;
        super._transferOwnership(newOwner);
    }

    /**
     * @dev The new owner accepts the ownership transfer.
     */
    function acceptOwnership() external {
        address sender = _msgSender();
        require(pendingOwner() == sender, "Ownable2Step: caller is not the new owner");
        _transferOwnership(sender);
    }
}

// src/Auth.sol

abstract contract Auth is Ownable2Step {

    event SetTrusted(address indexed user, bool isTrusted);

    mapping(address => bool) public trusted;

    error OnlyTrusted();

    modifier onlyTrusted() {
        if (!trusted[msg.sender]) revert OnlyTrusted();
        _;
    }

    constructor(address trustedUser) {
        trusted[trustedUser] = true;
        emit SetTrusted(trustedUser, true);
    }

    function setTrusted(address user, bool isTrusted) external onlyOwner {
        trusted[user] = isTrusted;
        emit SetTrusted(user, isTrusted);
    }

}

// src/TokenChomper.sol

/// @title TokenChomper for selling accumulated tokens for weth or other base assets
/// @notice This contract will be used for fee collection and breakdown
/// @dev Uses Auth contract for 2-step owner process and trust operators to guard functions
contract TokenChomper is Auth {
  address public immutable weth;
  IRouteProcessor public routeProcessor;

  bytes4 private constant TRANSFER_SELECTOR = bytes4(keccak256(bytes('transfer(address,uint256)')));

  error TransferFailed();

  constructor(
    address _operator,
    address _routeProcessor,
    address _weth
  ) Auth(_operator) {
    // initial owner is msg.sender
    routeProcessor = IRouteProcessor(_routeProcessor);
    weth = _weth;
  }

  /// @notice Updates the route processor to be used for swapping tokens
  /// @dev make sure new route processor is backwards compatiable (should be)
  /// @param _routeProcessor The address of the new route processor
  function updateRouteProcessor(address _routeProcessor) external onlyOwner {
    routeProcessor = IRouteProcessor(_routeProcessor);
  }
  
  /// @notice Processes a route selling any of the tokens in TokenChomper for an output token
  /// @dev can be called by operators
  /// @param tokenIn The address of the token to be sold
  /// @param amountIn The amount of the token to be sold
  /// @param tokenOut The address of the token to be bought
  /// @param amoutOutMin The minimum amount of the token to be bought (slippage protection)
  /// @param route The route to be used for swapping
  function processRoute(
    address tokenIn,
    uint256 amountIn,
    address tokenOut,
    uint256 amoutOutMin,
    bytes memory route
  ) external onlyTrusted {
    // process route to any output token, slippage will be handled by the route processor
    _safeTransfer(tokenIn, address(routeProcessor), amountIn);
    routeProcessor.processRoute(
      tokenIn, amountIn, tokenOut, amoutOutMin, address(this), route
    ); 
  }

  /// @notice Withdraw any token or eth from the contract
  /// @dev can only be called by owner
  /// @param token The address of the token to be withdrawn, 0x0 for eth
  /// @param to The address to send the token to
  /// @param _value The amount of the token to be withdrawn
  function withdraw(address token, address to, uint256 _value) onlyOwner external {
    if (token != address(0)) {
      _safeTransfer(token, to, _value);
    } 
    else {
      (bool success, ) = to.call{value: _value}("");
      require(success);
    }
  }
  
  function _safeTransfer(address token, address to, uint value) internal {
    (bool success, bytes memory data) = token.call(abi.encodeWithSelector(TRANSFER_SELECTOR, to, value));
    if (!success || (data.length != 0 && !abi.decode(data, (bool)))) revert TransferFailed();
  }

  /// @notice In case we receive any unwrapped eth (native token) we can call this
  /// @dev operators can call this 
  function wrapEth() onlyTrusted external {
    weth.call{value: address(this).balance}("");
  }

  /// @notice Available function in case we need to do any calls that aren't supported by the contract (unwinding lp positions, etc.)
  /// @dev can only be called by owner
  /// @param to The address to send the call to
  /// @param _value The amount of eth to send with the call
  /// @param data The data to be sent with the call
  function doAction(address to, uint256 _value, bytes memory data) onlyOwner external {
    (bool success, ) = to.call{value: _value}(data);
    require(success);
  }

  receive() external payable {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"address","name":"_routeProcessor","type":"address"},{"internalType":"address","name":"_weth","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"OnlyTrusted","type":"error"},{"inputs":[],"name":"TransferFailed","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","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":"user","type":"address"},{"indexed":false,"internalType":"bool","name":"isTrusted","type":"bool"}],"name":"SetTrusted","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"_value","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"doAction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"uint256","name":"amountIn","type":"uint256"},{"internalType":"address","name":"tokenOut","type":"address"},{"internalType":"uint256","name":"amoutOutMin","type":"uint256"},{"internalType":"bytes","name":"route","type":"bytes"}],"name":"processRoute","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"routeProcessor","outputs":[{"internalType":"contract IRouteProcessor","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"},{"internalType":"bool","name":"isTrusted","type":"bool"}],"name":"setTrusted","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"trusted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_routeProcessor","type":"address"}],"name":"updateRouteProcessor","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"weth","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"wrapEth","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

60a06040523480156200001157600080fd5b506040516200103638038062001036833981016040819052620000349162000159565b826200004033620000c2565b6001600160a01b038116600081815260026020908152604091829020805460ff1916600190811790915591519182527f878d105ed19c01e992a54459c2f04ba19432ac45600b42ce340d034272207436910160405180910390a250600380546001600160a01b0319166001600160a01b039384161790551660805250620001a3565b600180546001600160a01b0319169055620000e981620000ec602090811b6200082217901c565b50565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b03811681146200015457600080fd5b919050565b6000806000606084860312156200016f57600080fd5b6200017a846200013c565b92506200018a602085016200013c565b91506200019a604085016200013c565b90509250925092565b608051610e71620001c56000396000818160ff015261062e0152610e716000f3fe6080604052600436106100e15760003560e01c80638da5cb5b1161007f578063dae9ab7211610059578063dae9ab7214610277578063e30c3978146102a4578063f2fde38b146102cf578063f32a12ac146102ef57600080fd5b80638da5cb5b14610217578063b081b4eb14610242578063d9caed121461025757600080fd5b80636e9821c2116100bb5780636e9821c21461018d578063715018a6146101cd57806377a93894146101e257806379ba50971461020257600080fd5b80633fc8cef3146100ed57806352f5df801461014b57806354a0af171461016d57600080fd5b366100e857005b600080fd5b3480156100f957600080fd5b506101217f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b34801561015757600080fd5b5061016b610166366004610bc1565b61030f565b005b34801561017957600080fd5b5061016b610188366004610c33565b610428565b34801561019957600080fd5b506101bd6101a8366004610c8a565b60026020526000908152604090205460ff1681565b6040519015158152602001610142565b3480156101d957600080fd5b5061016b6104ae565b3480156101ee57600080fd5b5061016b6101fd366004610c8a565b6104c2565b34801561020e57600080fd5b5061016b610511565b34801561022357600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff16610121565b34801561024e57600080fd5b5061016b6105cb565b34801561026357600080fd5b5061016b610272366004610cac565b61068f565b34801561028357600080fd5b506003546101219073ffffffffffffffffffffffffffffffffffffffff1681565b3480156102b057600080fd5b5060015473ffffffffffffffffffffffffffffffffffffffff16610121565b3480156102db57600080fd5b5061016b6102ea366004610c8a565b6106e0565b3480156102fb57600080fd5b5061016b61030a366004610cf6565b610790565b3360009081526002602052604090205460ff16610358576040517fcf1119ab00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60035461037d90869073ffffffffffffffffffffffffffffffffffffffff1686610897565b6003546040517f2646478b00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff90911690632646478b906103dd90889088908890889030908990600401610d59565b6020604051808303816000875af11580156103fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104209190610de9565b505050505050565b610430610a0c565b60008373ffffffffffffffffffffffffffffffffffffffff1683836040516104589190610e02565b60006040518083038185875af1925050503d8060008114610495576040519150601f19603f3d011682016040523d82523d6000602084013e61049a565b606091505b50509050806104a857600080fd5b50505050565b6104b6610a0c565b6104c06000610a8d565b565b6104ca610a0c565b600380547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b600154339073ffffffffffffffffffffffffffffffffffffffff1681146105bf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602960248201527f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060448201527f6e6577206f776e6572000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b6105c881610a8d565b50565b3360009081526002602052604090205460ff16610614576040517fcf1119ab00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60405173ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016904790600081818185875af1925050503d806000811461068a576040519150601f19603f3d011682016040523d82523d6000602084013e505050565b505050565b610697610a0c565b73ffffffffffffffffffffffffffffffffffffffff8316156106be5761068a838383610897565b60008273ffffffffffffffffffffffffffffffffffffffff1682604051610458565b6106e8610a0c565b6001805473ffffffffffffffffffffffffffffffffffffffff83167fffffffffffffffffffffffff0000000000000000000000000000000000000000909116811790915561074b60005473ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b610798610a0c565b73ffffffffffffffffffffffffffffffffffffffff821660008181526002602090815260409182902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001685151590811790915591519182527f878d105ed19c01e992a54459c2f04ba19432ac45600b42ce340d034272207436910160405180910390a25050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b604080518082018252601981527f7472616e7366657228616464726573732c75696e743235362900000000000000602091820152815173ffffffffffffffffffffffffffffffffffffffff85811660248301526044808301869052845180840390910181526064909201845291810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb000000000000000000000000000000000000000000000000000000001790529151600092839287169161095e9190610e02565b6000604051808303816000865af19150503d806000811461099b576040519150601f19603f3d011682016040523d82523d6000602084013e6109a0565b606091505b50915091508115806109ce57508051158015906109ce5750808060200190518101906109cc9190610e1e565b155b15610a05576040517f90b8ec1800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050505050565b60005473ffffffffffffffffffffffffffffffffffffffff1633146104c0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016105b6565b600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001690556105c881610822565b803573ffffffffffffffffffffffffffffffffffffffff81168114610ae257600080fd5b919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f830112610b2757600080fd5b813567ffffffffffffffff80821115610b4257610b42610ae7565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715610b8857610b88610ae7565b81604052838152866020858801011115610ba157600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600060a08688031215610bd957600080fd5b610be286610abe565b945060208601359350610bf760408701610abe565b925060608601359150608086013567ffffffffffffffff811115610c1a57600080fd5b610c2688828901610b16565b9150509295509295909350565b600080600060608486031215610c4857600080fd5b610c5184610abe565b925060208401359150604084013567ffffffffffffffff811115610c7457600080fd5b610c8086828701610b16565b9150509250925092565b600060208284031215610c9c57600080fd5b610ca582610abe565b9392505050565b600080600060608486031215610cc157600080fd5b610cca84610abe565b9250610cd860208501610abe565b9150604084013590509250925092565b80151581146105c857600080fd5b60008060408385031215610d0957600080fd5b610d1283610abe565b91506020830135610d2281610ce8565b809150509250929050565b60005b83811015610d48578181015183820152602001610d30565b838111156104a85750506000910152565b600073ffffffffffffffffffffffffffffffffffffffff8089168352876020840152808716604084015285606084015280851660808401525060c060a083015282518060c0840152610db28160e0850160208701610d2d565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169190910160e001979650505050505050565b600060208284031215610dfb57600080fd5b5051919050565b60008251610e14818460208701610d2d565b9190910192915050565b600060208284031215610e3057600080fd5b8151610ca581610ce856fea2646970667358221220764fa9018c34aaea1950f8eb9365275cbed1c9cda82f211b42f5db907da382ce64736f6c634300080a00330000000000000000000000004bb4c1b0745ef7b4642feeccd0740dec417ca0a000000000000000000000000085cd07ea01423b1e937929b44e4ad8c40bbb5e71000000000000000000000000039e2fb66102314ce7b64ce5ce3e5183bc94ad38

Deployed Bytecode

0x6080604052600436106100e15760003560e01c80638da5cb5b1161007f578063dae9ab7211610059578063dae9ab7214610277578063e30c3978146102a4578063f2fde38b146102cf578063f32a12ac146102ef57600080fd5b80638da5cb5b14610217578063b081b4eb14610242578063d9caed121461025757600080fd5b80636e9821c2116100bb5780636e9821c21461018d578063715018a6146101cd57806377a93894146101e257806379ba50971461020257600080fd5b80633fc8cef3146100ed57806352f5df801461014b57806354a0af171461016d57600080fd5b366100e857005b600080fd5b3480156100f957600080fd5b506101217f000000000000000000000000039e2fb66102314ce7b64ce5ce3e5183bc94ad3881565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b34801561015757600080fd5b5061016b610166366004610bc1565b61030f565b005b34801561017957600080fd5b5061016b610188366004610c33565b610428565b34801561019957600080fd5b506101bd6101a8366004610c8a565b60026020526000908152604090205460ff1681565b6040519015158152602001610142565b3480156101d957600080fd5b5061016b6104ae565b3480156101ee57600080fd5b5061016b6101fd366004610c8a565b6104c2565b34801561020e57600080fd5b5061016b610511565b34801561022357600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff16610121565b34801561024e57600080fd5b5061016b6105cb565b34801561026357600080fd5b5061016b610272366004610cac565b61068f565b34801561028357600080fd5b506003546101219073ffffffffffffffffffffffffffffffffffffffff1681565b3480156102b057600080fd5b5060015473ffffffffffffffffffffffffffffffffffffffff16610121565b3480156102db57600080fd5b5061016b6102ea366004610c8a565b6106e0565b3480156102fb57600080fd5b5061016b61030a366004610cf6565b610790565b3360009081526002602052604090205460ff16610358576040517fcf1119ab00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60035461037d90869073ffffffffffffffffffffffffffffffffffffffff1686610897565b6003546040517f2646478b00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff90911690632646478b906103dd90889088908890889030908990600401610d59565b6020604051808303816000875af11580156103fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104209190610de9565b505050505050565b610430610a0c565b60008373ffffffffffffffffffffffffffffffffffffffff1683836040516104589190610e02565b60006040518083038185875af1925050503d8060008114610495576040519150601f19603f3d011682016040523d82523d6000602084013e61049a565b606091505b50509050806104a857600080fd5b50505050565b6104b6610a0c565b6104c06000610a8d565b565b6104ca610a0c565b600380547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff92909216919091179055565b600154339073ffffffffffffffffffffffffffffffffffffffff1681146105bf576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602960248201527f4f776e61626c6532537465703a2063616c6c6572206973206e6f74207468652060448201527f6e6577206f776e6572000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b6105c881610a8d565b50565b3360009081526002602052604090205460ff16610614576040517fcf1119ab00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60405173ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000039e2fb66102314ce7b64ce5ce3e5183bc94ad3816904790600081818185875af1925050503d806000811461068a576040519150601f19603f3d011682016040523d82523d6000602084013e505050565b505050565b610697610a0c565b73ffffffffffffffffffffffffffffffffffffffff8316156106be5761068a838383610897565b60008273ffffffffffffffffffffffffffffffffffffffff1682604051610458565b6106e8610a0c565b6001805473ffffffffffffffffffffffffffffffffffffffff83167fffffffffffffffffffffffff0000000000000000000000000000000000000000909116811790915561074b60005473ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b610798610a0c565b73ffffffffffffffffffffffffffffffffffffffff821660008181526002602090815260409182902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001685151590811790915591519182527f878d105ed19c01e992a54459c2f04ba19432ac45600b42ce340d034272207436910160405180910390a25050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b604080518082018252601981527f7472616e7366657228616464726573732c75696e743235362900000000000000602091820152815173ffffffffffffffffffffffffffffffffffffffff85811660248301526044808301869052845180840390910181526064909201845291810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb000000000000000000000000000000000000000000000000000000001790529151600092839287169161095e9190610e02565b6000604051808303816000865af19150503d806000811461099b576040519150601f19603f3d011682016040523d82523d6000602084013e6109a0565b606091505b50915091508115806109ce57508051158015906109ce5750808060200190518101906109cc9190610e1e565b155b15610a05576040517f90b8ec1800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050505050565b60005473ffffffffffffffffffffffffffffffffffffffff1633146104c0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016105b6565b600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001690556105c881610822565b803573ffffffffffffffffffffffffffffffffffffffff81168114610ae257600080fd5b919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f830112610b2757600080fd5b813567ffffffffffffffff80821115610b4257610b42610ae7565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715610b8857610b88610ae7565b81604052838152866020858801011115610ba157600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080600080600060a08688031215610bd957600080fd5b610be286610abe565b945060208601359350610bf760408701610abe565b925060608601359150608086013567ffffffffffffffff811115610c1a57600080fd5b610c2688828901610b16565b9150509295509295909350565b600080600060608486031215610c4857600080fd5b610c5184610abe565b925060208401359150604084013567ffffffffffffffff811115610c7457600080fd5b610c8086828701610b16565b9150509250925092565b600060208284031215610c9c57600080fd5b610ca582610abe565b9392505050565b600080600060608486031215610cc157600080fd5b610cca84610abe565b9250610cd860208501610abe565b9150604084013590509250925092565b80151581146105c857600080fd5b60008060408385031215610d0957600080fd5b610d1283610abe565b91506020830135610d2281610ce8565b809150509250929050565b60005b83811015610d48578181015183820152602001610d30565b838111156104a85750506000910152565b600073ffffffffffffffffffffffffffffffffffffffff8089168352876020840152808716604084015285606084015280851660808401525060c060a083015282518060c0840152610db28160e0850160208701610d2d565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169190910160e001979650505050505050565b600060208284031215610dfb57600080fd5b5051919050565b60008251610e14818460208701610d2d565b9190910192915050565b600060208284031215610e3057600080fd5b8151610ca581610ce856fea2646970667358221220764fa9018c34aaea1950f8eb9365275cbed1c9cda82f211b42f5db907da382ce64736f6c634300080a0033

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

0000000000000000000000004bb4c1b0745ef7b4642feeccd0740dec417ca0a000000000000000000000000085cd07ea01423b1e937929b44e4ad8c40bbb5e71000000000000000000000000039e2fb66102314ce7b64ce5ce3e5183bc94ad38

-----Decoded View---------------
Arg [0] : _operator (address): 0x4bb4c1B0745ef7B4642fEECcd0740deC417ca0a0
Arg [1] : _routeProcessor (address): 0x85CD07Ea01423b1E937929B44E4Ad8c40BbB5E71
Arg [2] : _weth (address): 0x039e2fB66102314Ce7b64Ce5Ce3E5183bc94aD38

-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000004bb4c1b0745ef7b4642feeccd0740dec417ca0a0
Arg [1] : 00000000000000000000000085cd07ea01423b1e937929b44e4ad8c40bbb5e71
Arg [2] : 000000000000000000000000039e2fb66102314ce7b64ce5ce3e5183bc94ad38


Deployed Bytecode Sourcemap

9775:3355:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9810:29;;;;;;;;;;;;;;;;;;190:42:1;178:55;;;160:74;;148:2;133:18;9810:29:0;;;;;;;;11075:441;;;;;;;;;;-1:-1:-1;11075:441:0;;;;;:::i;:::-;;:::i;:::-;;12925:167;;;;;;;;;;-1:-1:-1;12925:167:0;;;;;:::i;:::-;;:::i;9015:39::-;;;;;;;;;;-1:-1:-1;9015:39:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;2851:14:1;;2844:22;2826:41;;2814:2;2799:18;9015:39:0;2686:187:1;6086:103:0;;;;;;;;;;;;;:::i;10473:136::-;;;;;;;;;;-1:-1:-1;10473:136:0;;;;;:::i;:::-;;:::i;8668:210::-;;;;;;;;;;;;;:::i;5438:87::-;;;;;;;;;;-1:-1:-1;5484:7:0;5511:6;;;5438:87;;12485:96;;;;;;;;;;;;;:::i;11806:265::-;;;;;;;;;;-1:-1:-1;11806:265:0;;;;;:::i;:::-;;:::i;9844:37::-;;;;;;;;;;-1:-1:-1;9844:37:0;;;;;;;;7756:101;;;;;;;;;;-1:-1:-1;7836:13:0;;;;7756:101;;8056:181;;;;;;;;;;-1:-1:-1;8056:181:0;;;;;:::i;:::-;;:::i;9331:156::-;;;;;;;;;;-1:-1:-1;9331:156:0;;;;;:::i;:::-;;:::i;11075:441::-;9138:10;9130:19;;;;:7;:19;;;;;;;;9125:46;;9158:13;;;;;;;;;;;;;;9125:46;11371:14:::1;::::0;11340:57:::1;::::0;11354:7;;11371:14:::1;;11388:8:::0;11340:13:::1;:57::i;:::-;11404:14;::::0;:105:::1;::::0;;;;:14:::1;::::0;;::::1;::::0;:27:::1;::::0;:105:::1;::::0;11440:7;;11449:8;;11459;;11469:11;;11490:4:::1;::::0;11497:5;;11404:105:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;11075:441:::0;;;;;:::o;12925:167::-;5324:13;:11;:13::i;:::-;13017:12:::1;13035:2;:7;;13050:6;13058:4;13035:28;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13016:47;;;13078:7;13070:16;;;::::0;::::1;;13009:83;12925:167:::0;;;:::o;6086:103::-;5324:13;:11;:13::i;:::-;6151:30:::1;6178:1;6151:18;:30::i;:::-;6086:103::o:0;10473:136::-;5324:13;:11;:13::i;:::-;10554:14:::1;:49:::0;;;::::1;;::::0;;;::::1;::::0;;;::::1;::::0;;10473:136::o;8668:210::-;7836:13;;818:10;;8763:24;7836:13;8763:24;;8755:78;;;;;;;5735:2:1;8755:78:0;;;5717:21:1;5774:2;5754:18;;;5747:30;5813:34;5793:18;;;5786:62;5884:11;5864:18;;;5857:39;5913:19;;8755:78:0;;;;;;;;;8844:26;8863:6;8844:18;:26::i;:::-;8704:174;8668:210::o;12485:96::-;9138:10;9130:19;;;;:7;:19;;;;;;;;9125:46;;9158:13;;;;;;;;;;;;;;9125:46;12532:43:::1;::::0;:9:::1;:4;:9;::::0;12549:21:::1;::::0;12532:43:::1;::::0;;;12549:21;12532:9;:43:::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12485:96::o:0;12532:43::-:1;-1:-1:-1::0;;;12485:96:0:o;11806:265::-;5324:13;:11;:13::i;:::-;11897:19:::1;::::0;::::1;::::0;11893:173:::1;;11927:32;11941:5;11948:2;11952:6;11927:13;:32::i;11893:173::-;11989:12;12007:2;:7;;12022:6;12007:26;;;5943:205:1::0;8056:181:0;5324:13;:11;:13::i;:::-;8146::::1;:24:::0;;::::1;::::0;::::1;::::0;;;::::1;::::0;::::1;::::0;;;8211:7:::1;5484::::0;5511:6;;;;5438:87;8211:7:::1;8186:43;;;;;;;;;;;;8056:181:::0;:::o;9331:156::-;5324:13;:11;:13::i;:::-;9411::::1;::::0;::::1;;::::0;;;:7:::1;:13;::::0;;;;;;;;:25;;;::::1;::::0;::::1;;::::0;;::::1;::::0;;;9452:27;;2826:41:1;;;9452:27:0::1;::::0;2799:18:1;9452:27:0::1;;;;;;;9331:156:::0;;:::o;6705:191::-;6779:16;6798:6;;;6815:17;;;;;;;;;;6848:40;;6798:6;;;;;;;6848:40;;6779:16;6848:40;6768:128;6705:191;:::o;12079:279::-;9949:34;;;;;;;;;;;;;;;;;12204:52;;12193:10;6345:55:1;;;12204:52:0;;;6327:74:1;6417:18;;;;6410:34;;;12204:52:0;;;;;;;;;;6300:18:1;;;;12204:52:0;;;;;;;;;;;;;12193:64;;-1:-1:-1;;;;12193:10:0;;;:64;;12204:52;12193:64;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12157:100;;;;12269:7;12268:8;:59;;;-1:-1:-1;12281:11:0;;:16;;;;:45;;;12313:4;12302:24;;;;;;;;;;;;:::i;:::-;12301:25;12281:45;12264:88;;;12336:16;;;;;;;;;;;;;;12264:88;12150:208;;12079:279;;;:::o;5603:132::-;5484:7;5511:6;5667:23;5511:6;818:10;5667:23;5659:68;;;;;;;6907:2:1;5659:68:0;;;6889:21:1;;;6926:18;;;6919:30;6985:34;6965:18;;;6958:62;7037:18;;5659:68:0;6705:356:1;8427:156:0;8517:13;8510:20;;;;;;8541:34;8566:8;8541:24;:34::i;245:196:1:-;313:20;;373:42;362:54;;352:65;;342:93;;431:1;428;421:12;342:93;245:196;;;:::o;446:184::-;498:77;495:1;488:88;595:4;592:1;585:15;619:4;616:1;609:15;635:777;677:5;730:3;723:4;715:6;711:17;707:27;697:55;;748:1;745;738:12;697:55;784:6;771:20;810:18;847:2;843;840:10;837:36;;;853:18;;:::i;:::-;987:2;981:9;1049:4;1041:13;;892:66;1037:22;;;1061:2;1033:31;1029:40;1017:53;;;1085:18;;;1105:22;;;1082:46;1079:72;;;1131:18;;:::i;:::-;1171:10;1167:2;1160:22;1206:2;1198:6;1191:18;1252:3;1245:4;1240:2;1232:6;1228:15;1224:26;1221:35;1218:55;;;1269:1;1266;1259:12;1218:55;1333:2;1326:4;1318:6;1314:17;1307:4;1299:6;1295:17;1282:54;1380:1;1373:4;1368:2;1360:6;1356:15;1352:26;1345:37;1400:6;1391:15;;;;;;635:777;;;;:::o;1417:606::-;1521:6;1529;1537;1545;1553;1606:3;1594:9;1585:7;1581:23;1577:33;1574:53;;;1623:1;1620;1613:12;1574:53;1646:29;1665:9;1646:29;:::i;:::-;1636:39;;1722:2;1711:9;1707:18;1694:32;1684:42;;1745:38;1779:2;1768:9;1764:18;1745:38;:::i;:::-;1735:48;;1830:2;1819:9;1815:18;1802:32;1792:42;;1885:3;1874:9;1870:19;1857:33;1913:18;1905:6;1902:30;1899:50;;;1945:1;1942;1935:12;1899:50;1968:49;2009:7;2000:6;1989:9;1985:22;1968:49;:::i;:::-;1958:59;;;1417:606;;;;;;;;:::o;2028:462::-;2114:6;2122;2130;2183:2;2171:9;2162:7;2158:23;2154:32;2151:52;;;2199:1;2196;2189:12;2151:52;2222:29;2241:9;2222:29;:::i;:::-;2212:39;;2298:2;2287:9;2283:18;2270:32;2260:42;;2353:2;2342:9;2338:18;2325:32;2380:18;2372:6;2369:30;2366:50;;;2412:1;2409;2402:12;2366:50;2435:49;2476:7;2467:6;2456:9;2452:22;2435:49;:::i;:::-;2425:59;;;2028:462;;;;;:::o;2495:186::-;2554:6;2607:2;2595:9;2586:7;2582:23;2578:32;2575:52;;;2623:1;2620;2613:12;2575:52;2646:29;2665:9;2646:29;:::i;:::-;2636:39;2495:186;-1:-1:-1;;;2495:186:1:o;2878:328::-;2955:6;2963;2971;3024:2;3012:9;3003:7;2999:23;2995:32;2992:52;;;3040:1;3037;3030:12;2992:52;3063:29;3082:9;3063:29;:::i;:::-;3053:39;;3111:38;3145:2;3134:9;3130:18;3111:38;:::i;:::-;3101:48;;3196:2;3185:9;3181:18;3168:32;3158:42;;2878:328;;;;;:::o;3465:118::-;3551:5;3544:13;3537:21;3530:5;3527:32;3517:60;;3573:1;3570;3563:12;3588:315;3653:6;3661;3714:2;3702:9;3693:7;3689:23;3685:32;3682:52;;;3730:1;3727;3720:12;3682:52;3753:29;3772:9;3753:29;:::i;:::-;3743:39;;3832:2;3821:9;3817:18;3804:32;3845:28;3867:5;3845:28;:::i;:::-;3892:5;3882:15;;;3588:315;;;;;:::o;3908:258::-;3980:1;3990:113;4004:6;4001:1;3998:13;3990:113;;;4080:11;;;4074:18;4061:11;;;4054:39;4026:2;4019:10;3990:113;;;4121:6;4118:1;4115:13;4112:48;;;-1:-1:-1;;4156:1:1;4138:16;;4131:27;3908:258::o;4171:889::-;4421:4;4450:42;4531:2;4523:6;4519:15;4508:9;4501:34;4571:6;4566:2;4555:9;4551:18;4544:34;4626:2;4618:6;4614:15;4609:2;4598:9;4594:18;4587:43;4666:6;4661:2;4650:9;4646:18;4639:34;4722:2;4714:6;4710:15;4704:3;4693:9;4689:19;4682:44;;4763:3;4757;4746:9;4742:19;4735:32;4796:6;4790:13;4840:6;4834:3;4823:9;4819:19;4812:35;4856:67;4916:6;4910:3;4899:9;4895:19;4890:2;4882:6;4878:15;4856:67;:::i;:::-;4975:2;4963:15;4980:66;4959:88;4944:104;;;;5050:3;4940:114;;4171:889;-1:-1:-1;;;;;;;4171:889:1:o;5065:184::-;5135:6;5188:2;5176:9;5167:7;5163:23;5159:32;5156:52;;;5204:1;5201;5194:12;5156:52;-1:-1:-1;5227:16:1;;5065:184;-1:-1:-1;5065:184:1:o;5254:274::-;5383:3;5421:6;5415:13;5437:53;5483:6;5478:3;5471:4;5463:6;5459:17;5437:53;:::i;:::-;5506:16;;;;;5254:274;-1:-1:-1;;5254:274:1:o;6455:245::-;6522:6;6575:2;6563:9;6554:7;6550:23;6546:32;6543:52;;;6591:1;6588;6581:12;6543:52;6623:9;6617:16;6642:28;6664:5;6642:28;:::i

Swarm Source

ipfs://764fa9018c34aaea1950f8eb9365275cbed1c9cda82f211b42f5db907da382ce

Block Transaction Gas Used Reward
view all blocks ##produced##

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Chain Token Portfolio % Price Amount Value
BASE24.13%$1,589.7623.8018$37,839.19
BASE15.86%$1,58915.6501$24,867.98
BASE11.15%$0.99988817,493.3832$17,491.42
BASE0.13%$0.997141210.417$209.82
BASE0.05%$0.0198893,774.5603$75.07
BASE0.02%$0.00035772,992.9725$26.08
BASE0.01%$0.00052233,051.7734$17.25
BASE<0.01%<$0.000001698,033,093.8672$10.82
BASE<0.01%$0.00125,655.5525$6.79
BASE<0.01%$0.025544144.0787$3.68
BASE<0.01%$0.02973897.7844$2.91
BASE<0.01%$0.21410413.0523$2.79
BASE<0.01%$0.6383663.9066$2.49
BASE<0.01%$173.260.0129$2.23
BASE<0.01%$0.002606573.4368$1.49
BASE<0.01%$2.160.6418$1.39
BASE<0.01%$0.00003237,988.7032$1.22
BASE<0.01%$0.00007117,113.37$1.21
BASE<0.01%$0.9998210.9994$0.9992
BASE<0.01%$0.002271439.6467$0.9983
BASE<0.01%$83,9450.00001017$0.8537
BASE<0.01%$0.03348323.2187$0.7774
BASE<0.01%$0.9073990.8559$0.7766
BASE<0.01%$138.760.00543726$0.7544
BASE<0.01%$0.9992850.7408$0.7402
BASE<0.01%$0.002021352.058$0.7114
BASE<0.01%$0.0707919.901$0.7009
BASE<0.01%$0.00760889.3556$0.6798
BASE<0.01%$0.5989511.1202$0.6709
BASE<0.01%$0.001316480.3047$0.6319
BASE<0.01%$1.140.5346$0.6094
BASE<0.01%$0.0839297.1779$0.6024
BASE<0.01%$3.170.1885$0.5975
BASE<0.01%$0.4276741.37$0.5859
BASE<0.01%$0.9997290.5805$0.5803
BASE<0.01%$0.001041549.4326$0.5718
BASE<0.01%$0.5860470.8903$0.5217
BASE<0.01%$84,4090.00000616$0.5199
BASE<0.01%$0.001662312.591$0.5195
BASE<0.01%$0.584320.8876$0.5186
BASE<0.01%$0.00504694.3295$0.476
BASE<0.01%$0.3857751.1477$0.4427
BASE<0.01%$0.0003931,104.9702$0.4337
BASE<0.01%$0.001963215.0407$0.4221
BASE<0.01%$0.00397105.2035$0.4176
BASE<0.01%$1,712.420.000242$0.4144
BASE<0.01%$0.00000946,672.6106$0.4115
BASE<0.01%$0.000583698.5467$0.4074
BASE<0.01%$0.1227693.2713$0.4016
BASE<0.01%$0.0511827.7265$0.3954
BASE<0.01%$0.01041337.4624$0.39
BASE<0.01%$0.000657591.8341$0.3888
BASE<0.01%$0.00002714,430.8809$0.3864
BASE<0.01%$0.000003106,195.3502$0.3621
BASE<0.01%$0.00517669.5648$0.36
BASE<0.01%$0.1701232.1009$0.3574
BASE<0.01%$0.9995630.3561$0.3558
BASE<0.01%$0.0381938.4849$0.324
BASE<0.01%$0.01557120.4621$0.3186
BASE<0.01%$0.0000853,671.1647$0.312
BASE<0.01%$1,693.570.00017959$0.3041
BASE<0.01%$0.01457320.5052$0.2988
BASE<0.01%$0.0001531,926.3048$0.2954
BASE<0.01%$0.00000648,761.7815$0.2764
BASE<0.01%$0.0000853,228.9453$0.2744
BASE<0.01%$0.001033254.7099$0.2632
BASE<0.01%$0.01275320.5387$0.2619
BASE<0.01%$0.0001531,671.7336$0.2565
BASE<0.01%$0.000305803.1391$0.2449
BASE<0.01%$0.01757813.9193$0.2446
BASE<0.01%$0.0001631,481.5913$0.2415
BASE<0.01%<$0.0000013,134,527.0364$0.2307
BASE<0.01%<$0.0000012,815,079.8285$0.2204
BASE<0.01%$0.00425150.4476$0.2144
BASE<0.01%$0.000349597.6296$0.2085
BASE<0.01%$0.01091518.3944$0.2007
BASE<0.01%$0.0165111.7884$0.1946
BASE<0.01%<$0.000001889,202.1$0.1843
BASE<0.01%$0.4965510.354$0.1757
BASE<0.01%<$0.0000018,417,169.3836$0.1666
BASE<0.01%$2.290.0717$0.1643
BASE<0.01%$0.001291121.2376$0.1565
BASE<0.01%$0.00001114,079.2458$0.155
BASE<0.01%$0.2666680.5391$0.1437
BASE<0.01%$2.110.0673$0.142
BASE<0.01%$0.00499728.2115$0.1409
BASE<0.01%$0.045373.0219$0.1371
BASE<0.01%$0.000317427.2377$0.1354
BASE<0.01%$0.000458265.2119$0.1214
BASE<0.01%$218.720.00054162$0.1184
BASE<0.01%$0.2875580.386$0.111
BASE<0.01%$0.0000781,378.0263$0.1078
BASE<0.01%$0.0792841.3593$0.1077
BASE<0.01%$0.0771791.3241$0.1021
ETH10.11%$1,588.969.9759$15,851.23
ETH7.93%$1,588.967.8265$12,435.96
ETH6.64%$0.99989810,410.49$10,409.43
ETH2.64%$0.9998374,139.7704$4,139.1
ETH0.87%$0.00006421,326,099.2294$1,363.57
ETH0.08%$0.826973147.5645$122.03
ETH0.03%$0.0064637,119.614$46.02
ETH0.03%$0.00000226,172,983.2322$45.02
ETH0.02%$1,787.620.0164$29.27
ETH0.02%$0.29191682.5467$24.1
ETH0.01%$2,027.170.0113$22.81
ETH<0.01%$273.890.0456$12.49
ETH<0.01%$0.018761592.0415$11.11
ETH<0.01%$0.029212332.5357$9.71
ETH<0.01%$0.43889521.9495$9.63
ETH<0.01%$2.294.1594$9.53
ETH<0.01%$13.490.6759$9.12
ETH<0.01%$0.035886242.133$8.69
ETH<0.01%$3.172.66$8.43
ETH<0.01%$138.740.0594$8.24
ETH<0.01%<$0.0000011,362,390,103.0672$8.04
ETH<0.01%$0.016561480.9488$7.97
ETH<0.01%$133.240.059$7.87
ETH<0.01%$0.065265106.3113$6.94
ETH<0.01%$0.000035190,068.9553$6.7
ETH<0.01%$0.16970939.3203$6.67
ETH<0.01%$16.030.4155$6.66
ETH<0.01%$0.012758518.7707$6.62
ETH<0.01%$0.50562112.8829$6.51
ETH<0.01%$0.055994108.4038$6.07
ETH<0.01%$0.20192826.7412$5.4
ETH<0.01%$0.0016663,226.2679$5.37
ETH<0.01%$0.000007733,508.077$5.35
ETH<0.01%$0.050569105.109$5.32
ETH<0.01%$0.0000018,201,686.6411$5.09
ETH<0.01%$0.00021323,304.4289$4.96
ETH<0.01%$0.16473628.4787$4.69
ETH<0.01%$0.6074477.6397$4.64
ETH<0.01%$0.05877278.7515$4.63
ETH<0.01%$0.5701597.7489$4.42
ETH<0.01%$0.2709116.0447$4.35
ETH<0.01%$3,349.960.001294$4.33
ETH<0.01%$0.000018223,406.8861$3.99
ETH<0.01%$0.0023981,657.0753$3.97
ETH<0.01%$7.40.513$3.8
ETH<0.01%<$0.0000012,846,470,635.3843$3.74
ETH<0.01%$0.12803228.7541$3.68
ETH<0.01%$0.15685123.4105$3.67
ETH<0.01%$63.510.0537$3.41
ETH<0.01%$0.014261228.0119$3.25
ETH<0.01%<$0.00000156,760,960.8202$3.08
ETH<0.01%$0.024011120.6887$2.9
ETH<0.01%$0.022199130.0369$2.89
ETH<0.01%$0.09413830.6262$2.88
ETH<0.01%$0.06991738.4483$2.69
ETH<0.01%$0.0020631,267.3763$2.61
ETH<0.01%$0.00014917,446.2677$2.6
ETH<0.01%<$0.0000015,693,941.2887$2.49
ETH<0.01%$0.007278318.1499$2.32
ETH<0.01%$0.008344266.5984$2.22
ETH<0.01%$0.006083351.8754$2.14
ETH<0.01%$0.01129184.3462$2.08
ETH<0.01%$0.6686733.087$2.06
ETH<0.01%$60.326$1.96
ETH<0.01%$0.11803615.9748$1.89
ETH<0.01%$1,587.320.00118209$1.88
ETH<0.01%$1.061.7574$1.85
ETH<0.01%$0.07675223.7636$1.82
ETH<0.01%$3.90.4546$1.77
ETH<0.01%<$0.00000114,020,748.7961$1.71
ETH<0.01%$0.02484668.6983$1.71
ETH<0.01%<$0.00000133,753,210.8669$1.68
ETH<0.01%$0.00002760,884.3483$1.66
ETH<0.01%$39.450.0411$1.62
ETH<0.01%$0.11399114.192$1.62
ETH<0.01%$1,905.830.0008488$1.62
ETH<0.01%$0.1787648.8743$1.59
ETH<0.01%$0.02149273.1247$1.57
ETH<0.01%$0.04548934.2407$1.56
ETH<0.01%$0.3314.6614$1.54
ETH<0.01%$84,4160.00001827$1.54
ETH<0.01%$1,740.90.00087671$1.53
ETH<0.01%$0.001629911.2717$1.48
ETH<0.01%$0.02720154.5359$1.48
ETH<0.01%$1.171.2114$1.42
ETH<0.01%$0.00005924,021.88$1.41
ETH<0.01%$0.07068119.9668$1.41
ETH<0.01%$0.007015193.606$1.36
ETH<0.01%$0.07358118.4342$1.36
ETH<0.01%$0.002087631.9179$1.32
ETH<0.01%$0.01547782.208$1.27
ETH<0.01%$0.9997821.2686$1.27
ETH<0.01%$0.010263122.6512$1.26
ETH<0.01%$0.002402519.2649$1.25
ETH<0.01%$0.4394952.8334$1.25
ETH<0.01%$0.9992251.243$1.24
ETH<0.01%$3,353.740.0003656$1.23
ETH<0.01%$0.00111,097.5191$1.21
ETH<0.01%$0.4337732.7538$1.19
ETH<0.01%$0.8340941.4312$1.19
ETH<0.01%$0.2405394.7873$1.15
ETH<0.01%$0.02376448.0165$1.14
ETH<0.01%$0.0868412.8877$1.12
ETH<0.01%$7.870.1419$1.12
ETH<0.01%$83,9280.00001314$1.1
ETH<0.01%$0.0003383,241.4467$1.1
ETH<0.01%$0.0001149,606.0315$1.09
ETH<0.01%$0.0007221,512.2134$1.09
ETH<0.01%$0.02715939.7035$1.08
ETH<0.01%$0.08908911.6838$1.04
ETH<0.01%$0.7317991.4012$1.03
ETH<0.01%$0.1304697.6692$1
ETH<0.01%$0.001608612.2877$0.9845
ETH<0.01%$0.05354718.3715$0.9837
ETH<0.01%$0.00444218.9$0.9719
ETH<0.01%$0.003654264.8402$0.9677
ETH<0.01%$0.0002723,549.4082$0.9657
ETH<0.01%$0.03385227.8297$0.942
ETH<0.01%$0.1931884.875$0.9417
ETH<0.01%$84,2840.00001115$0.9397
ETH<0.01%<$0.00000176,208,662.785$0.9313
ETH<0.01%$0.9292090.9912$0.9209
ETH<0.01%$10.9178$0.9177
ETH<0.01%$0.0986989.0413$0.8923
ETH<0.01%$591.840.00149734$0.8861
ETH<0.01%$0.1708815.1351$0.8774
ETH<0.01%$0.00878998.8238$0.8685
ETH<0.01%$0.9999890.8643$0.8643
ETH<0.01%$0.6128621.4034$0.86
ETH<0.01%$1.010.837$0.8487
ETH<0.01%<$0.00000110,657,976.2521$0.8348
ETH<0.01%$0.07581910.8762$0.8246
ETH<0.01%$0.000145,536.512$0.7725
ETH<0.01%$0.817710.9436$0.7715
ETH<0.01%$0.2760862.7295$0.7535
ETH<0.01%$4.410.1666$0.7348
ETH<0.01%$0.0005241,368.5791$0.717
ETH<0.01%$0.02973923.9906$0.7134
ETH<0.01%$0.0856488.2082$0.703
ETH<0.01%$0.00776589.9208$0.6982
ETH<0.01%$0.04020917.1776$0.6906
ETH<0.01%$0.002147316.0049$0.6785
ETH<0.01%$1.860.359$0.6677
ETH<0.01%$0.00002329,511.4458$0.6666
ETH<0.01%$0.002011327.4264$0.6584
ETH<0.01%$0.00001252,777.8512$0.6555
ETH<0.01%$39.520.0161$0.6348
ETH<0.01%$0.1027786.118$0.6287
ETH<0.01%$0.7748620.7591$0.5881
ETH<0.01%$1,661.870.00035287$0.5864
ETH<0.01%$0.3560811.5885$0.5656
ETH<0.01%$0.9993850.5585$0.5581
ETH<0.01%$0.2185342.4281$0.5306
ETH<0.01%$0.03322715.7302$0.5226
ETH<0.01%$0.0569659.0795$0.5172
ETH<0.01%$0.00335153.8179$0.5152
ETH<0.01%$0.001214418.2326$0.5078
ETH<0.01%$2.660.1887$0.5015
ETH<0.01%$0.062427.9196$0.4943
ETH<0.01%$7.890.0625$0.493
ETH<0.01%$0.6967360.7042$0.4906
ETH<0.01%$0.0508629.09$0.4623
ETH<0.01%$0.0563538.0136$0.4515
ETH<0.01%$0.0001413,136.9567$0.4428
ETH<0.01%$0.0763265.7272$0.4371
ETH<0.01%$0.2318351.8366$0.4257
ETH<0.01%<$0.0000016,671,499.3263$0.4249
ETH<0.01%<$0.000001788,957,650.3206$0.4192
ETH<0.01%$0.7220110.5708$0.4121
ETH<0.01%$2.410.1682$0.4053
ETH<0.01%$0.0001762,269.5229$0.3988
ETH<0.01%$0.5823840.6805$0.3962
ETH<0.01%$1,693.490.00023198$0.3928
ETH<0.01%$0.0001113,428.4976$0.3791
ETH<0.01%$0.000505711.8455$0.3598
ETH<0.01%$0.1672842.0778$0.3475
ETH<0.01%$1.070.3153$0.3362
ETH<0.01%$14.030.0238$0.3341
ETH<0.01%$2.990.1067$0.319
ETH<0.01%$0.0777014.0362$0.3136
ETH<0.01%$19.290.0159$0.3062
ETH<0.01%<$0.00000175,554,337.0513$0.3048
ETH<0.01%$0.1105752.7255$0.3013
ETH<0.01%$0.000001244,822.9303$0.3005
ETH<0.01%<$0.000001154,210,567.9608$0.2999
ETH<0.01%$0.6772810.4358$0.2951
ETH<0.01%$0.6413350.4551$0.2918
ETH<0.01%$0.0000694,139.439$0.2869
ETH<0.01%$0.1375452.0169$0.2774
ETH<0.01%$0.0001931,426.496$0.2757
ETH<0.01%$2.090.1306$0.2728
ETH<0.01%$0.01870914.2246$0.2661
ETH<0.01%$0.00745935.0091$0.2611
ETH<0.01%$0.01395418.4144$0.2569
ETH<0.01%$0.0000574,402.4676$0.2526
ETH<0.01%$0.9998320.2515$0.2515
ETH<0.01%$0.01989212.6206$0.251
ETH<0.01%$0.5688080.4407$0.2506
ETH<0.01%$0.3544870.6857$0.243
ETH<0.01%$0.1340011.8093$0.2424
ETH<0.01%<$0.0000011,437,209,582.7863$0.2406
ETH<0.01%$0.0000584,070.5412$0.2353
ETH<0.01%$3.890.0588$0.2287
ETH<0.01%$0.00453149.759$0.2254
ETH<0.01%$0.0260738.5641$0.2232
ETH<0.01%$0.5024150.4282$0.2151
ETH<0.01%$7,279.990.00002924$0.2128
ETH<0.01%$140.590.00146366$0.2057
ETH<0.01%$0.2873180.7095$0.2038
ETH<0.01%$0.0453744.4427$0.2015
ETH<0.01%$0.00001711,619.1824$0.1975
ETH<0.01%$2.050.0962$0.1971
ETH<0.01%$0.1426161.3706$0.1954
ETH<0.01%$0.0025675.3244$0.1928
ETH<0.01%$0.1160241.6589$0.1924
ETH<0.01%$0.2677240.7162$0.1917
ETH<0.01%$0.00000919,870.2728$0.1845
ETH<0.01%$0.2184880.8228$0.1797
ETH<0.01%$0.2412510.7379$0.178
ETH<0.01%$0.00364248.6525$0.1771
ETH<0.01%$1.920.0906$0.1736
ETH<0.01%$0.01444911.7231$0.1693
ETH<0.01%$0.2178590.7661$0.1669
ETH<0.01%$0.1882510.8823$0.1661
ETH<0.01%<$0.000001913,580,862.3506$0.1661
ETH<0.01%$0.2802420.5901$0.1653
ETH<0.01%$0.00889518.2009$0.1619
ETH<0.01%$0.0618342.471$0.1527
ETH<0.01%$0.000153989.8756$0.1515
ETH<0.01%$0.00847117.6438$0.1494
ETH<0.01%$0.0001391,069.6987$0.1491
ETH<0.01%$0.1228491.1962$0.1469
ETH<0.01%$0.0229646.3256$0.1452
ETH<0.01%$0.01381510.3045$0.1423
ETH<0.01%$0.00133107.0786$0.1423
ETH<0.01%$0.00001211,552.0709$0.1418
ETH<0.01%$0.0168518.4004$0.1415
ETH<0.01%$0.000728181.824$0.1324
ETH<0.01%$0.9980380.1319$0.1316
ETH<0.01%$0.0136729.3951$0.1284
ETH<0.01%$0.0938781.3673$0.1283
ETH<0.01%$0.00001210,905.5058$0.1282
ETH<0.01%$0.004627.5801$0.1268
ETH<0.01%$0.0274154.481$0.1228
ETH<0.01%<$0.00000131,253,169,428,209.969$0.1142
ETH<0.01%$0.961430.1155$0.111
ETH<0.01%$0.0918831.1794$0.1083
ETH<0.01%$0.9999370.106$0.106
ETH<0.01%<$0.000001264,157.4464$0.1047
ETH<0.01%$0.0000119,405.0926$0.1026
ETH<0.01%$0.000845119.7895$0.1012
BSC3.05%$591.638.0744$4,777.03
BSC2.99%$0.9997944,682.3884$4,681.43
BSC2.66%$591.847.0432$4,168.47
BSC1.61%$0.03647269,255.4708$2,525.92
BSC0.19%$0.999837305.3953$305.35
BSC0.19%$0.001748174,440.0519$304.94
BSC0.18%$0.2497141,127.9026$281.65
BSC0.07%$83,6870.00140249$117.37
BSC0.07%$84,430.140.00132236$111.65
BSC0.06%$0.00199845,006.4517$89.92
BSC0.05%$1,589.430.0468$74.32
BSC0.03%$0.143007308.5663$44.13
BSC0.02%$0.0095993,591.905$34.48
BSC0.02%$0.0079294,311.7838$34.19
BSC0.02%$0.36597373.3281$26.84
BSC<0.01%$0.022776474.0755$10.8
BSC<0.01%$0.024018422.2164$10.14
BSC<0.01%$0.025607298.3299$7.64
BSC<0.01%$0.026046289.6563$7.54
BSC<0.01%$0.067302106.3138$7.16
BSC<0.01%$0.0011346,137.4019$6.96
BSC<0.01%$0.0000023,064,061.9666$6.47
BSC<0.01%$0.9998435.5773$5.58
BSC<0.01%$0.46530110.2262$4.76
BSC<0.01%$0.0017892,644.2164$4.73
BSC<0.01%$0.002042,204.0403$4.5
BSC<0.01%$0.00013929,955.0036$4.18
BSC<0.01%$0.03730894.0614$3.51
BSC<0.01%$0.00013522,568.0023$3.05
BSC<0.01%$1.931.5308$2.95
BSC<0.01%$0.15763617.634$2.78
BSC<0.01%<$0.000001286,626,687.3075$2.71
BSC<0.01%$1.861.4514$2.7
BSC<0.01%$0.4766085.2771$2.52
BSC<0.01%$2.060.9683$2
BSC<0.01%$0.1787649.1268$1.63
BSC<0.01%$0.00008217,918.9355$1.47
BSC<0.01%$12.560.1159$1.46
BSC<0.01%$138.740.00816467$1.13
BSC<0.01%<$0.00000195,123,789.9642$0.9515
BSC<0.01%$0.0001844,752.5059$0.8766
BSC<0.01%$0.3043732.8332$0.8623
BSC<0.01%$2.050.4134$0.8474
BSC<0.01%$1.30.6048$0.7879
BSC<0.01%$0.00079909.5924$0.719
BSC<0.01%$0.6270141.1182$0.7011
BSC<0.01%$0.2439862.8667$0.6994
BSC<0.01%$0.02476725.8067$0.6391
BSC<0.01%$76.010.00819374$0.6227
BSC<0.01%$84,2840.00000734$0.6186
BSC<0.01%$0.05635810.6412$0.5997
BSC<0.01%$0.001834314.4821$0.5767
BSC<0.01%$2.450.2349$0.5747
BSC<0.01%$0.0000995,641.9509$0.5583
BSC<0.01%$0.000005101,262.7329$0.5528
BSC<0.01%$0.003598153.5426$0.5524
BSC<0.01%$0.2677241.9834$0.531
BSC<0.01%$0.0708837.2726$0.5155
BSC<0.01%$0.9989790.5111$0.5106
BSC<0.01%$0.0129636.2442$0.4697
BSC<0.01%$0.00471698.8421$0.4661
BSC<0.01%$133.880.00335946$0.4497
BSC<0.01%$0.000067,498.4853$0.4475
BSC<0.01%$0.02313518.9774$0.439
BSC<0.01%$2.990.1418$0.4239
BSC<0.01%$0.5030180.7185$0.3614
BSC<0.01%$0.02157615.3403$0.3309
BSC<0.01%$0.2399361.3525$0.3245
BSC<0.01%$0.002958109.0354$0.3225
BSC<0.01%$0.6383010.441$0.2815
BSC<0.01%$0.002111122.8149$0.2592
BSC<0.01%$0.032137.9758$0.2562
BSC<0.01%$1,661.870.00015126$0.2513
BSC<0.01%$19.090.0129$0.2468
BSC<0.01%$0.00938726.2262$0.2461
BSC<0.01%$4.130.0569$0.235
BSC<0.01%$7.880.0297$0.2341
BSC<0.01%$0.001066217.7139$0.2321
BSC<0.01%$0.01876112.0461$0.2259
BSC<0.01%$0.00403455.9591$0.2257
BSC<0.01%$3.690.0606$0.2234
BSC<0.01%$0.00874125.4058$0.222
BSC<0.01%$0.0919572.3785$0.2187
BSC<0.01%$0.0138115.8238$0.2185
BSC<0.01%$0.001953103.9387$0.203
BSC<0.01%<$0.0000019,121,157.0904$0.1806
BSC<0.01%$0.000211850.6395$0.1798
BSC<0.01%$0.00405142.8672$0.1736
BSC<0.01%$0.1222951.411$0.1725
BSC<0.01%$5.180.0303$0.1571
BSC<0.01%$0.000136993.9999$0.1355
BSC<0.01%$0.00138295.0197$0.1313
BSC<0.01%<$0.00000191,724,418.7775$0.1175
BSC<0.01%$0.0146157.9907$0.1167
BSC<0.01%$0.0000841,332.0149$0.1124
BSC<0.01%$10.1103$0.1103
AVAX2.34%$1,588.42.3095$3,668.41
AVAX0.19%$19.0716.0175$305.51
AVAX0.04%$0.0080427,232.7942$58.17
AVAX0.02%$0.999930.2728$30.27
AVAX<0.01%$0.9998127.7061$7.7
AVAX<0.01%$0.005822331.5412$1.93
AVAX<0.01%$19.070.0773$1.47
AVAX<0.01%$0.128677.2091$0.9275
AVAX<0.01%$84,3390.0000109$0.9192
AVAX<0.01%$0.02248434.4725$0.775
AVAX<0.01%<$0.000001110,270,200.1689$0.7388
AVAX<0.01%$0.99990.6329$0.6328
AVAX<0.01%$84,2780.00000552$0.4652
AVAX<0.01%$10.3345$0.3345
AVAX<0.01%$0.000001495,932.8579$0.297
AVAX<0.01%$0.9998120.2133$0.2133
AVAX<0.01%$12.530.0133$0.167
AVAX<0.01%$1.250.1309$0.1636
ARB0.65%$0.9998881,014.7133$1,014.6
ARB0.55%$1,589.170.541$859.73
ARB0.47%$0.999847734.1609$734.05
ARB0.38%$1,589.760.3724$592.06
ARB<0.01%$0.29077312.7664$3.71
ARB<0.01%$0.0017671,142.6496$2.02
ARB<0.01%$3.630.3986$1.45
ARB<0.01%$84,2830.00001448$1.22
ARB<0.01%$138.760.00682504$0.947
ARB<0.01%$2.420.351$0.8493
ARB<0.01%$0.005326101.4042$0.5401
ARB<0.01%$0.0707917.36$0.521
ARB<0.01%$0.000001441,930.6587$0.5082
ARB<0.01%$0.19112.6476$0.5059
ARB<0.01%$0.02214922.5398$0.4992
ARB<0.01%$15.460.0294$0.454
ARB<0.01%$0.01265634.8252$0.4407
ARB<0.01%$0.9997050.4129$0.4127
ARB<0.01%$0.1848672.0737$0.3833
ARB<0.01%$0.01991618.5307$0.369
ARB<0.01%$1,906.790.00017247$0.3288
ARB<0.01%$0.0085738.3536$0.3287
ARB<0.01%$0.2710411.0939$0.2964
ARB<0.01%$0.0758323.573$0.2709
ARB<0.01%$3.90.068$0.265
ARB<0.01%$10.2507$0.2507
ARB<0.01%$0.01256115.9969$0.2009
ARB<0.01%$0.0272227.2047$0.1961
ARB<0.01%$83,9450.0000021$0.1762
ARB<0.01%$0.9997290.1671$0.167
ARB<0.01%$0.001259125.149$0.1575
ARB<0.01%$0.00697921.9926$0.1534
ARB<0.01%$0.0407423.7195$0.1515
ARB<0.01%$0.9998880.1514$0.1513
ARB<0.01%<$0.0000014,276,851.5483$0.1407
ARB<0.01%$84,4090.00000144$0.1215
ARB<0.01%<$0.0000011,488,705.9115$0.1165
ARB<0.01%$1.860.0603$0.1121
ARB<0.01%$0.00000714,443.572$0.1054
ARB<0.01%$12.560.00814673$0.1023
POL1.40%$1,589.431.3802$2,193.71
POL0.24%$0.1885051,955.3314$368.59
POL0.01%$0.99988819.9032$19.9
POL<0.01%<$0.0000012,687,342,540.1095$12.36
POL<0.01%$0.9998888.6656$8.66
POL<0.01%$0.9998443.5665$3.57
POL<0.01%$0.2070111.0057$2.28
POL<0.01%$0.007872208.9501$1.64
POL<0.01%$0.002124737.6057$1.57
POL<0.01%$0.1881566.0125$1.13
POL<0.01%$138.750.00787363$1.09
POL<0.01%$0.000002487,165.9095$1.04
POL<0.01%$84,3010.0000117$0.9863
POL<0.01%<$0.0000013,225,050,264.7417$0.9675
POL<0.01%$0.6978471.3833$0.9652
POL<0.01%$12.560.075$0.9421
POL<0.01%$0.1708325.3085$0.9068
POL<0.01%$0.003752218.6305$0.8202
POL<0.01%$15.530.0523$0.8127
POL<0.01%$0.5674811.4293$0.811
POL<0.01%$3.90.1916$0.7471
POL<0.01%$3,353.760.00021426$0.7185
POL<0.01%$0.2598392.7637$0.7181
POL<0.01%$0.0001783,737.5873$0.6649
POL<0.01%$19.090.0344$0.6561
POL<0.01%$0.0000857,615.3084$0.6473
POL<0.01%$5.180.1147$0.5939
POL<0.01%$0.00638471.6173$0.4571
POL<0.01%$0.00000946,750$0.413
POL<0.01%$0.6383380.6318$0.4033
POL<0.01%$133.990.00264127$0.3539
POL<0.01%$0.3091971.1396$0.3523
POL<0.01%$0.2496641.1348$0.2833
POL<0.01%$0.0777563.3138$0.2576
POL<0.01%$0.00001220,721.4534$0.2571
POL<0.01%$0.1485291.6351$0.2428
POL<0.01%$0.0206828.2388$0.1703
POL<0.01%$3.970.0422$0.1676
POL<0.01%$0.0271335.9705$0.1619
POL<0.01%$0.2738280.5888$0.1612
POL<0.01%$0.000396389.6052$0.1541
POL<0.01%$0.5987890.2446$0.1464
POL<0.01%$0.3109280.4708$0.1463
POL<0.01%$0.0044430.14$0.1338
POL<0.01%$0.1948680.6759$0.1317
POL<0.01%$0.2486960.5243$0.1304
POL<0.01%<$0.00000122,437,563.5554$0.1278
POL<0.01%$0.001156102.498$0.1184
POL<0.01%$0.7621010.1392$0.1061
POL<0.01%$0.00707714.9792$0.106
POL<0.01%$0.0000128,584.0533$0.1019
SONIC0.96%$0.9998971,508.9845$1,508.83
SONIC
S (S)
0.45%$0.4599051,524.208$700.99
SONIC0.05%$0.460611177.5526$81.78
SONIC<0.01%$1,589.750.00448045$7.12
SONIC<0.01%$0.9989851.0757$1.07
SONIC<0.01%$1.390.72$1
SONIC<0.01%$0.0764094.1556$0.3175
SONIC<0.01%$0.4670810.2774$0.1295
OP0.38%$1,588.40.3798$603.35
OP0.29%$1,589.190.2841$451.49
OP<0.01%$0.99991.8135$1.81
OP<0.01%$0.9998180.8965$0.8963
OP<0.01%$2.410.3213$0.7743
OP<0.01%$138.710.00533304$0.7397
OP<0.01%$0.04506715.1074$0.6808
OP<0.01%$0.99990.6794$0.6793
OP<0.01%$0.6199951.0692$0.6629
OP<0.01%$1,906.130.00028466$0.5425
OP<0.01%$0.6606450.5808$0.3836
OP<0.01%$0.000132,905.1991$0.3768
OP<0.01%$10.3769$0.3768
OP<0.01%$12.550.0242$0.3031
OP<0.01%$0.9998410.2639$0.2638
OP<0.01%$1,661.80.00014586$0.2423
OP<0.01%$1,787.450.00012603$0.2252
CRONOS0.02%$0.99984132.8546$32.85
CRONOS0.02%$0.999926.2795$26.28
CRONOS0.02%$0.083671302.7829$25.33
CRONOS0.01%$133.840.1592$21.31
CRONOS<0.01%$0.000014227,675.584$3.1
CRONOS<0.01%$3.410.7151$2.44
CRONOS<0.01%<$0.00000161,889,990.5588$1.23
CRONOS<0.01%$0.0001477,902.4065$1.16
CRONOS<0.01%$2.060.5308$1.09
CRONOS<0.01%$0.000165,587.5653$0.8925
CRONOS<0.01%$0.001125738.4048$0.8304
CRONOS<0.01%$0.000002295,672.402$0.6238
CRONOS<0.01%$0.0333368.9141$0.2971
TAIKO0.02%$0.59566465.1861$38.83
TAIKO0.01%$1,588.960.0105$16.65
TAIKO<0.01%$1.010.7424$0.7475
TAIKO<0.01%$1,601.210.00038183$0.6113
MOVR0.02%$1,589.90.0164$26.01
MOVR0.02%$0.99994424.3866$24.39
MOVR<0.01%$4.970.0000000000050765<$0.000001
LINEA0.01%$1,590.080.013$20.61
LINEA<0.01%$1,588.960.0068716$10.92
LINEA<0.01%$0.9998880.3596$0.3595
LINEA<0.01%$0.9998440.3471$0.347
LINEA<0.01%$1.860.1358$0.2526
LINEA<0.01%$0.001325168.8638$0.2237
LINEA<0.01%$10.2214$0.2214
LINEA<0.01%$84,3010.00000166$0.1399
LINEA<0.01%$1,662.220.00006429$0.1068
CELO0.01%$0.99984722.9012$22.9
CELO<0.01%$0.9997945.0528$5.05
CELO<0.01%$0.2973829.5392$2.84
CELO<0.01%$11.6615$1.66
CELO<0.01%$1.140.1861$0.2121
SCROLL<0.01%$1,588.960.00752167$11.95
SCROLL<0.01%$0.9999011.6395$1.64
SCROLL<0.01%$0.9997930.7627$0.7625
MANTLE<0.01%$16.5476$6.55
MANTLE<0.01%$11.8148$1.82
MANTLE<0.01%$1,590.660.00094525$1.5
MANTLE<0.01%$0.6570740.6904$0.453625
MANTLE<0.01%$1,690.160.00013297$0.2247
BLAST<0.01%$1,588.40.00388204$6.17
BLAST<0.01%$1,589.20.00247986$3.94
BLAST<0.01%$10.1069$0.1068
GNO<0.01%$13.8555$3.86
GNO<0.01%$1,589.390.00081333$1.29
GNO<0.01%$0.9998980.9365$0.9364
GNO<0.01%$1.140.4139$0.4718
GNO<0.01%$1.140.4139$0.4718
GNO<0.01%$10.3339$0.3339
GNO<0.01%$107.490.0023748$0.2552
ZKEVM<0.01%$1,588.960.00019779$0.31428
ZKEVM<0.01%$0.9998410.1599$0.1598
ARBNOVA<0.01%$1,589.390.00026552$0.422
ARBNOVA<0.01%$1,589.070.000000000000000001<$0.000001
APE<0.01%$0.4336740.0486$0.021082
GLMR<0.01%$0.0659810.00002856$0.000002
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.