ETH Price: $2,804.56 (+3.87%)
Gas: 1.95 Gwei

Transaction Decoder

Block:
18789475 at Dec-15-2023 05:36:59 AM +UTC
Transaction Fee:
0.001958722936965728 ETH $5.49
Gas Used:
58,711 Gas / 33.362111648 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x59f0F9B1...c578e4D46
(beaverbuild)
12.630484245976308964 Eth12.630501859276308964 Eth0.0000176133
0xF4f58f63...D9C9D4391
0.194497518866294868 Eth
Nonce: 16
0.19253879592932914 Eth
Nonce: 17
0.001958722936965728

Execution Trace

0x337e7903a1e23ff3ee7f3eb739b03cbd92ae67e0.81ec0500( )
  • HyakkiToken1155.mint( to=0xf9ED4Cea1A91fbE8b609090F36c63A9d83940EB0, id=1, amount=1 )
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    // SPDX-License-Identifier: MIT
    // OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
    pragma solidity ^0.8.0;
    import "../utils/Context.sol";
    /**
    * @dev Contract module which provides a basic access control mechanism, where
    * there is an account (an owner) that can be granted exclusive access to
    * specific functions.
    *
    * By default, the owner account will be the one that deploys the contract. This
    * can later be changed with {transferOwnership}.
    *
    * This module is used through inheritance. It will make available the modifier
    * `onlyOwner`, which can be applied to your functions to restrict their use to
    * the owner.
    */
    abstract contract Ownable is Context {
    address private _owner;
    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
    /**
    * @dev Initializes the contract setting the deployer as the initial owner.
    */
    constructor() {
    _transferOwnership(_msgSender());
    }
    /**
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX