Back to Tools
UCX

Airdrop Distribution

🚧 This is a preview of the upcoming airdrop distribution feature. The functionality is not yet live.

You will airdrop directly to recipients (you pay gas)

Airdrop Distribution Summary

  • Gas Estimation: ~0.05 ETH
  • Total Recipients: 0
  • Total UCX: 0

Airdrop Distribution Contract

Contract ABI

[
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "token",
        "type": "address"
      },
      {
        "internalType": "address[]",
        "name": "recipients",
        "type": "address[]"
      },
      {
        "internalType": "uint256[]",
        "name": "amounts",
        "type": "uint256[]"
      }
    ],
    "name": "airdropTokens",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  }
]