ETH Price: $2,594.90 (-0.52%)
Gas: 0.32 Gwei

Transaction Decoder

Block:
13891989 at Dec-28-2021 06:01:30 AM +UTC
Transaction Fee:
0.006573169625278632 ETH $17.06
Gas Used:
80,404 Gas / 81.751773858 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x24135731...4e90B56dd
(AntPool 2)
2,271.343441866907082297 Eth2,271.343562472907082297 Eth0.000120606
0xC2F6690E...41D819627
0.011622457589179327 Eth
Nonce: 2
0.005049287963900695 Eth
Nonce: 3
0.006573169625278632

Execution Trace

MaskDAO.claim( amountV=100676495759929433465004059, r=224DA7F5224FA6C18EA55A32B285470F8508719F7804118EFDF061BB498029B8, s=177A650898F57A185294148122BC69FC14D8AD52AB8C2616215D4D04C1C89622 )
  • Null: 0x000...001.6a479f0d( )
    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
    // SPDX-License-Identifier: MIT
    // OpenZeppelin Contracts v4.4.1 (token/ERC20/ERC20.sol)
    pragma solidity ^0.8.0;
    import "./IERC20.sol";
    import "./extensions/IERC20Metadata.sol";
    import "../../utils/Context.sol";
    /**
    * @dev Implementation of the {IERC20} interface.
    *
    * This implementation is agnostic to the way tokens are created. This means
    * that a supply mechanism has to be added in a derived contract using {_mint}.
    * For a generic mechanism see {ERC20PresetMinterPauser}.
    *
    * TIP: For a detailed writeup see our guide
    * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
    * to implement supply mechanisms].
    *
    * We have followed general OpenZeppelin Contracts guidelines: functions revert
    * instead returning `false` on failure. This behavior is nonetheless
    * conventional and does not conflict with the expectations of ERC20
    * applications.
    *
    * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
    * This allows applications to reconstruct the allowance for all accounts just
    * by listening to said events. Other implementations of the EIP may not emit
    * these events, as it isn't required by the specification.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX