TRON GOBLIN
explorerv0.5-beta
MAINNET

bidyTron · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
bidyTron
CONTRACT Unverified Non-proxy
Address TYXUZRLC5tdFvVUniyMLHqYpgEwFSvRziE
Verification Unverified
Standard CONTRACT
Creation tx 0573db4d…4d32cb
Deployed Jul 24, 2021
Proxy No
Contract balance 94TRX on-chain
Total calls 81 lifetime triggers
Functions 9 4 read · 5 write
Bytecode 3.02Kbytes runtime
Deployed Jul 24, 2021 unverified
Contract interface
ABI · 9 fns
Unverified · bytecode + ABI only 9 functions · 4 events · 3,020 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_user",
        "type": "address"
      },
      {
        "name": "_amount",
        "type": "uint256"
      },
      {
        "name": "_time",
        "type": "uint256"
      }
    ],
    "name": "Deposit",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_user",
        "type": "address"
      },
      {
        "name": "_name",
        "type": "string"
      }
    ],
    "name": "NewUser",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "_user",
        "type": "address"
      },
      {
        "name": "_amount",
        "type": "uint256"
      },
      {
        "name": "_time",
        "type": "uint256"
      }
    ],
    "name": "Withdrawal",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "contract_balance",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "name": "deposit",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "noOfUser",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "name": "renounceOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_name",
        "type": "string"
      }
    ],
    "name": "signup",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "isExist",
        "type": "bool"
      },
      {
        "name": "id",
        "type": "uint256"
      },
      {
        "name": "name",
        "type": "string"
      }
    ],
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "user",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_amount",
        "type": "uint256"
      },
      {
        "name": "_toAddress",
        "type": "address"
      }
    ],
    "name": "withdrawal",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

bidyTron is a smart contract on Tron, deployed from TRyQ7MtaixzMPpDEmYjiYSfk1Y4CDndvhL on Jul 24, 2021. It has been called 81 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.