ETH Price: $2,510.39 (-8.83%)

Transaction Decoder

Block:
22408626 at May-04-2025 06:29:59 AM +UTC
Transaction Fee:
0.000043396305888579 ETH $0.11
Gas Used:
23,707 Gas / 1.830527097 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x311976b8...37CF586da
0.08042179833284796 Eth
Nonce: 1
0.080378402026959381 Eth
Nonce: 2
0.000043396305888579
(beaverbuild)
17.356370629306454861 Eth17.356406189806454861 Eth0.0000355605

Execution Trace

WyvernProxyRegistry.CALL( )
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
pragma solidity ^0.4.13;
contract Ownable {
address public owner;
event OwnershipRenounced(address indexed previousOwner);
event OwnershipTransferred(
address indexed previousOwner,
address indexed newOwner
);
/**
* @dev The Ownable constructor sets the original `owner` of the contract to the sender
* account.
*/
constructor() public {
owner = msg.sender;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(msg.sender == owner);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX