TRON GOBLIN
explorerv0.5-beta
MAINNET

Tron_Blockchains · Verified Contract on Tron

Smart contract
VERIFIED · mainnet
{}
Tron_Blockchains
CONTRACT Source verified Non-proxy 1
Address TR7Sec89ATkSCpRx8DYkujTFuad246CDaF
Verification Verified
Standard CONTRACT
Creation tx 5bf2f758…64e785
Deployed Jan 20, 2021
Proxy No
Contract balance 0TRX on-chain
Total calls 969 lifetime triggers
Functions 2 0 read · 2 write
Bytecode 1.16Kbytes runtime
Deployed Jan 20, 2021 verified
Contract interface
ABI · 2 fns
Source verified · ABI matches bytecode 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

Tron_Blockchains is a verified smart contract on Tron, deployed from TALQKqsjNGY6rfmL284r2m9hnXvjvoKaVs on Jan 20, 2021. It has been called 969 times.

The ABI matches the on-chain bytecode, so the Read tab above runs live view calls against the node (no gas, no signature). The verified Solidity source is viewable on TronScan ↗. Write calls require a signed wallet transaction — wallet support is coming soon.