Transaction Hash:
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
Emitted Events:
456 |
ProjectRadiance.Approval( owner=[Sender] 0x62412e1745ff2d0d4cfdd62402df28ce909a2ae2, approved=0x00000000...000000000, tokenId=291 )
|
457 |
ProjectRadiance.Transfer( from=[Sender] 0x62412e1745ff2d0d4cfdd62402df28ce909a2ae2, to=0x0E11Ee17...b46f1a436, tokenId=291 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x62412e17...E909A2aE2 |
0.1654713080255903 Eth
Nonce: 165
|
0.164388695222125028 Eth
Nonce: 166
| 0.001082612803465272 | ||
0xa55F73Da...5824c3615 | |||||
0xCD458d7F...38Cb8Df9c
Miner
| (Poolin 4) | 18.708587275717689921 Eth | 18.708689520217689921 Eth | 0.0001022445 |
Execution Trace
ProjectRadiance.transferFrom( from=0x62412e1745fF2d0d4cfDD62402df28CE909A2aE2, to=0x0E11Ee170b84b10751f76708C5aE4A6b46f1a436, tokenId=291 )
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MITpragma solidity ^0.8.4;/*::::::::: ::: ::::::::::+: :+: :+: :+: :+: :+:+:+ +:+ +:+ +:+ +:+ +:++#++:++#: +#++:++#++: +#+ +:++#+ +#+ +#+ +#+ +#+ +#+#+# #+# #+# #+# #+# #+#### ### ### ### #########Malus Creations---------------------------------------------Project: Project RadianceArtist: 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