ETH Price: $2,466.19 (-4.31%)

Transaction Decoder

Block:
15977186 at Nov-15-2022 06:21:23 PM +UTC
Transaction Fee:
0.00112228042662225 ETH $2.77
Gas Used:
49,118 Gas / 22.848658875 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x5B753381...D2681b542
(builder0x69)
2.316130839625211966 Eth2.316204516625211966 Eth0.000073677
0x83Ea4eED...1fF084dCd
0.11708283 Eth
Nonce: 0
0.11596054957337775 Eth
Nonce: 1
0.00112228042662225

Execution Trace

SingularityNetToken.transfer( recipient=0x7703ECBA881c9Ee234C68A63045D459C315769c6, amount=1076734070000 ) => ( True )
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
// File: node_modules\@openzeppelin\contracts\utils\EnumerableSet.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
/**
* @dev Library for managing
* https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive
* types.
*
* Sets have the following properties:
*
* - Elements are added, removed, and checked for existence in constant time
* (O(1)).
* - Elements are enumerated in O(n). No guarantees are made on the ordering.
*
* ```
* contract Example {
* // Add the library methods
* using EnumerableSet for EnumerableSet.AddressSet;
*
* // Declare a set state variable
* EnumerableSet.AddressSet private mySet;
* }
* ```
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX