ETH Price: $3,746.05 (+0.54%)

Transaction Decoder

Block:
20981068 at Oct-16-2024 10:20:59 PM +UTC
Transaction Fee:
0.000726903688209061 ETH $2.72
Gas Used:
67,307 Gas / 10.799823023 Gwei

Emitted Events:

200 TransparentUpgradeableProxy.0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925( 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925, 0x0000000000000000000000001908a3232eed9186b4a5b666075711d2db0200e5, 0x0000000000000000000000000000000000000000000000000000000000000001, 0000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x1908A323...2Db0200E5
9.998728764703844508 Eth
Nonce: 732
9.998001861015635447 Eth
Nonce: 733
0.000726903688209061
0x293C6937...c8e256E30
(beaverbuild)
19.776196762578275249 Eth19.776262050368275249 Eth0.00006528779

Execution Trace

TransparentUpgradeableProxy.d505accf( )
  • PendleZtakeUSDESY.permit( owner=0x1908A3232EEd9186b4a5B666075711d2Db0200E5, spender=0x0000000000000000000000000000000000000001, value=0, deadline=115792089237316195423570985008687907853269984665640564039457584007913129639935, v=28, r=23170CE162DA60A3A1A7DFD68338872BD5BDEE6960FE6B8F4FEECB133720AF37, s=640B814FA3A7917A5DC8652EDB68A19180C2C33FDA3E46B812F64EAAC5128D22 )
    • Null: 0x000...001.9e6ca939( )
      File 1 of 2: TransparentUpgradeableProxy
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      // SPDX-License-Identifier: MIT
      // OpenZeppelin Contracts (last updated v4.5.0) (interfaces/draft-IERC1822.sol)
      pragma solidity ^0.8.0;
      /**
      * @dev ERC1822: Universal Upgradeable Proxy Standard (UUPS) documents a method for upgradeability through a simplified
      * proxy whose upgrades are fully controlled by the current implementation.
      */
      interface IERC1822Proxiable {
      /**
      * @dev Returns the storage slot that the proxiable contract assumes is being used to store the implementation
      * address.
      *
      * IMPORTANT: A proxy pointing at a proxiable contract should not be considered proxiable itself, because this risks
      * bricking a proxy that upgrades to it, by delegating to itself until out of gas. Thus it is critical that this
      * function revert if invoked through a proxy.
      */
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 2 of 2: PendleZtakeUSDESY
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      // SPDX-License-Identifier: MIT
      // OpenZeppelin Contracts (last updated v4.9.0) (interfaces/IERC5267.sol)
      pragma solidity ^0.8.0;
      interface IERC5267Upgradeable {
      /**
      * @dev MAY be emitted to signal that the domain could have changed.
      */
      event EIP712DomainChanged();
      /**
      * @dev returns the fields and values that describe the domain separator used by this contract for EIP-712
      * signature.
      */
      function eip712Domain()
      external
      view
      returns (
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX