Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x00000000...78BDBda1D | (Clusters: Beta) | 79.34 Eth | 79.35 Eth | 0.01 | |
0x1f9090aa...8e676c326
Miner
| 3.195663349099860974 Eth | 3.19566338879498823 Eth | 0.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
File 2 of 2: ClustersBeta
12345678910111213141516// SPDX-License-Identifier: MITpragma 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 {
File 2 of 2: ClustersBeta
12345678910111213141516// SPDX-License-Identifier: MITpragma 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 {