RealTract
Verified contract
Active on
Ethereum with 7,449 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,986.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 17K | $0.999197 |
$16,986.35 | |
RET | ERC-20 | 32K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
ERC20 | ERC-20 | 1.98 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19589143 | 8 months ago | | | 0 | 0.00063184835 | |
| 18456740 | a year ago | | | 0 | 0.00075845357 | |
| 18456729 | a year ago | | | 0 | 0.00096572539 | |
| 17161546 | 2 years ago | | | 0 | 0.0033678311 | |
| 15113503 | 2 years ago | | | 0 | 0.00061009438 | |
| 14942603 | 2 years ago | | | 0 | 0.0022041995 | |
| 13957775 | 3 years ago | | | 0 | 0.0036987269 | |
| 13640251 | 3 years ago | | | 0 | 0.012081779 | |
| 13560495 | 3 years ago | | | 0 | 0.0067049695 | |
| 13255995 | 3 years ago | | | 0 | 0.0021857379 |
ABI
ABI objects
Getter at block 21276276
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
8
name() view returns (string)
RealTract
owner() view returns (address)
0x58071386c5fb84ea5250732fd28dae9944a134fb
sellPrice() view returns (uint256)
0
symbol() view returns (string)
RET
totalSupply() view returns (uint256)
2460000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.