FARM · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
FARM
Address TM18A565eSWVfUDgxwWDVfFCCm2cpAvpBZ
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 10 4 read · 6 write
Bytecode 2.51Kbytes runtime
Deployed — unverified
Contract interface
ABI · 10 fns
contract.abi.json
[
{
"inputs": [
{
"name": "sad",
"type": "uint256"
}
],
"name": "claim",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "user",
"type": "address"
},
{
"name": "sad",
"type": "uint256"
}
],
"name": "setClaim",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"name": "renounceOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "sad",
"type": "uint256"
}
],
"name": "pledge",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"constant": true,
"name": "isOwner",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "fundAddr",
"type": "address"
}
],
"name": "fundTransfer",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "token",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"name": "guy",
"type": "address"
}
],
"name": "claimOf",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "_token",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"inputs": [
{
"indexed": true,
"name": "src",
"type": "address"
},
{
"name": "sad",
"type": "uint256"
}
],
"name": "Pledge",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "src",
"type": "address"
},
{
"name": "sad",
"type": "uint256"
}
],
"name": "SetClaim",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "src",
"type": "address"
},
{
"name": "sad",
"type": "uint256"
}
],
"name": "Claim",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
}
]About this contract
overview
FARM 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.