TRON GOBLIN
explorerv0.5-beta
MAINNET

DArtStakingUSDT · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
DArtStakingUSDT
CONTRACT Unverified Non-proxy
Address TT9iHjN8bfqytanK8XazweHTcDF114G8ds
Verification Unverified
Standard CONTRACT
Creator
Creation tx
Deployed
Proxy No
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 30 17 read · 13 write
Bytecode 9.51Kbytes runtime
Deployed unverified
Contract interface
ABI · 30 fns
Unverified · bytecode + ABI only 30 functions · 4 events · 9,506 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_usdtTokenAddress",
        "type": "address"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "_user",
        "type": "address"
      },
      {
        "name": "tariff",
        "type": "uint256"
      },
      {
        "indexed": true,
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "DepositEvent",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "_user",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "_uid",
        "type": "uint256"
      }
    ],
    "name": "investorExistEvent",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "_user",
        "type": "address"
      }
    ],
    "name": "registerEvent",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "_user",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "_amount",
        "type": "uint256"
      }
    ],
    "name": "withdrawEvent",
    "type": "Event"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "BONUS_ROUND",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "success",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      }
    ],
    "name": "addAddressToBlacklist",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "blacklisted",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256[]"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      }
    ],
    "name": "calcDepositPercentsEverySecond",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256[]"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      }
    ],
    "name": "calcDepositPercentsMonthly",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "_tariff",
        "type": "uint8"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "deposit",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "_tariff",
        "type": "uint8"
      },
      {
        "name": "_wallet",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "depositForUser",
    "stateMutability": "Payable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "name": "eol",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      },
      {
        "name": "did",
        "type": "uint256"
      }
    ],
    "name": "getDepositAmount",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      },
      {
        "name": "did",
        "type": "uint256"
      }
    ],
    "name": "getDepositAt",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      },
      {
        "name": "did",
        "type": "uint256"
      }
    ],
    "name": "getDepositClosed",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      },
      {
        "name": "did",
        "type": "uint256"
      }
    ],
    "name": "getDepositPaidOut",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint8"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      },
      {
        "name": "did",
        "type": "uint256"
      }
    ],
    "name": "getDepositTariff",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256[]"
      }
    ],
    "inputs": [
      {
        "name": "user",
        "type": "address"
      }
    ],
    "name": "getDepositsWithdrawn",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "gml",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "id",
        "type": "uint32"
      },
      {
        "name": "numDeposits",
        "type": "uint32"
      },
      {
        "name": "totalDepositPercents",
        "type": "uint256"
      },
      {
        "name": "totalDepositPrincipals",
        "type": "uint256"
      },
      {
        "name": "invested",
        "type": "uint256"
      },
      {
        "name": "paidAt",
        "type": "uint256"
      },
      {
        "name": "withdrawn",
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "investors",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "success",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "addr",
        "type": "address"
      }
    ],
    "name": "removeAddressFromBlacklist",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "max",
        "type": "uint256"
      }
    ],
    "name": "setBonusRound",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "name": "min",
        "type": "uint256"
      }
    ],
    "name": "setMinDeposit",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "_tariff",
        "type": "uint256"
      },
      {
        "name": "_status",
        "type": "bool"
      }
    ],
    "name": "setTariffStatus",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "name": "state",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "name": "time",
        "type": "uint256"
      },
      {
        "name": "percent",
        "type": "uint256"
      },
      {
        "name": "status",
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "tariffs",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "totalDeposits",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "totalInvested",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint32"
      }
    ],
    "name": "totalInvestors",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint32"
      }
    ],
    "name": "totalUsers",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "name": "turnOff",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "name": "turnOn",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "name": "withdraw",
    "stateMutability": "Nonpayable",
    "type": "Function"
  }
]
About this contract
overview

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