ETH Price: $2,767.37 (-2.22%)

Transaction Decoder

Block:
20715522 at Sep-09-2024 08:44:47 PM +UTC
Transaction Fee:
0.00081157692219843 ETH $2.25
Gas Used:
181,770 Gas / 4.464856259 Gwei

Emitted Events:

74 ChefToken.Approval( owner=[Sender] 0x9374176ba0e0e56d1f244b2f4ba32a794bf06e0e, spender=[Receiver] 0x4d38ac8f0db33904ab04d97296ec4c549998b880, value=1 )
75 ChefToken.Transfer( from=[Sender] 0x9374176ba0e0e56d1f244b2f4ba32a794bf06e0e, to=[Receiver] 0x4d38ac8f0db33904ab04d97296ec4c549998b880, value=2055606454065011493558047 )
76 0x4d38ac8f0db33904ab04d97296ec4c549998b880.0x00055e00ae56ca9d108326c7fd1ab1e6380614100b19bf3e4d1411240a726d86( 0x00055e00ae56ca9d108326c7fd1ab1e6380614100b19bf3e4d1411240a726d86, 0x0000000000000000000000000644c394a4c9b24ccf947138778754d371cf5509, 0x0000000000000000000000009374176ba0e0e56d1f244b2f4ba32a794bf06e0e, 0000000000000000000000000000000000000000000000000014eb2b4a5972fb, 00000000000000000000000000000000000000000001b34aa62f965d3819d71f, 0000000000000000000000000000000000000000000000002e971e240dc4dcfa, 000000000000000000000000000000000000000000000000196d80ddeb4a39d9, 000000000000000000000000000000000000000001c3740253c0b7619b8ec54d )

Account State Difference:

  Address   Before After State Difference Code
0x0644c394...371cf5509
0x0E4F98Ea...5A48730EE 5.981577174822734493 Eth5.981642116778959239 Eth0.000064941956224746
0x2153F02b...D2b1BB6A8 0.209245794911440273 Eth0.209267442230181855 Eth0.000021647318741582
0x457360A6...a8F5631dB 0.236190141715779229 Eth0.236882855915509856 Eth0.000692714199730627
0x4d38ac8F...49998B880 4.186841594402719617 Eth4.179914452405413346 Eth0.006927141997306271
0x59ec2e3F...85b201e92 1.741599012832368867 Eth1.741620660151110449 Eth0.000021647318741582
(Loki Builder)
2.180813686011304421 Eth2.180985387303491981 Eth0.00017170129218756
0x9374176B...94BF06e0e
0.063788444555347981 Eth
Nonce: 147
0.068864938330859882 Eth
Nonce: 148
0.005076493775511901
0xC876eDc5...543bE1EF6 0.067764556431338419 Eth0.067937734981271076 Eth0.000173178549932657
0xd3F25e55...244111405 5.981577174822734493 Eth5.981642116778959239 Eth0.000064941956224746

Execution Trace

0x4d38ac8f0db33904ab04d97296ec4c549998b880.d2705c64( )
  • ChefToken.balanceOf( account=0x4d38ac8F0Db33904Ab04D97296eC4C549998B880 ) => ( 543717775632658903088819758 )
  • ChefToken.transferFrom( from=0x9374176Ba0e0E56D1F244B2f4Ba32A794BF06e0e, to=0x4d38ac8F0Db33904Ab04D97296eC4C549998B880, amount=2055606454065011493558047 ) => ( True )
  • 0x1ac901c3b53ae3ad34bbeb49b340641df5d4026e.d113efc4( )
  • 0x1ac901c3b53ae3ad34bbeb49b340641df5d4026e.927e897a( )
  • 0x1ac901c3b53ae3ad34bbeb49b340641df5d4026e.d113efc4( )
  • ETH 0.000346357099865313 ChefFunSplitter.CALL( )
    • ETH 0.000064941956224746 0x0e4f98ea8aec66b0cccb993a31b550e5a48730ee.CALL( )
    • ETH 0.000064941956224746 0xd3f25e553ac0d1d66448415f01ba118244111405.CALL( )
    • ETH 0.000021647318741582 0x59ec2e3fc1f53434c5917da92696f3a85b201e92.CALL( )
    • ETH 0.000021647318741582 0x2153f02b485f17a64383fee2df68bb1d2b1bb6a8.CALL( )
    • ChefToken.CALL( )
    • ETH 0.000692714199730627 0x457360a605b160616f3941784ab8a9fa8f5631db.CALL( )
    • ETH 0.005888070697710331 0x9374176ba0e0e56d1f244b2f4ba32a794bf06e0e.CALL( )
    • ChefToken.balanceOf( account=0x4d38ac8F0Db33904Ab04D97296eC4C549998B880 ) => ( 545773382086723914582377805 )
    • ChefToken.STATICCALL( )
      File 1 of 2: ChefToken
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      pragma solidity 0.8.26;
      // SPDX-License-Identifier: MIT
      abstract contract Context {
      function _msgSender() internal view virtual returns (address) {
      return msg.sender;
      }
      function _msgData() internal view virtual returns (bytes calldata) {
      this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
      return msg.data;
      }
      }
      interface IERC20 {
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 2 of 2: ChefFunSplitter
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      pragma solidity 0.8.26;
      // SPDX-License-Identifier: MIT
      /*
      * @dev Provides information about the current execution context, including the
      * sender of the transaction and its data. While these are generally available
      * via msg.sender and msg.data, they should not be accessed in such a direct
      * manner, since when dealing with meta-transactions the account sending and
      * paying for execution may not be the actual sender (as far as an application
      * is concerned).
      *
      * This contract is only required for intermediate, library-like contracts.
      */
      abstract contract Context {
      function _msgSender() internal view virtual returns (address) {
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX