TRON GOBLIN
explorerv0.5-beta
MAINNET

TRON_AMAZE · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
TRON_AMAZE
CONTRACT Unverified Non-proxy
Address TCCB2gswbqdsdRRxguiXUiwFbyvb74T2PL
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 9 1 read · 8 write
Bytecode 6.02Kbytes runtime
Deployed unverified
Contract interface
ABI · 9 fns
Unverified · bytecode + ABI only 9 functions · 7 events · 6,017 bytes
contract.abi.json
[
  {
    "payable": true,
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "sponcer_id",
        "type": "string"
      },
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "NewRegistration",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "matrix",
        "type": "string"
      },
      {
        "name": "promoter",
        "type": "string"
      },
      {
        "name": "payment_promoter",
        "type": "string"
      },
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "buyMatrix",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "_userAddresses",
        "type": "address[]"
      },
      {
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "airDropTRX",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "constant": true,
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "matrix",
        "type": "uint256"
      },
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "MatrixPayment",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "current_level",
        "type": "string"
      },
      {
        "name": "promoter",
        "type": "string"
      },
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "buyLevel",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "multisendTRX",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "payable": true,
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "Level",
        "type": "uint256"
      },
      {
        "name": "_contributors",
        "type": "address[]"
      },
      {
        "name": "_balances",
        "type": "uint256[]"
      }
    ],
    "name": "LevelPayment",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_sender",
        "type": "address"
      }
    ],
    "name": "withdrawLostTRXFromBalance",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "ownerAddress",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "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"
  },
  {
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "sponcer_id",
        "type": "string"
      },
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      }
    ],
    "name": "Registration",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "current_level",
        "type": "string"
      },
      {
        "name": "promoter",
        "type": "string"
      },
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      }
    ],
    "name": "LevelUpgrade",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "matrix",
        "type": "string"
      },
      {
        "name": "promoter",
        "type": "string"
      },
      {
        "name": "payment_promoter",
        "type": "string"
      },
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      }
    ],
    "name": "MatrixUpgrade",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "current_level",
        "type": "uint256"
      }
    ],
    "name": "LevelPaymentEvent",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "member_name",
        "type": "string"
      },
      {
        "name": "matrix",
        "type": "uint256"
      }
    ],
    "name": "MatrixPaymentEvent",
    "type": "Event"
  }
]
About this contract
overview

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