ETH Price: $2,770.12 (-0.41%)

Transaction Decoder

Block:
21361752 at Dec-09-2024 01:47:23 AM +UTC
Transaction Fee:
0.001316666148172047 ETH $3.65
Gas Used:
94,767 Gas / 13.893719841 Gwei

Emitted Events:

299 Cult.Transfer( from=[Receiver] Claim, to=[Sender] 0xc4fb550fa8f2a6e5178711e56d5b48dedf897e5e, amount=683790000000000000000000 )
300 Claim.Claimed( claimant=[Sender] 0xc4fb550fa8f2a6e5178711e56d5b48dedf897e5e, amount=683790000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x00000000...c6C14eCa4
0x000000F5...24D2e6B76
(beaverbuild)
6.574112961422372201 Eth6.574220807938924877 Eth0.000107846516552676
0xc4fb550F...EdF897e5e
0.031228656486858807 Eth
Nonce: 1619
0.02991199033868676 Eth
Nonce: 1620
0.001316666148172047

Execution Trace

Claim.claim( )
  • Cult.transfer( to=0xc4fb550FA8F2A6e5178711e56D5b48DEdF897e5e, amount=683790000000000000000000 ) => ( True )
    File 1 of 2: Claim
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: LicenseRef-VPL WITH AGPL-3.0-only
    pragma solidity ^0.8.25;
    import {
    Ownable
    } from "solady/auth/Ownable.sol";
    import {
    MerkleProofLib
    } from "solady/utils/MerkleProofLib.sol";
    import {
    SafeTransferLib
    } from "solady/utils/SafeTransferLib.sol";
    import {
    ReentrancyGuard
    } from "soledge/utils/ReentrancyGuard.sol";
    /**
    @custom:benediction DEVS BENEDICAT ET PROTEGAT CONTRACTVM MEVM
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: Cult
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: LicenseRef-VPL WITH AGPL-3.0-only
    pragma solidity ^0.8.25;
    import {
    ERC20
    } from "solady/tokens/ERC20.sol";
    import {
    Ownable
    } from "solady/auth/Ownable.sol";
    import {
    FixedPointMathLib
    } from "solady/utils/FixedPointMathLib.sol";
    import {
    SafeTransferLib
    } from "solady/utils/SafeTransferLib.sol";
    import {
    ReentrancyGuard
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX