ETH Price: $2,588.57 (-0.76%)

Transaction Decoder

Block:
19627203 at Apr-10-2024 07:05:47 PM +UTC
Transaction Fee:
0.000525713980222984 ETH $1.36
Gas Used:
28,024 Gas / 18.759419791 Gwei

Emitted Events:

740 ClustersBeta.Bid( from=0000000000000000000000005483500DDA4831E04ECEB280712C8F095827F337, amount=10000000000000000, name=6A756C6969610000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x00000000...78BDBda1D
(Clusters: Beta)
79.34 Eth79.35 Eth0.01
3.195663349099860974 Eth3.19566338879498823 Eth0.000000039695127256
0x5483500D...95827F337
0.019078936260116151 Eth
Nonce: 5
0.008553222279893167 Eth
Nonce: 6
0.010525713980222984

Execution Trace

ETH 0.01 ClustersBeta.placeBid( name=6A756C6969610000000000000000000000000000000000000000000000000000 )
  • ETH 0.01 ClustersBeta.placeBid( name=6A756C6969610000000000000000000000000000000000000000000000000000 )
    File 1 of 2: ClustersBeta
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.25;
    import {UUPSUpgradeable} from "solady/utils/UUPSUpgradeable.sol";
    import {Origin, OAppReceiverUpgradeable} from "layerzero-oapp/contracts/oapp-upgradeable/OAppReceiverUpgradeable.sol";
    contract ClustersBeta is UUPSUpgradeable, OAppReceiverUpgradeable {
    event Bid(bytes32 from, uint256 amount, bytes32 name);
    event Bid(bytes32 from, uint256 amount, bytes32 name, bytes32 referralAddress);
    error BadBatch();
    error BadDelegatecall();
    error Unauthorized();
    /// UUPSUpgradeable Authentication ///
    function _authorizeUpgrade(address newImplementation) internal override {
    if (msg.sender != 0x000000dE1E80ea5a234FB5488fee2584251BC7e8) revert Unauthorized();
    }
    /// OAppReceiver Functions ///
    function initialize(address endpoint_, address owner_) external initializer {
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: ClustersBeta
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.25;
    import {UUPSUpgradeable} from "solady/utils/UUPSUpgradeable.sol";
    import {Origin, OAppReceiverUpgradeable} from "layerzero-oapp/contracts/oapp-upgradeable/OAppReceiverUpgradeable.sol";
    contract ClustersBeta is UUPSUpgradeable, OAppReceiverUpgradeable {
    event Bid(bytes32 from, uint256 amount, bytes32 name);
    event Bid(bytes32 from, uint256 amount, bytes32 name, bytes32 referralAddress);
    error BadBatch();
    error BadDelegatecall();
    error Unauthorized();
    /// UUPSUpgradeable Authentication ///
    function _authorizeUpgrade(address newImplementation) internal override {
    if (msg.sender != 0x000000dE1E80ea5a234FB5488fee2584251BC7e8) revert Unauthorized();
    }
    /// OAppReceiver Functions ///
    function initialize(address endpoint_, address owner_) external initializer {
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX