TRON GOBLIN
explorerv0.5-beta
MAINNET

Contract · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
Contract
CONTRACT Unverified Non-proxy
Address TYYydBfPayKARCttNLkLm67JMCDkvUCVn1
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 5 2 read · 3 write
Bytecode 2.29Kbytes runtime
Deployed unverified
Contract interface
ABI · 5 fns
Unverified · bytecode + ABI only 5 functions · 18 events · 2,292 bytes
contract.abi.json
[
  {
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "account",
        "type": "address"
      },
      {
        "name": "amountInTokens",
        "type": "uint256"
      },
      {
        "name": "amountInUsdt",
        "type": "uint256"
      }
    ],
    "name": "BuyTokenTier",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "recipient",
        "type": "address"
      },
      {
        "name": "bonus",
        "type": "uint256"
      }
    ],
    "name": "CheckMatchBonus",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "user",
        "type": "address"
      },
      {
        "name": "tier",
        "type": "uint256"
      },
      {
        "name": "distributed",
        "type": "uint256"
      }
    ],
    "name": "CompleteTierPurchase",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "sender",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "receiver",
        "type": "address"
      },
      {
        "name": "generation",
        "type": "uint256"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "GenerationIncome",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "previousOwner",
        "type": "address"
      },
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "ProxyOwnershipTransferred",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "breakagePool",
        "type": "address"
      }
    ],
    "name": "SetBreakagePool",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "checkMatchShare",
        "type": "uint16"
      }
    ],
    "name": "SetCheckMatchShare",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "daisy",
        "type": "address"
      }
    ],
    "name": "SetDaisy",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "daisyLaunchpadPartner",
        "type": "address"
      }
    ],
    "name": "SetDaisyLaunchpadPartner",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "daisyPartner",
        "type": "address"
      }
    ],
    "name": "SetDaisyPartner",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "goldPacesetterPool",
        "type": "address"
      }
    ],
    "name": "SetGoldPacesetterPool",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "leadershipPacesetterPool",
        "type": "address"
      }
    ],
    "name": "SetLeadershipPacesetterPool",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "root",
        "type": "address"
      }
    ],
    "name": "SetRoot",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "router",
        "type": "address"
      }
    ],
    "name": "SetRouter",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "spilloverPool",
        "type": "address"
      }
    ],
    "name": "SetSpilloverPool",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "token",
        "type": "address"
      }
    ],
    "name": "SetToken",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "topOwnersPool",
        "type": "address"
      }
    ],
    "name": "SetTopOwnerPool",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "implementation",
        "type": "address"
      }
    ],
    "name": "Upgraded",
    "type": "Event"
  },
  {
    "stateMutability": "Payable",
    "type": "Fallback"
  },
  {
    "outputs": [
      {
        "name": "impl",
        "type": "address"
      }
    ],
    "name": "implementation",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "owner",
        "type": "address"
      }
    ],
    "name": "proxyOwner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferProxyOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "implementation",
        "type": "address"
      }
    ],
    "name": "upgradeTo",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "implementation",
        "type": "address"
      },
      {
        "name": "data",
        "type": "bytes"
      }
    ],
    "name": "upgradeToAndCall",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "stateMutability": "Payable",
    "type": "Receive"
  }
]
About this contract
overview

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