TRON GOBLIN
explorerv0.5-beta
MAINNET

DogSellerProxy · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
DogSellerProxy
CONTRACT Unverified Non-proxy
Address TLDphgpFLJzgpyizC8yDMqBTQUWZVfLSZP
Verification Unverified
Standard CONTRACT
Creation tx 45d6f321…24ed3a
Deployed Nov 10, 2022
Proxy No
Contract balance 0TRX on-chain
Total calls 895 lifetime triggers
Functions 24 14 read · 10 write
Bytecode 4.31Kbytes runtime
Deployed Nov 10, 2022 unverified
Contract interface
ABI · 24 fns
Unverified · bytecode + ABI only 24 functions · 1 events · 4,307 bytes
contract.abi.json
[
  {
    "inputs": [
      {
        "name": "_envType",
        "type": "uint256"
      }
    ],
    "stateMutability": "Nonpayable",
    "type": "Constructor"
  },
  {
    "inputs": [
      {
        "indexed": true,
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "Event"
  },
  {
    "stateMutability": "Payable",
    "type": "Fallback"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "RDM",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "USDT",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "dogTypeLimit",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "endDate",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "executors",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "netType",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "newDog",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "oldDog",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "address"
      }
    ],
    "name": "owner",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "name": "pause",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "priceMap",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "inputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "rdmPriceMap",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "sellAmount",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_dogType",
        "type": "uint256"
      },
      {
        "name": "_usdt",
        "type": "uint256"
      }
    ],
    "name": "setDogPrice",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_dogType",
        "type": "uint256"
      },
      {
        "name": "_rdm",
        "type": "uint256"
      }
    ],
    "name": "setDogPriceRDM",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_dogType",
        "type": "uint256"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "setLimitAmount",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "logic",
        "type": "address"
      }
    ],
    "name": "setLogic",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_start",
        "type": "uint256"
      },
      {
        "name": "_end",
        "type": "uint256"
      }
    ],
    "name": "setOpenDate",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "status",
        "type": "bool"
      }
    ],
    "name": "setPause",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "name": "startDate",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "executor",
        "type": "address"
      },
      {
        "name": "status",
        "type": "bool"
      }
    ],
    "name": "updateExecutor",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "newAddress",
        "type": "address"
      }
    ],
    "name": "updateFA",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "_found",
        "type": "address"
      }
    ],
    "name": "updateFound",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "stateMutability": "Payable",
    "type": "Receive"
  }
]
About this contract
overview

DogSellerProxy is a smart contract on Tron, deployed from TKjXRoBbSiPViaW2vgeCWnYwXc8KJAiDog on Nov 10, 2022. It has been called 895 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.