Tron_Blockchains · Verified Contract on Tron
Smart contract
VERIFIED · mainnet
{} ✓
Tron_Blockchains
Address TR7Sec89ATkSCpRx8DYkujTFuad246CDaF
Contract balance 0TRX on-chain
Total calls 969 lifetime triggers
Functions 2 0 read · 2 write
Bytecode 1.16Kbytes runtime
Deployed Jan 20, 2021 verified
Contract interface
ABI · 2 fns
contract.abi.json
[
{
"payable": true,
"inputs": [
{
"name": "_userAddresses",
"type": "address[]"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "airDropTRX",
"stateMutability": "Payable",
"type": "Function"
},
{
"payable": true,
"inputs": [
{
"name": "_contributors",
"type": "address[]"
},
{
"name": "_balances",
"type": "uint256[]"
}
],
"name": "multisendTRX",
"stateMutability": "Payable",
"type": "Function"
},
{
"inputs": [
{
"name": "value",
"type": "uint256"
},
{
"indexed": true,
"name": "sender",
"type": "address"
}
],
"name": "Multisended",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "_userAddress",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "Airdropped",
"type": "Event"
}
]About this contract
overview
Tron_Blockchains is a verified smart contract on Tron, deployed from TALQKqsjNGY6rfmL284r2m9hnXvjvoKaVs on Jan 20, 2021. It has been called 969 times.
The ABI matches the on-chain bytecode, so the Read tab above runs live view calls against the node (no gas, no signature). The verified Solidity source is viewable on TronScan ↗. Write calls require a signed wallet transaction — wallet support is coming soon.