TRON GOBLIN
explorerv0.5-beta
MAINNET

LOCK_LP · Contract on Tron

Smart contract
UNVERIFIED · mainnet
{}
LOCK_LP
CONTRACT Unverified Non-proxy
Address TZ3iBSVgHs22dcPy5WDJ8Aw6sU28btWHGw
Verification Unverified
Standard CONTRACT
Creation tx 4d1e6bf7…fa897b
Deployed Jul 3, 2021
Proxy No
Contract balance 0TRX on-chain
Total calls 2.95K lifetime triggers
Functions 7 5 read · 2 write
Bytecode 2.04Kbytes runtime
Deployed Jul 3, 2021 unverified
Contract interface
ABI · 7 fns
Unverified · bytecode + ABI only 7 functions · 2 events · 2,040 bytes
contract.abi.json
[
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "lp",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "lockLP",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "lp",
        "type": "address"
      },
      {
        "name": "account",
        "type": "address"
      }
    ],
    "name": "allowanceOfLP",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "lp",
        "type": "address"
      }
    ],
    "name": "totalSupplyOfLP",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "type": "address"
      },
      {
        "type": "address"
      }
    ],
    "name": "_lockLP",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "name": "lp",
        "type": "address"
      },
      {
        "name": "account",
        "type": "address"
      }
    ],
    "name": "balanceOfLP",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "uint256"
      }
    ],
    "constant": true,
    "inputs": [
      {
        "type": "address"
      }
    ],
    "name": "_totalLockLP",
    "stateMutability": "View",
    "type": "Function"
  },
  {
    "outputs": [
      {
        "type": "bool"
      }
    ],
    "inputs": [
      {
        "name": "lp",
        "type": "address"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "unlockLP",
    "stateMutability": "Nonpayable",
    "type": "Function"
  },
  {
    "inputs": [
      {
        "name": "contractm",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Lock",
    "type": "Event"
  },
  {
    "inputs": [
      {
        "name": "contractm",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "UnLock",
    "type": "Event"
  }
]
About this contract
overview

LOCK_LP is a smart contract on Tron, deployed from TLAYM1Kk4DCXbSHEPLCxLt66ArcWEF1R6v on Jul 3, 2021. It has been called 2.95K 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.