Trony Currency
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2 | $1.002 |
$2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4216956 | 7 years ago | | | 0 | 0.00045697219 | |
| 4216857 | 7 years ago | | | 0 | 0.0014401500 | |
| 4216634 | 7 years ago | | | 0 | 0.0011394021 | |
| 4216626 | 7 years ago | | | 0 | 0.0026785000 | |
| 4216542 | 7 years ago | | | 0 | 0.0026785000 | |
| 4210125 | 7 years ago | | | 0 | 0.0026785000 | |
| 4205787 | 7 years ago | | | 0 | 0.0026785000 | |
| 4205461 | 7 years ago | | | 0 | 0.0026785000 | |
| 4204620 | 7 years ago | | | 0 | 0.0026785000 |
ABI
ABI objects
Getter at block 21193039
TRCExchangeRate() pure returns (uint256)
2000
crowdsaleIsOpen() pure returns (bool)
true
decimals() pure returns (uint256)
6
multisigAddress() pure returns (address)
0x0000000000000000000000000000000000000000
name() pure returns (string)
Trony Currency
owner() pure returns (address)
0x5627edcbb536924b271d992a6a41bdab57add05d
standard() pure returns (string)
Trony currency V1.0
symbol() pure returns (string)
TRC
totalRemainSupply() pure returns (uint256)
629999991000000
totalSupply() pure returns (uint256)
630000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events TRCTotalSupply() returns (uint256)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burnTokens(address _addr, uint256 _amount)
changeOwner(address _newOwner)
crowdsaleOpen(bool _crowdsaleIsOpen)
mintTokens(address _sendTo, uint256 _sendAmount)
setTRCExchangeRate(uint256 _TRCExchangeRate)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
withdraw(address _multisigAddress)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
burnToken(address indexed _from, uint256 _value)
mintToken(address indexed _to, uint256 _value)
constructor(uint256 _totalSupply, uint256 __TRCExchangeRate)
fallback()
This contract contains no error objects.