Transaction Hash:
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:
79 |
MaskDAO.Transfer( from=0x0000000000000000000000000000000000000000, to=[Sender] 0xc2f6690e9591299dec12191f1120b5241d819627, value=393267561562224349472672 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x24135731...4e90B56dd | |||||
0x45a36a8e...e579E11E2
Miner
| (AntPool 2) | 2,271.343441866907082297 Eth | 2,271.343562472907082297 Eth | 0.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( )
1234567891011121314151617181920212223242526// 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.