Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x00000000...c6C14eCa4 | |||||
0x000000F5...24D2e6B76 | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 6.574112961422372201 Eth | 6.574220807938924877 Eth | 0.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 )
claim[Claim (ln:75)]
verify[Claim (ln:82)]
Ineligible[Claim (ln:87)]
Ineligible[Claim (ln:91)]
safeTransfer[Claim (ln:95)]
Claimed[Claim (ln:96)]
File 1 of 2: Claim
File 2 of 2: Cult
12345678910111213141516// SPDX-License-Identifier: LicenseRef-VPL WITH AGPL-3.0-onlypragma 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
File 2 of 2: Cult
12345678910111213141516// SPDX-License-Identifier: LicenseRef-VPL WITH AGPL-3.0-onlypragma 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