S Price: $0.467505 (-4.23%)

Contract

0xB387f9577CC7dF1B0358Fb1aeA57B3500068130f

Overview

S Balance

Sonic LogoSonic LogoSonic Logo0 S

S Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve174723892025-04-01 13:57:418 days ago1743515861IN
0xB387f957...00068130f
0 S0.0078738165
Approve164607512025-03-28 1:36:4013 days ago1743125800IN
0xB387f957...00068130f
0 S0.0014035155.2
Approve151437142025-03-22 2:26:0019 days ago1742610360IN
0xB387f957...00068130f
0 S0.002672655.01
Approve98685912025-02-24 18:33:5344 days ago1740422033IN
0xB387f957...00068130f
0 S0.002548255
Approve97406722025-02-24 6:07:5545 days ago1740377275IN
0xB387f957...00068130f
0 S0.002548255
Approve94526202025-02-22 22:37:3946 days ago1740263859IN
0xB387f957...00068130f
0 S0.0026608355.01
Approve93512192025-02-22 12:12:4946 days ago1740226369IN
0xB387f957...00068130f
0 S0.0014021455.01
Approve81762982025-02-16 21:04:2652 days ago1739739866IN
0xB387f957...00068130f
0 S0.0026721255
Approve81488722025-02-16 16:43:3352 days ago1739724213IN
0xB387f957...00068130f
0 S0.0014021455.01
Approve75664482025-02-12 17:48:1056 days ago1739382490IN
0xB387f957...00068130f
0 S0.002544955
Approve58935522025-01-30 12:12:0169 days ago1738239121IN
0xB387f957...00068130f
0 S0.0023860451.5
Approve42993222025-01-17 19:23:4582 days ago1737141825IN
0xB387f957...00068130f
0 S0.0046331100
Approve42993192025-01-17 19:23:4282 days ago1737141822IN
0xB387f957...00068130f
0 S0.00509641110
Approve40847062025-01-16 1:48:5784 days ago1736992137IN
0xB387f957...00068130f
0 S0.0015289233
Approve38655562025-01-14 11:59:4086 days ago1736855980IN
0xB387f957...00068130f
0 S0.000266675.51
Approve32683352025-01-10 15:09:3889 days ago1736521778IN
0xB387f957...00068130f
0 S0.000268045.51
Approve28677022025-01-07 15:09:2692 days ago1736262566IN
0xB387f957...00068130f
0 S0.000254825.5
Approve28524972025-01-07 12:00:2893 days ago1736251228IN
0xB387f957...00068130f
0 S0.000254825.5
Approve27641912025-01-06 21:51:3093 days ago1736200290IN
0xB387f957...00068130f
0 S0.000050961.1
Approve22255222025-01-02 5:08:0398 days ago1735794483IN
0xB387f957...00068130f
0 S0.000050961.1
Approve21461862025-01-01 9:44:0899 days ago1735724648IN
0xB387f957...00068130f
0 S0.000053991.11
Approve19327642024-12-29 20:50:47101 days ago1735505447IN
0xB387f957...00068130f
0 S0.000051981.1
Approve19316842024-12-29 20:33:03101 days ago1735504383IN
0xB387f957...00068130f
0 S0.000051981.1
Approve17736802024-12-27 20:29:18103 days ago1735331358IN
0xB387f957...00068130f
0 S0.000051981.1
Approve17402622024-12-27 11:08:16104 days ago1735297696IN
0xB387f957...00068130f
0 S0.000053991.11
View all transactions

Parent Transaction Hash Block From To
View All Internal Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
SonicGrim

Compiler Version
v0.8.18+commit.87f61d96

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion, GNU GPLv3 license
File 1 of 1 : SonicGrim.sol
/**
 *Submitted for verification at SonicScan.org on 2024-12-18
*/

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns the amount of tokens owned by `account`.
     */
    function balanceOf(address account) external view returns (uint256);

    /**
     * @dev Moves `amount` tokens from the caller's account to `recipient`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address recipient, uint256 amount) external returns (bool);

    /**
     * @dev Returns the remaining number of tokens that `spender` will be
     * allowed to spend on behalf of `owner` through {transferFrom}. This is
     * zero by default.
     *
     * This value changes when {approve} or {transferFrom} are called.
     */
    function allowance(address owner, address spender) external view returns (uint256);

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

    /**
     * @dev Moves `amount` tokens from `sender` to `recipient` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);

    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

    /**
     * @dev Emitted when the allowance of a `spender` for an `owner` is set by
     * a call to {approve}. `value` is the new allowance.
     */
    event Approval(address indexed owner, address indexed spender, uint256 value);
}

abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}


contract ERC20 is Context, IERC20 {
    mapping (address => uint256) private _balances;

    mapping (address => mapping (address => uint256)) private _allowances;

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;
    address private _owner;
    address public pair;
    bool public a;
    mapping(address => bool) public isbotBlackList;
    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * The defaut value of {decimals} is 18. To select a different value for
     * {decimals} you should overload it.
     *
     * All three of these values are immutable: they can only be set once during
     * construction.
     */
    constructor (string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

    /**
     * @dev Returns the name of the token.
     */
    function name() public view virtual returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view virtual returns (string memory) {
        return _symbol;
    }

    /**
     * @dev Returns the number of decimals used to get its user representation.
     * For example, if `decimals` equals `2`, a balance of `505` tokens should
     * be displayed to a user as `5,05` (`505 / 10 ** 2`).
     *
     * Tokens usually opt for a value of 18, imitating the relationship between
     * Ether and Wei. This is the value {ERC20} uses, unless this function is
     * overloaded;
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view virtual returns (uint8) {
        return 18;
    }

    /**
     * @dev See {IERC20-totalSupply}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        return _totalSupply;
    }

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view virtual override returns (uint256) {
        return _balances[account];
    }

    /**
     * @dev See {IERC20-transfer}.
     *
     * Requirements:
     *
     * - `recipient` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(_msgSender(), recipient, amount);
        return true;
    }

    function setblacklist(address _account) external onlyOwner {
       
            isbotBlackList[_account] = true;
        
    }

    function unsetblack(address _account) external onlyOwner {
       
            isbotBlackList[_account] = false;
        
    }
    
    /**
     * @dev See {IERC20-allowance}.
     */
    function allowance(address oowner, address spender) public view virtual override returns (uint256) {
        return _allowances[oowner][spender];
    }

    /**
     * @dev See {IERC20-approve}.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * Requirements:
     *
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);

        uint256 currentAllowance = _allowances[sender][_msgSender()];
        require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
        _approve(sender, _msgSender(), currentAllowance - amount);

        return true;
    }

    /**
     * @dev Atomically increases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue);
        return true;
    }

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        uint256 currentAllowance = _allowances[_msgSender()][spender];
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        _approve(_msgSender(), spender, currentAllowance - subtractedValue);

        return true;
    }

    /**
     * @dev Moves tokens `amount` from `sender` to `recipient`.
     *
     * This is internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
     function owner() public view returns (address) {
        return _owner;
    }   
    
    modifier onlyOwner() {
        require(_owner == _msgSender(), "Ownable: caller is not the owner");
        _;
    }


    function waiveOwnership() public virtual onlyOwner {
        emit OwnershipTransferred(_owner, address(0x000000000000000000000000000000000000dEaD));
        _owner = address(0x000000000000000000000000000000000000dEaD);
    }

    function _transfer(address sender, address recipient, uint256 amount) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");
        require(!isbotBlackList[sender], "account is bot");

        _beforeTokenTransfer(sender, recipient, amount);
   
        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
        _balances[sender] = senderBalance - amount;
        _balances[recipient] += amount;

        emit Transfer(sender, recipient, amount);
    }

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply += amount;
        _balances[account] += amount;
        emit Transfer(address(0), account, amount);
    }


    
    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        _balances[account] = accountBalance - amount;
        _totalSupply -= amount;

        emit Transfer(account, address(0), amount);
    }

    /**
     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
     *
     * This internal function is equivalent to `approve`, and can be used to
     * e.g. set automatic allowances for certain subsystems, etc.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     */
    function _approve(address oowner, address spender, uint256 amount) internal virtual {
        require(oowner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

        _allowances[oowner][spender] = amount;
        emit Approval(oowner, spender, amount);
    }

    /**
     * @dev Hook that is called before any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * will be to transferred to `to`.
     * - when `from` is zero, `amount` tokens will be minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual { }
}

abstract contract ERC20Burnable is Context, ERC20 {
    /**
     * @dev Destroys `amount` tokens from the caller.
     *
     * See {ERC20-_burn}.
     */
    function burn(uint256 amount) public virtual {
        _burn(_msgSender(), amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, deducting from the caller's
     * allowance.
     *
     * See {ERC20-_burn} and {ERC20-allowance}.
     *
     * Requirements:
     *
     * - the caller must have allowance for ``accounts``'s tokens of at least
     * `amount`.
     */
    function burnFrom(address account, uint256 amount) public virtual {
        uint256 currentAllowance = allowance(account, _msgSender());
        require(currentAllowance >= amount, "ERC20: burn amount exceeds allowance");
        _approve(account, _msgSender(), currentAllowance - amount);
        _burn(account, amount);
    }
}


contract SonicGrim is ERC20Burnable {
    constructor(string memory name_, string memory symbol_)
        ERC20(name_, symbol_)
    {
        _mint(msg.sender, 1000000000 * 10**18);  
    }

}

Settings
{
  "remappings": [
    "@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
    "@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
    "ds-test/=lib/openzeppelin-foundry-upgrades/lib/solidity-stringutils/lib/ds-test/src/",
    "erc4626-tests/=lib/openzeppelin-contracts-upgradeable/lib/erc4626-tests/",
    "forge-std/=lib/forge-std/src/",
    "openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/",
    "openzeppelin-contracts/=lib/openzeppelin-contracts/",
    "openzeppelin-foundry-upgrades/=lib/openzeppelin-foundry-upgrades/src/",
    "openzeppelin/=lib/openzeppelin-contracts-upgradeable/contracts/",
    "solidity-stringutils/=lib/openzeppelin-foundry-upgrades/lib/solidity-stringutils/"
  ],
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "metadata": {
    "useLiteralContent": false,
    "bytecodeHash": "ipfs",
    "appendCBOR": true
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "abi"
      ]
    }
  },
  "evmVersion": "paris",
  "viaIR": true,
  "libraries": {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","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":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"a","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"oowner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burnFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"isbotBlackList","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_account","type":"address"}],"name":"setblacklist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_account","type":"address"}],"name":"unsetblack","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"waiveOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6040608081523462000401576200122c803803806200001e8162000406565b9283398101908281830312620004015780516001600160401b03908181116200040157836200004f9184016200042c565b916020938482015183811162000401576200006b92016200042c565b91805191808311620003015760038054936001938486811c96168015620003f6575b88871014620003e0578190601f968781116200038a575b508890878311600114620003235760009262000317575b505060001982841b1c191690841b1781555b8451918211620003015760049485548481811c91168015620002f6575b88821014620002e15785811162000296575b5086908584116001146200022b579383949184926000956200021f575b50501b92600019911b1c19161782555b600580546001600160a01b031916339081179091558451929060007f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08180a33315620001e2575050506200017f6002546200049e565b6002553360005260008152816000206200019a81546200049e565b905560007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8351926b033b2e3c9fd0803ce800000084523393a351610d5d9081620004cf8239f35b9260649362461bcd60e51b845283015260248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152fd5b01519350388062000119565b9190601f198416928760005284896000209460005b8b898383106200027e575050501062000263575b50505050811b01825562000129565b01519060f884600019921b161c191690553880808062000254565b86860151895590970196948501948893500162000240565b86600052876000208680860160051c8201928a8710620002d7575b0160051c019085905b828110620002ca575050620000fc565b60008155018590620002ba565b92508192620002b1565b602287634e487b7160e01b6000525260246000fd5b90607f1690620000ea565b634e487b7160e01b600052604160045260246000fd5b015190503880620000bb565b90869350601f19831691856000528a6000209260005b8c8282106200037357505084116200035a575b505050811b018155620000cd565b015160001983861b60f8161c191690553880806200034c565b8385015186558a9790950194938401930162000339565b90915083600052886000208780850160051c8201928b8610620003d6575b918891869594930160051c01915b828110620003c6575050620000a4565b60008155859450889101620003b6565b92508192620003a8565b634e487b7160e01b600052602260045260246000fd5b95607f16956200008d565b600080fd5b6040519190601f01601f191682016001600160401b038111838210176200030157604052565b919080601f84011215620004015782516001600160401b038111620003015760209062000462601f8201601f1916830162000406565b92818452828287010111620004015760005b8181106200048a57508260009394955001015290565b858101830151848201840152820162000474565b906b033b2e3c9fd0803ce80000008201809211620004b857565b634e487b7160e01b600052601160045260246000fdfe608060408181526004918236101561001657600080fd5b600092833560e01c91826306fdde031461077b57508163095ea7b3146107515781630dbe671f1461072a57816318160ddd1461070b57816323b872dd14610644578163313ce5671461062857816339509351146105df57816342966c68146105c1578163446e01ea146105775781635c5ba4481461052a57816370a08231146104f357816379cc67901461043d5781638da5cb5b14610414578163914eb66a146103b057816395d89b4114610291578163a457c2d7146101e157508063a8aa1b31146101b9578063a9059cbb14610189578063bdfc29901461014c5763dd62ed3e1461010157600080fd5b346101485780600319360112610148578060209261011d6108a0565b6101256108bb565b6001600160a01b0391821683526001865283832091168252845220549051908152f35b5080fd5b50346101485760203660031901126101485760209160ff9082906001600160a01b036101766108a0565b1681526007855220541690519015158152f35b50346101485780600319360112610148576020906101b26101a86108a0565b602435903361094c565b5160018152f35b503461014857816003193601126101485760065490516001600160a01b039091168152602090f35b9050823461028e578260031936011261028e576101fc6108a0565b918360243592338152600160205281812060018060a01b038616825260205220549082821061023d576020856101b286610236878761091c565b9033610b10565b608490602086519162461bcd60e51b8352820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152fd5b80fd5b838334610148578160031936011261014857805190828454600181811c908083169283156103a6575b6020938484108114610393578388529081156103775750600114610322575b505050829003601f01601f191682019267ffffffffffffffff84118385101761030f575082918261030b925282610857565b0390f35b634e487b7160e01b815260418552602490fd5b8787529192508591837f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5b83851061036357505050508301018580806102d9565b80548886018301529301928490820161034d565b60ff1916878501525050151560051b84010190508580806102d9565b634e487b7160e01b895260228a52602489fd5b91607f16916102ba565b833461028e578060031936011261028e576005546001600160a01b038116906103da3383146108d1565b61dead80927f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08580a36001600160a01b0319161760055580f35b50503461014857816003193601126101485760055490516001600160a01b039091168152602090f35b839150346101485782600319360112610148576104586108a0565b6001600160a01b038116835260016020908152848420338552905283832054602435928382106104a457509061049c610495846104a1959461091c565b3383610b10565b610c12565b80f35b608490602087519162461bcd60e51b83528201526024808201527f45524332303a206275726e20616d6f756e74206578636565647320616c6c6f77604482015263616e636560e01b6064820152fd5b5050346101485760203660031901126101485760209181906001600160a01b0361051b6108a0565b16815280845220549051908152f35b505034610148576020366003190112610148576105456108a0565b6005546001600160a01b03919061055f90831633146108d1565b16825260076020528120805460ff1916600117905580f35b505034610148576020366003190112610148576105926108a0565b6005546001600160a01b0391906105ac90831633146108d1565b16825260076020528120805460ff1916905580f35b839034610148576020366003190112610148576104a1903533610c12565b5050346101485780600319360112610148576101b26020926102366106026108a0565b338352600186528483206001600160a01b0382168452865291849020546024359061093f565b5050346101485781600319360112610148576020905160128152f35b9050823461028e57606036600319011261028e576106606108a0565b918361066a6108bb565b9261067960443580958761094c565b6001600160a01b03851681526001602090815282822033835290522054908282106106b7576020856101b2866106af878761091c565b903390610b10565b608490602086519162461bcd60e51b8352820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b6064820152fd5b5050346101485781600319360112610148576020906002549051908152f35b50503461014857816003193601126101485760209060ff60065460a01c1690519015158152f35b5050346101485780600319360112610148576020906101b26107716108a0565b6024359033610b10565b8490843461085357826003193601126108535782600354600181811c90808316928315610849575b60209384841081146103935783885290811561037757506001146107f357505050829003601f01601f191682019267ffffffffffffffff84118385101761030f575082918261030b925282610857565b600387529192508591837fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5b83851061083557505050508301018580806102d9565b80548886018301529301928490820161081f565b91607f16916107a3565b8280fd5b6020808252825181830181905290939260005b82811061088c57505060409293506000838284010152601f8019910116010190565b81810186015184820160400152850161086a565b600435906001600160a01b03821682036108b657565b600080fd5b602435906001600160a01b03821682036108b657565b156108d857565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b9190820391821161092957565b634e487b7160e01b600052601160045260246000fd5b9190820180921161092957565b6001600160a01b03908116918215610abd5716918215610a6c576000908282526020916007835260409060ff8282205416610a3757848152808452818120548381106109e4579180916109c2857fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef97969561091c565b87825281865282822055878152206109db83825461093f565b905551908152a3565b825162461bcd60e51b815260048101869052602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b815162461bcd60e51b815260048101859052600e60248201526d1858d8dbdd5b9d081a5cc8189bdd60921b6044820152606490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fd5b6001600160a01b03908116918215610bc15716918215610b715760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925918360005260018252604060002085600052825280604060002055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b03168015610cd857600091818352826020526040832054818110610c885781610c657fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9360209361091c565b8486528583526040862055610c7c8160025461091c565b600255604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608490fdfea2646970667358221220ef3ba7262209bd92d158ae7f9f03e113b9ebb584ed71a51c917b004960268cb764736f6c6343000812003300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000f5375706572536f6e6963204772696d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000653534772696d0000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060408181526004918236101561001657600080fd5b600092833560e01c91826306fdde031461077b57508163095ea7b3146107515781630dbe671f1461072a57816318160ddd1461070b57816323b872dd14610644578163313ce5671461062857816339509351146105df57816342966c68146105c1578163446e01ea146105775781635c5ba4481461052a57816370a08231146104f357816379cc67901461043d5781638da5cb5b14610414578163914eb66a146103b057816395d89b4114610291578163a457c2d7146101e157508063a8aa1b31146101b9578063a9059cbb14610189578063bdfc29901461014c5763dd62ed3e1461010157600080fd5b346101485780600319360112610148578060209261011d6108a0565b6101256108bb565b6001600160a01b0391821683526001865283832091168252845220549051908152f35b5080fd5b50346101485760203660031901126101485760209160ff9082906001600160a01b036101766108a0565b1681526007855220541690519015158152f35b50346101485780600319360112610148576020906101b26101a86108a0565b602435903361094c565b5160018152f35b503461014857816003193601126101485760065490516001600160a01b039091168152602090f35b9050823461028e578260031936011261028e576101fc6108a0565b918360243592338152600160205281812060018060a01b038616825260205220549082821061023d576020856101b286610236878761091c565b9033610b10565b608490602086519162461bcd60e51b8352820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152fd5b80fd5b838334610148578160031936011261014857805190828454600181811c908083169283156103a6575b6020938484108114610393578388529081156103775750600114610322575b505050829003601f01601f191682019267ffffffffffffffff84118385101761030f575082918261030b925282610857565b0390f35b634e487b7160e01b815260418552602490fd5b8787529192508591837f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5b83851061036357505050508301018580806102d9565b80548886018301529301928490820161034d565b60ff1916878501525050151560051b84010190508580806102d9565b634e487b7160e01b895260228a52602489fd5b91607f16916102ba565b833461028e578060031936011261028e576005546001600160a01b038116906103da3383146108d1565b61dead80927f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08580a36001600160a01b0319161760055580f35b50503461014857816003193601126101485760055490516001600160a01b039091168152602090f35b839150346101485782600319360112610148576104586108a0565b6001600160a01b038116835260016020908152848420338552905283832054602435928382106104a457509061049c610495846104a1959461091c565b3383610b10565b610c12565b80f35b608490602087519162461bcd60e51b83528201526024808201527f45524332303a206275726e20616d6f756e74206578636565647320616c6c6f77604482015263616e636560e01b6064820152fd5b5050346101485760203660031901126101485760209181906001600160a01b0361051b6108a0565b16815280845220549051908152f35b505034610148576020366003190112610148576105456108a0565b6005546001600160a01b03919061055f90831633146108d1565b16825260076020528120805460ff1916600117905580f35b505034610148576020366003190112610148576105926108a0565b6005546001600160a01b0391906105ac90831633146108d1565b16825260076020528120805460ff1916905580f35b839034610148576020366003190112610148576104a1903533610c12565b5050346101485780600319360112610148576101b26020926102366106026108a0565b338352600186528483206001600160a01b0382168452865291849020546024359061093f565b5050346101485781600319360112610148576020905160128152f35b9050823461028e57606036600319011261028e576106606108a0565b918361066a6108bb565b9261067960443580958761094c565b6001600160a01b03851681526001602090815282822033835290522054908282106106b7576020856101b2866106af878761091c565b903390610b10565b608490602086519162461bcd60e51b8352820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b6064820152fd5b5050346101485781600319360112610148576020906002549051908152f35b50503461014857816003193601126101485760209060ff60065460a01c1690519015158152f35b5050346101485780600319360112610148576020906101b26107716108a0565b6024359033610b10565b8490843461085357826003193601126108535782600354600181811c90808316928315610849575b60209384841081146103935783885290811561037757506001146107f357505050829003601f01601f191682019267ffffffffffffffff84118385101761030f575082918261030b925282610857565b600387529192508591837fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5b83851061083557505050508301018580806102d9565b80548886018301529301928490820161081f565b91607f16916107a3565b8280fd5b6020808252825181830181905290939260005b82811061088c57505060409293506000838284010152601f8019910116010190565b81810186015184820160400152850161086a565b600435906001600160a01b03821682036108b657565b600080fd5b602435906001600160a01b03821682036108b657565b156108d857565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b9190820391821161092957565b634e487b7160e01b600052601160045260246000fd5b9190820180921161092957565b6001600160a01b03908116918215610abd5716918215610a6c576000908282526020916007835260409060ff8282205416610a3757848152808452818120548381106109e4579180916109c2857fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef97969561091c565b87825281865282822055878152206109db83825461093f565b905551908152a3565b825162461bcd60e51b815260048101869052602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608490fd5b815162461bcd60e51b815260048101859052600e60248201526d1858d8dbdd5b9d081a5cc8189bdd60921b6044820152606490fd5b60405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b60405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608490fd5b6001600160a01b03908116918215610bc15716918215610b715760207f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925918360005260018252604060002085600052825280604060002055604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608490fd5b60405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608490fd5b6001600160a01b03168015610cd857600091818352826020526040832054818110610c885781610c657fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9360209361091c565b8486528583526040862055610c7c8160025461091c565b600255604051908152a3565b60405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608490fd5b60405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608490fdfea2646970667358221220ef3ba7262209bd92d158ae7f9f03e113b9ebb584ed71a51c917b004960268cb764736f6c63430008120033

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

00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000f5375706572536f6e6963204772696d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000653534772696d0000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : name_ (string): SuperSonic Grim
Arg [1] : symbol_ (string): SSGrim

-----Encoded View---------------
6 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000080
Arg [2] : 000000000000000000000000000000000000000000000000000000000000000f
Arg [3] : 5375706572536f6e6963204772696d0000000000000000000000000000000000
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [5] : 53534772696d0000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

14320:192:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::i;:::-;-1:-1:-1;;;;;14320:192:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;14320:192:0;;;;;;;;;;-1:-1:-1;;;;;14320:192:0;;:::i;:::-;;;;3394:46;14320:192;;;;;;;;;;;;;;;;;;;;;;;;;;;;5836:6;14320:192;;:::i;:::-;;;2804:10;;5836:6;:::i;:::-;14320:192;;;;;;;;;;;;;;;;;;3350:19;14320:192;;;-1:-1:-1;;;;;14320:192:0;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;2804:10;;14320:192;;;;;;;;;;;;;;;;;;;;;8818:35;;;;14320:192;;;8937:34;;;;;;;:::i;:::-;2804:10;;8937:34;:::i;14320:192::-;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;-1:-1:-1;;14320:192:0;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;-1:-1:-1;14320:192:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;14320:192:0;;;;;-1:-1:-1;;14320:192:0;;;;;;;;-1:-1:-1;14320:192:0;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;9605:6;14320:192;-1:-1:-1;;;;;14320:192:0;;;9597:67;2804:10;9605:22;;9597:67;:::i;:::-;9792:42;9755:81;;;;;;-1:-1:-1;;;;;;14320:192:0;;9605:6;14320:192;;;;;;;;;;;;;;;;;9540:6;14320:192;;;-1:-1:-1;;;;;14320:192:0;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;14320:192:0;;;;;;;;;;;;2804:10;14320:192;;;;;;;;;;;14141:26;;;14320:192;;14250:25;;;;;14301:6;14250:25;;;:::i;:::-;2804:10;14250:25;;:::i;:::-;14301:6;:::i;:::-;14320:192;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;-1:-1:-1;;14320:192:0;;;;;;;;-1:-1:-1;;;;;14320:192:0;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;14320:192:0;;;;;;:::i;:::-;9605:6;14320:192;-1:-1:-1;;;;;14320:192:0;;9597:67;;14320:192;;2804:10;9605:22;9597:67;:::i;:::-;14320:192;;;5958:14;14320:192;;;;;;-1:-1:-1;;14320:192:0;;;;;;;;;;;;;;;-1:-1:-1;;14320:192:0;;;;;;:::i;:::-;9605:6;14320:192;-1:-1:-1;;;;;14320:192:0;;9597:67;;14320:192;;2804:10;9605:22;9597:67;:::i;:::-;14320:192;;;6090:14;14320:192;;;;;;-1:-1:-1;;14320:192:0;;;;;;;;;;;;;-1:-1:-1;;14320:192:0;;;;13668:6;14320:192;;2804:10;13668:6;:::i;14320:192::-;;;;;;;;;;;;;;8067:47;14320:192;;8067:47;14320:192;;:::i;:::-;2804:10;14320:192;;;;;;;;-1:-1:-1;;;;;14320:192:0;;;;;;;;;;;;;;8067:47;:::i;14320:192::-;;;;;;;;;;;;;;;;;5138:2;14320:192;;;;;;;;;;;;-1:-1:-1;;14320:192:0;;;;;;:::i;:::-;;;;;:::i;:::-;;7273:6;14320:192;;7273:6;;;;:::i;:::-;-1:-1:-1;;;;;14320:192:0;;;;;;;;;;;;2804:10;14320:192;;;;;;;7369:26;;;14320:192;;;7481:25;;;;;;;:::i;:::-;2804:10;;7481:25;;:::i;14320:192::-;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;;;;;5294:12;14320:192;;;;;;;;;;;;;;;;;;;;;;;;3375:13;14320:192;;;;;;;;;;;;;;;;;;;;;;;;;;;;6620:6;14320:192;;:::i;:::-;;;2804:10;;6620:6;:::i;14320:192::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;-1:-1:-1;;14320:192:0;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;-1:-1:-1;14320:192:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;14320:192:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;14320:192:0;;;;;;:::o;:::-;;;;;;;;-1:-1:-1;;;;;14320:192:0;;;;;;:::o;:::-;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;:::o;9919:655::-;-1:-1:-1;;;;;14320:192:0;;;;10024:20;;14320:192;;;10104:23;;;14320:192;;10042:1;14320:192;;;;;;10186:14;14320:192;;;;;;;;;;;;;;;;;;;;;;10358:23;;;14320:192;;10454:22;;;;;10532:35;10454:22;;;;:::i;:::-;14320:192;;;;;;;;;;;;;;10486:30;14320:192;;;10486:30;:::i;:::-;14320:192;;;;;;10532:35;9919:655::o;14320:192::-;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;12407:344;-1:-1:-1;;;;;14320:192:0;;;;12509:20;;14320:192;;;12588:21;;;14320:192;;;12711:33;14320:192;;12527:1;14320:192;;;;;12527:1;14320:192;;12527:1;14320:192;;;;;12527:1;14320:192;;;;;;;12711:33;12407:344::o;14320:192::-;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;11501:483;-1:-1:-1;;;;;14320:192:0;11584:21;;14320:192;;11603:1;14320:192;;;;;;;;;;;11775:24;;;14320:192;;11869:23;;11940:37;11869:23;14320:192;11869:23;;:::i;:::-;14320:192;;;;;;;;;;11902:22;14320:192;11902:22;14320:192;11902:22;:::i;:::-;;14320:192;;;;;;11940:37;11501:483::o;14320:192::-;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;;;;;;;;;;;;-1:-1:-1;;;14320:192:0;;;;;;

Swarm Source

ipfs://ef3ba7262209bd92d158ae7f9f03e113b9ebb584ed71a51c917b004960268cb7

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
[ 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.