ETH Price: $2,777.35 (+6.16%)

Transaction Decoder

Block:
14858737 at May-28-2022 06:33:45 AM +UTC
Transaction Fee:
0.001082612803465272 ETH $3.01
Gas Used:
68,163 Gas / 15.882704744 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x62412e17...E909A2aE2
0.1654713080255903 Eth
Nonce: 165
0.164388695222125028 Eth
Nonce: 166
0.001082612803465272
0xa55F73Da...5824c3615
(Poolin 4)
18.708587275717689921 Eth18.708689520217689921 Eth0.0001022445

Execution Trace

ProjectRadiance.transferFrom( from=0x62412e1745fF2d0d4cfDD62402df28CE909A2aE2, to=0x0E11Ee170b84b10751f76708C5aE4A6b46f1a436, tokenId=291 )
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
pragma solidity ^0.8.4;
/*
::::::::: ::: :::::::::
:+: :+: :+: :+: :+: :+:
+:+ +:+ +:+ +:+ +:+ +:+
+#++:++#: +#++:++#++: +#+ +:+
+#+ +#+ +#+ +#+ +#+ +#+
#+# #+# #+# #+# #+# #+#
### ### ### ### #########
Malus Creations
---------------------------------------------
Project: Project Radiance
Artist: Omar Wael
---------------------------------------------
Developed by ATOMICON.PRO (info@atomicon.pro)
*/
import "./erc721A/ERC721A_v2.2.0.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/math/Math.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract ProjectRadiance is ERC721A, Ownable, ReentrancyGuard {
using ECDSA for bytes32;
using Math for uint;
// Ensures that other contracts can't call a method
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX