TRON GOBLIN
explorerv0.5-beta
MAINNET

LazerTron2x · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
LazerTron2x
CONTRACT Unverified Non-proxy
Address TNs5As5dnnF2n4VHmketeov3PwL5dYjyft
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 8 3 read · 5 write
Bytecode 1.79Kbytes runtime
Deployed unverified
Contract interface
ABI · 8 fns
Unverified · bytecode + ABI only 8 functions · 4 events · 1,791 bytes
contract.abi.json
[
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "minter",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "balance",
        "type": "uint256"
      }
    ],
    "constant": true,
    "name": "getBalance",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "NewRegistration",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "balances",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "success",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "withdraw",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "receiver",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "mint",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "receiver",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "send",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "NewUpgrade",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "name": "sender",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "LogWithdrawal",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "from",
        "type": "address"
      },
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Sent",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "value",
        "type": "uint256"
      },
      {
        "name": "sender",
        "type": "address"
      }
    ],
    "name": "Registration",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "value",
        "type": "uint256"
      },
      {
        "name": "sender",
        "type": "address"
      }
    ],
    "name": "Upgrade",
    "type": "Event"
  }
]
About this contract
overview

LazerTron2x 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.