ETH Price: $1,775.54 (-0.67%)

Transaction Details

Etherscan Transaction Action
Call Propose Function by ENS Name fireeyesdao.eth on ENS: Governance
Transaction Hash:
0x526de5b475c1d4b2e1e537e4bfffd1cfa4f43ac2b516b16aaf4edf1954d355de
Status:
Success
Block:
165299958998130 Block Confirmations
Timestamp:

Sponsored:


Value:
0 ETH ($0.00)
Transaction Fee:
0.007790659362516888 ETH $13.83
Gas Price:
34.028816616 Gwei (0.000000034028816616 ETH)
Ether Price:
$1,585.47 / ETH
Gas Limit & Usage by Txn:
228,943 | 228,943 (100%)
Gas Fees:
Base: 32.528816616 Gwei |Max: 58.676014825 Gwei |Max Priority: 1.5 Gwei
Burnt & Txn Savings Fees:
🔥 Burnt: 0.007447244862516888 ETH ($13.22)💸 Txn Savings: 0.005642803499563087 ETH ($10.02)

Other Attributes:
Txn Type: 2 (EIP-1559) Nonce: 10 Position In Block: 81
Input Data:

Private Note:
To access the Private Note feature, you must be Logged In
View 1 zero value Internal Transaction in Advanced view mode
ADVANCED MODE:
AA Txn Hash Method Position From Internal Txns Token Txns NFT Txns Txn Fee (ETH) Gas Limit
Transaction Receipt Event Logs
206
Address
0x323a76393544d5ecca80cd6ef2a560c6a395b7e3 (ENS: Governance)
Name

ProposalCreated (uint256 proposalId, address proposer, address[] targets, uint256[] values, string[] signatures, bytes[] calldatas, uint256 startBlock, uint256 endBlock, string description)View Source

Topics
  • 0 0x7d84a6263ae0d98d3329bd7b46bb4e8d6f98cd35a7adb45c274c8b7fd5ebd5e0
Data
  • proposalId (uint256) :45461903078948131870051132081249892009497709518413744958551889217805827301425
  • proposer (address) :0x5BFCB4BE4d7B43437d5A0c57E908c048a4418390
  • targets (address[]) :0x283Af0B28c62C092C9727F1Ee09c02CA627EB7F5
    0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
    0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
    0x11C76AD590ABDFFCD980afEC9ad951B160F02797
  • values (uint256[]) :0
    10000000000000000000000
    0
    0
  • signatures (string[]) :



  • calldatas (bytes[]) :3CCFD60B
    D0E30DB0
    095EA7B300000000000000000000000011C76AD590ABDFFCD980AFEC9AD951B160F0279700000000000000000000000000000000000000000000021E19E0C9BAB2400000
    DE9F091600000000000000000000000000000000000000000000021E19E0C9BAB2400000000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000A0B86991C6218B36C1D19D4A2E9EB0CE3606EB48000000000000000000000000FE89CC7ABB2C4183683AB71653C4CDC9B02D44B70000000000000000000000002F965935F93718BB66D53A37A97080785657F0AC00000000000000000000000000000000000000000000000000000000000000C0000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000C8000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000E0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000A00000000000000000000000000000000000000000000000000000000000000002000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000A0B86991C6218B36C1D19D4A2E9EB0CE3606EB4800000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000005
  • startBlock (uint256) :16529996
  • endBlock (uint256) :16575814
  • description (string) :# [EP3.3] [Executable] Sell ETH to USDC ## Abstract This proposal executes a swap of 10,000 ETH into USDC, to ensure ENS DAO has enough to cover operating expenses for 18 - 24 months. ## Motivation The DAO currently keeps almost 100% of its spendable treasury in ETH. While ENS generates protocol revenue in ETH, having so much exposure to a single volatile asset places the DAO in a vulnerable position. This is a proposal to convert 10,000 ETH into USDC through a Cowswap swap. 10,000 ETH is approximately 25% of the total amount of ETH held by the ENS DAO (wallet.ensdao.eth) and register controller (controller.ens.eth) as of January 18, 2023. It is hoped that this sale will generate in excess of $13m in USDC. The goal is to ensure that the DAO has enough USDC to cover operations for the next 18 - 24 months. ## Specification 1. Call `withdraw()` on controller.ens.eth (0x283af0b28c62c092c9727f1ee09c02ca627eb7f5) 2. Call `deposit()` on WETH9 (0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2), sending 10,000 ETH 3. Call `approve(<milkman>, 10000 ETH)` on WETH9 (0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2) 4. Call `requestSwapExactTokensForTokens(10000 ETH, <WETH9>, <USDC>, wallet.ensdao.eth, <uniswap v3 price checker>, <price checker data>)` on milkman (0x11C76AD590ABDFFCD980afEC9ad951B160F02797) Price checker data is configured to check the swap against the Uniswap v3 pool and limit to 2% slippage. It is generated using the below code: ``` import { ethers } from "https://cdn.ethers.io/lib/ethers-5.2.esm.min.js"; function getCheckerData(slippage, path, fees) { return ethers.utils.defaultAbiCoder.encode( ["uint256", "bytes"], [ slippage, ethers.utils.defaultAbiCoder.encode( ["address[]", "uint24[]"], [path, fees], ), ], ); } const checkerData = getCheckerData( 200, [ "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", ], [5], ); console.log("checkerData:", checkerData); ``` **Addresses:** * 0xfe89cc7abb2c4183683ab71653c4cdc9b02d44b7 - wallet.ensdao.eth * 0x283af0b28c62c092c9727f1ee09c02ca627eb7f5 - controller.ens.eth * 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 - WETH9 * 0x11C76AD590ABDFFCD980afEC9ad951B160F02797 - milkman * 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 - USDC * 0x2F965935f93718bB66d53a37a97080785657f0AC - Uniswap v3 slippage checker

                
Authority Delegated Address Nonce Validity yParity r s
Loading...
Loading
Loading...
Loading
Loading...
Loading

A transaction is a cryptographically signed instruction that changes the blockchain state. Block explorers track the details of all transactions in the network. Learn more about transactions in our Knowledge Base.