Redbelly MainnetRBNT$0.003745(+1.31%)Chain151Block2,962,130Gas139,794.38 nRBNTTPS0.033Avg block35s

Decoded call

swapExactTokensForETH(uint256,uint256,address[],address,uint256) · registry ABI · contract: reddexv2Router01

The summary line uses calldata: exact input and minimum output. Explorers that show a slightly larger received amount (e.g. 16,543 vs 16,494 WRBNT) read the final token transfer after the AMM, not the min-out field. Fiat values ($) need a price oracle and are not included here yet.

Uniswap V2 routers keep the historical name “swapExactTokensForETH”: “ETH” means the wrapped-native leg of the pool (here WRBNT), not Ethereum mainnet. Your path is token ↔ WRBNT.

amountIn uint256
3 325 705.015923 SNEC(raw 3 325 705 015 923 187 000 000 000)
amountOutMin uint256
24.809131 WRBNT(raw 24 809 131 936 608 869 987)
path address[]
[0x4ab8302453bff522847bd8609e3264719c6bbd13, 0x6ed1f491e2d31536d6561f6bdb2adc8f092a6076]
deadline uint256
1 737 713 283

ERC-20 tokens transferred

2 Transfer events in this transaction. Token movements come from ERC-20 logs — not from the native value field above.

Block#1,973,919last year
MethodswapExactTokensForETH0x18cbafe5swapExactTokensForETH(uint256,uint256,address[],address,uint256) · imported contract_abi
Value0 RBNTnative RBNT only — see ERC-20 section below

Overview

Hash
0x5e256608038e3966759c2324e6e457a4de9aba440ee83956948cf53352bb7ba0
Status
Success
Block
#1,973,919
Timestamp
Jan 24, 2025, 9:48 AM · last year
Method
SwapExactTokensForETH0x18cbafe5swapExactTokensForETH(uint256,uint256,address[],address,uint256)
Calldata preview
0x18cbafe500000000000000000000000000000000000000000002c03ed485b9ca...

Event logs

6 logs labeled from a curated catalog and/or the emitting contract’s imported ABI. Each row is the emitting contract (often the pair for Swap/Sync, the token for Transfer/Approval) — not always the transaction “To” contract.

  1. Token approval 0 SNEC from 0x0c35…ea9b to 0x8bf0…9c85
    Approval(address,address,uint256)
    Decoded (ABI) — decimal / formatted
    • owner (address, indexed)
      0x0c357978b6ef3646fdbfacd3bf7afa50780dea9b
      topic word (hex): 0x0000000000000000000000000c357978b6ef3646fdbfacd3bf7afa50780dea9b
    • spender (address, indexed)
      0x8bf0167911b1e81d8d69b9c91c20ff854b019c85
      topic word (hex): 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    • value (uint256)
      0
    Raw topics & data (hex)
    topic0: 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925
    topic1: 0x0000000000000000000000000c357978b6ef3646fdbfacd3bf7afa50780dea9b
    topic2: 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    data: 0x0000000000000000000000000000000000000000000000000000000000000000
  2. Token transfer 3 325 705.0159 SNEC: 0x0c35…ea9b → 0xc7e2…d013
    Transfer(address,address,uint256)
    Decoded (ABI) — decimal / formatted
    • from (address, indexed)
      0x0c357978b6ef3646fdbfacd3bf7afa50780dea9b
      topic word (hex): 0x0000000000000000000000000c357978b6ef3646fdbfacd3bf7afa50780dea9b
    • to (address, indexed)
      0xc7e2fbc9e0faa9a258b93973980d73ca7d17d013
      topic word (hex): 0x000000000000000000000000c7e2fbc9e0faa9a258b93973980d73ca7d17d013
    • value (uint256)
      3 325 705 015 923 187 000 000 000
    Raw topics & data (hex)
    topic0: 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
    topic1: 0x0000000000000000000000000c357978b6ef3646fdbfacd3bf7afa50780dea9b
    topic2: 0x000000000000000000000000c7e2fbc9e0faa9a258b93973980d73ca7d17d013
    data: 0x00000000000000000000000000000000000000000002c03ed485b9ca5f57be00
  3. Token transfer 25.3043 WRBNT: 0xc7e2…d013 → 0x8bf0…9c85
    Transfer(address,address,uint256)
    Decoded (ABI) — decimal / formatted
    • src (address, indexed)
      0xc7e2fbc9e0faa9a258b93973980d73ca7d17d013
      topic word (hex): 0x000000000000000000000000c7e2fbc9e0faa9a258b93973980d73ca7d17d013
    • dst (address, indexed)
      0x8bf0167911b1e81d8d69b9c91c20ff854b019c85
      topic word (hex): 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    • wad (uint256)
      25 304 342 383 167 941 430
    Raw topics & data (hex)
    topic0: 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
    topic1: 0x000000000000000000000000c7e2fbc9e0faa9a258b93973980d73ca7d17d013
    topic2: 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    data: 0x0000000000000000000000000000000000000000000000015f2b15544f962b36
  4. #3Sync (Uniswap V2 pair)0xc7e2∴⟡∴d013
    Sync (Uniswap V2 pair)
    Sync(uint112,uint112)
    Decoded (ABI) — decimal / formatted
    • reserve0 (uint112)
      15 336 267 041 288 534 682 615 376 288
    • reserve1 (uint112)
      117 015 029 252 440 689 474 001
    Raw topics & data (hex)
    topic0: 0x1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1
    data: 0x0000000000000000000000000000000000000000318ddcde32fb105dc68f69a00000000000000000000000000000000000000000000018c765bf0ce62617f9d1
  5. #4Swap (Uniswap V2)0xc7e2∴⟡∴d013
    Swap (Uniswap V2)
    Swap(address,uint256,uint256,uint256,uint256,address)
    Decoded (ABI) — decimal / formatted
    • sender (address, indexed)
      0x8bf0167911b1e81d8d69b9c91c20ff854b019c85
      topic word (hex): 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    • to (address, indexed)
      0x8bf0167911b1e81d8d69b9c91c20ff854b019c85
      topic word (hex): 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    • amount0In (uint256)
      3 325 705 015 923 187 000 000 000
    • amount1In (uint256)
      0
    • amount0Out (uint256)
      0
    • amount1Out (uint256)
      25 304 342 383 167 941 430
    Raw topics & data (hex)
    topic0: 0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822
    topic1: 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    topic2: 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    data: 0x00000000000000000000000000000000000000000002c03ed485b9ca5f57be00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000015f2b15544f962b36
  6. Withdraw 25304342383167941430 to 0x8bf0…9c85
    Withdrawal(address,uint256)
    Decoded (ABI) — decimal / formatted
    • src (address, indexed)
      0x8bf0167911b1e81d8d69b9c91c20ff854b019c85
      topic word (hex): 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    • wad (uint256)
      25 304 342 383 167 941 430
    Raw topics & data (hex)
    topic0: 0x7fcf532c15f0a6db0bd6d0e038bea71d30d808c7d98cb3bf7268a95bf5081b65
    topic1: 0x0000000000000000000000008bf0167911b1e81d8d69b9c91c20ff854b019c85
    data: 0x0000000000000000000000000000000000000000000000015f2b15544f962b36