ETH Price: $3,661.94 (-2.04%)

Transaction Decoder

Block:
22638192 at Jun-05-2025 11:44:35 AM +UTC
Transaction Fee:
0.000106134655478069 ETH $0.39
Gas Used:
31,687 Gas / 3.349469987 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x2dfF88A5...F5f766406
(BuilderNet)
84.376505099071737018 Eth84.376568473071737018 Eth0.000063374
0xeB61e996...14DE7f855
(ByBit Dep: 0xeB61e99629B891a3cb4BBfa655EfBD714DE7f855)
0.050090639076385698 Eth
Nonce: 11502
0.049984504420907629 Eth
Nonce: 11503
0.000106134655478069

Execution Trace

SpaceIDToken.transfer( to=0xf89d7b9c864f589bbF53a82105107622B35EaA40, amount=69500600000000000000000 ) => ( 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
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (access/AccessControl.sol)
pragma solidity ^0.8.0;
import "./IAccessControl.sol";
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
/**
* @dev Contract module that allows children to implement role-based access
* control mechanisms. This is a lightweight version that doesn't allow enumerating role
* members except through off-chain means by accessing the contract event logs. Some
* applications may benefit from on-chain enumerability, for those cases see
* {AccessControlEnumerable}.
*
* Roles are referred to by their `bytes32` identifier. These should be exposed
* in the external API and be unique. The best way to achieve this is by
* using `public constant` hash digests:
*
* ```
* bytes32 public constant MY_ROLE = keccak256("MY_ROLE");
* ```
*
* Roles can be used to represent a set of permissions. To restrict access to a
* function call, use {hasRole}:
*
* ```
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX