Transaction Hash:
Block:
22526759 at May-20-2025 09:19:11 PM +UTC
Transaction Fee:
0.00027303448981364 ETH
$0.73
Gas Used:
168,871 Gas / 1.61682284 Gwei
Emitted Events:
855 |
St1inch.Transfer( from=[Sender] 0x2e114f9dc012e2185fd3f44669d2fee92b1e2cc2, to=0x0000000000000000000000000000000000000000, value=150009723875683156896 )
|
856 |
PowerPod.Transfer( from=GnosisSafeProxy, to=0x0000000000000000000000000000000000000000, value=150009723875683156896 )
|
857 |
DelegatedShare.Transfer( from=[Sender] 0x2e114f9dc012e2185fd3f44669d2fee92b1e2cc2, to=0x0000000000000000000000000000000000000000, value=150009723875683156896 )
|
858 |
OneInch.Transfer( from=[Receiver] St1inch, to=[Sender] 0x2e114f9dc012e2185fd3f44669d2fee92b1e2cc2, value=101451103905043184661 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x11111111...34120C302 | |||||
0x1583C1dB...96D096829 | |||||
0x1A87c0F9...A6B0260bE | (1inch: Staking farm) | ||||
0x1e31B601...6edBc5477 | |||||
0x2e114F9d...92B1E2cc2 |
0.006305275341708805 Eth
Nonce: 25
|
0.006032240851895165 Eth
Nonce: 26
| 0.00027303448981364 | ||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 6.603091925859528605 Eth | 6.603091984964378605 Eth | 0.00000005910485 | |
0x9A0C8Ff8...D717501D7 | |||||
0xAccfAc23...049B4f947 |
Execution Trace
St1inch.CALL( )

-
StakingFarmingPod.updateBalances( from=0x2e114F9dc012e2185fd3f44669D2fEE92B1E2cc2, to=0x0000000000000000000000000000000000000000, amount=150009723875683156896 )
PowerPod.updateBalances( from=0x2e114F9dc012e2185fd3f44669D2fEE92B1E2cc2, to=0x0000000000000000000000000000000000000000, amount=150009723875683156896 )
DelegatedShare.burn( account=0x2e114F9dc012e2185fd3f44669D2fEE92B1E2cc2, amount=150009723875683156896 )
-
MultiFarmingPod.updateBalances( from=0x2e114F9dc012e2185fd3f44669D2fEE92B1E2cc2, to=0x0000000000000000000000000000000000000000, amount=150009723875683156896 )
-
-
OneInch.transfer( recipient=0x2e114F9dc012e2185fd3f44669D2fEE92B1E2cc2, amount=101451103905043184661 ) => ( True )
File 1 of 7: St1inch
File 2 of 7: GnosisSafeProxy
File 3 of 7: PowerPod
File 4 of 7: DelegatedShare
File 5 of 7: OneInch
File 6 of 7: StakingFarmingPod
File 7 of 7: MultiFarmingPod
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.0;import "@openzeppelin/contracts/token/ERC20/ERC20.sol";import "@1inch/solidity-utils/contracts/libraries/AddressSet.sol";import "./interfaces/IERC20Pods.sol";import "./interfaces/IPod.sol";import "./libs/ReentrancyGuard.sol";abstract contract ERC20Pods is ERC20, IERC20Pods, ReentrancyGuardExt {using AddressSet for AddressSet.Data;using AddressArray for AddressArray.Data;using ReentrancyGuardLib for ReentrancyGuardLib.Data;error PodAlreadyAdded();error PodNotFound();error InvalidPodAddress();error PodsLimitReachedForAccount();error InsufficientGas();
File 2 of 7: GnosisSafeProxy
12345678910111213141516// SPDX-License-Identifier: LGPL-3.0-onlypragma solidity >=0.7.0 <0.9.0;/// @title IProxy - Helper interface to access masterCopy of the Proxy on-chain/// @author Richard Meissner - <richard@gnosis.io>interface IProxy {function masterCopy() external view returns (address);}/// @title GnosisSafeProxy - Generic proxy contract allows to execute all transactions applying the code of a master contract./// @author Stefan George - <stefan@gnosis.io>/// @author Richard Meissner - <richard@gnosis.io>contract GnosisSafeProxy {// singleton always needs to be first declared variable, to ensure that it is at the same location in the contracts to which calls are delegated.// To reduce deployment costs this variable is internal and needs to be retrieved via `getStorageAt`address internal singleton;
File 3 of 7: PowerPod
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.0;import "@openzeppelin/contracts/access/Ownable.sol";import "@1inch/erc20-pods/contracts/ERC20Pods.sol";import "./interfaces/IDelegatedShare.sol";contract DelegatedShare is IDelegatedShare, ERC20Pods {error ApproveDisabled();error TransferDisabled();error NotOwner();address immutable private _owner;modifier onlyOwner {if (msg.sender != _owner) revert NotOwner();_;}constructor(string memory name,
File 4 of 7: DelegatedShare
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.0;import "@openzeppelin/contracts/token/ERC20/ERC20.sol";import "@1inch/solidity-utils/contracts/libraries/AddressSet.sol";import "./interfaces/IERC20Pods.sol";import "./interfaces/IPod.sol";import "./libs/ReentrancyGuard.sol";abstract contract ERC20Pods is ERC20, IERC20Pods, ReentrancyGuardExt {using AddressSet for AddressSet.Data;using AddressArray for AddressArray.Data;using ReentrancyGuardLib for ReentrancyGuardLib.Data;error PodAlreadyAdded();error PodNotFound();error InvalidPodAddress();error PodsLimitReachedForAccount();error InsufficientGas();
File 5 of 7: OneInch
12345678910111213141516/*,▄m ,▄▄▄▄▄▄▄▄▄▄╖╓▄▓██▌╓▄▓███████████▀└▄████████████▓╬▓███████████▓▓▓▄▄▄,╓, ,▄▄███▓╣██████▓╬╬▓████████████▀▓████████▓▄,▀█▓▄╥ xΘ╙╠╠███▓╬▓█████╬╬╬▓██████▓╬╬╬▓▀ ▐█╬╬╬╬▓██████▌╖╙████▓▄Q ,φ▒▒▒███╬╬█████╬╬╬▓████▓╬╬╬▓▓▀ ╕ ▐█▓▓▓╬╬╬╬╬▓█████▄╙▓██████▓▄▄▒▒███╬╬╣████╬╬╣███╬╬▓███▀ ▄█⌐ ╫████████▓▓╬╬╬████▌/ ▀███▓████████▓╬╬▓████╬███▓████▀ ▄██▀ ╔██████████████▓▓▓███▄▄╙ ╙██▓▄╙▀▓█████▓▓▓██████████▀ ª▀▀└ ,▓███████▓╬╬╬▓██████████▌,▓ ╓╠▒≥ ╙▓██▓╖ └▀▓███████▓███▓╙ ▄▓████████████▓╬╬╬╬▓███████▌▄█ ╔▒▒▒▒" └▀███▌, ╙████▀ ~Φ▓██▓▀▀╩▓██╙▀██████▓╬╬╬╬▓██████▌▓█ φ▒▒▒╙ ╔╔ ╙████▄▄███▀ , ██▌ ╙▓█████╬╬╬╬▓██▓└▀b▓█ ╔▒▒▒` φ▒▒▒ⁿ ╫██████` ,▌ ╫██ ╙█████╬╬╬╬██▓╫█─ .▒▒▒ ╠▒▒╚ ]██████¬ ▓█ ██▌ └▓███▓╬╬╬██▓▐█▌ ╠▒▒ φ▒▒" ▐█████─ ▓█▀██▌ ███ ╬ └████╬╬╬██▌
File 6 of 7: StakingFarmingPod
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.0;import "@openzeppelin/contracts/token/ERC20/IERC20.sol";interface IERC20Pods is IERC20 {event PodAdded(address account, address pod);event PodRemoved(address account, address pod);function hasPod(address account, address pod) external view returns(bool);function podsCount(address account) external view returns(uint256);function podAt(address account, uint256 index) external view returns(address);function pods(address account) external view returns(address[] memory);function podBalanceOf(address pod, address account) external view returns(uint256);function addPod(address pod) external;function removePod(address pod) external;function removeAllPods() external;}// SPDX-License-Identifier: MIT
File 7 of 7: MultiFarmingPod
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.8.0;import "@openzeppelin/contracts/token/ERC20/ERC20.sol";import "@1inch/solidity-utils/contracts/libraries/AddressSet.sol";import "./interfaces/IERC20Pods.sol";import "./interfaces/IPod.sol";import "./libs/ReentrancyGuard.sol";abstract contract ERC20Pods is ERC20, IERC20Pods, ReentrancyGuardExt {using AddressSet for AddressSet.Data;using AddressArray for AddressArray.Data;using ReentrancyGuardLib for ReentrancyGuardLib.Data;error PodAlreadyAdded();error PodNotFound();error InvalidPodAddress();error PodsLimitReachedForAccount();error InsufficientGas();