ETH Price: $2,516.75 (-3.50%)
Gas: 0.31 Gwei

Transaction Decoder

Block:
17909020 at Aug-13-2023 10:48:59 PM +UTC
Transaction Fee:
0.00097947802221485 ETH $2.47
Gas Used:
81,826 Gas / 11.970254225 Gwei

Emitted Events:

145 FundropPass.MinterReferred( referrer=0xCa13F3B3...9A94cC47A )
146 FundropPass.Transfer( from=0x00000000...000000000, to=[Sender] 0x318a8b876b715c64889d377882b9b03cdf35a3e4, tokenId=355191 )

Account State Difference:

  Address   Before After State Difference Code
0x00000000...895470803
0x318A8B87...Cdf35a3E4
0.001660191868741 Eth
Nonce: 2
0.00068071384652615 Eth
Nonce: 3
0.00097947802221485
(Titan Builder)
19.693521063477926148 Eth19.693525154777926148 Eth0.0000040913

Execution Trace

FundropPass.mint( referrer=0xCa13F3B368cDf5b96a2aF31f9EE5d0c9A94cC47A, signature=0xF3D63A734DCE678C7BFAF768C07076689EEBE315A4ECEC5C933B165FC70AB86B345E4B27E6D862AA322AA5AADA2D42AF7D4C9C8ED7A5D5D32B733B11E55A0E011B )
  • Null: 0x000...001.ce36a159( )
    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.7.0) (access/Ownable.sol)
    pragma solidity ^0.8.0;
    import "../utils/Context.sol";
    /**
    * @dev Contract module which provides a basic access control mechanism, where
    * there is an account (an owner) that can be granted exclusive access to
    * specific functions.
    *
    * By default, the owner account will be the one that deploys the contract. This
    * can later be changed with {transferOwnership}.
    *
    * This module is used through inheritance. It will make available the modifier
    * `onlyOwner`, which can be applied to your functions to restrict their use to
    * the owner.
    */
    abstract contract Ownable is Context {
    address private _owner;
    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
    /**
    * @dev Initializes the contract setting the deployer as the initial owner.
    */
    constructor() {
    _transferOwnership(_msgSender());
    }
    /**
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX