PriceFeed · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
PriceFeed
Address TAS8HVbbdhGT2PDSL9k4LmMPCQ1AnPeQt3
Contract balance 0TRX on-chain
Total calls 341.50K lifetime triggers
Functions 9 5 read · 4 write
Bytecode 2.36Kbytes runtime
Deployed Apr 3, 2020 unverified
Contract interface
ABI · 9 fns
contract.abi.json
[
{
"inputs": [
{
"name": "owner_",
"type": "address"
}
],
"name": "setOwner",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bytes32"
}
],
"constant": true,
"name": "read",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bytes32"
},
{
"type": "bool"
}
],
"constant": true,
"name": "peek",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "val_",
"type": "uint128"
},
{
"name": "zzz_",
"type": "uint32"
},
{
"name": "med_",
"type": "address"
}
],
"name": "post",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"name": "result",
"type": "bool"
}
],
"inputs": [
{
"name": "authority_",
"type": "address"
}
],
"name": "setAuthority",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint32"
}
],
"constant": true,
"name": "zzz",
"stateMutability": "View",
"type": "Function"
},
{
"name": "void",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "authority",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"indexed": true,
"name": "sig",
"type": "bytes4"
},
{
"indexed": true,
"name": "guy",
"type": "address"
},
{
"indexed": true,
"name": "foo",
"type": "bytes32"
},
{
"indexed": true,
"name": "bar",
"type": "bytes32"
},
{
"name": "sad",
"type": "uint256"
},
{
"name": "fax",
"type": "bytes"
}
],
"name": "LogNote",
"anonymous": true,
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "authority",
"type": "address"
}
],
"name": "LogSetAuthority",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "owner",
"type": "address"
}
],
"name": "LogSetOwner",
"type": "Event"
}
]About this contract
overview
PriceFeed is a smart contract on Tron, deployed from TG6jUMfwpwR9QNFsSwCGtLaV2TR2gV8yru on Apr 3, 2020. It has been called 341.50K 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.