TRON GOBLIN
explorerv0.5-beta
MAINNET

tronexnew · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
tronexnew
CONTRACT Unverified Non-proxy
Address TPVRb7PyB3zRZKjha8qgoSjuxc6zpmExXT
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 2 0 read · 2 write
Bytecode 1.16Kbytes runtime
Deployed unverified
Contract interface
ABI · 2 fns
Unverified · bytecode + ABI only 2 functions · 2 events · 1,157 bytes
contract.abi.json
[
  {
    "payable": true,
    "inputs": [
      {
        "name": "_userAddresses",
        "type": "address[]"
      },
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "airDropTRX",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "multisendTRX",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "value",
        "type": "uint256"
      },
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      }
    ],
    "name": "Multisended",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "_userAddress",
        "type": "address"
      },
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "Airdropped",
    "type": "Event"
  }
]
About this contract
overview

tronexnew is a smart contract on Tron. It has been called 0 times.

This contract is not source-verified, so only its on-chain bytecode and ABI are available. Read calls still run live against the node. Write calls require a signed wallet transaction — wallet support is coming soon.