YottaCoin
Verified contract
Active on
Ethereum with 201,118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.001881 |
$0 | |
EAT | ERC-20 | 20K | -- | -- | |
GreenCap | ERC-20 | 13.992151K | -- | -- | |
YTA | ERC-20 | 7.249544K | -- | -- | |
YTL | ERC-20 | 2.35K | -- | -- | |
DC | ERC-20 | 1.45872K | -- | -- | |
LDC | ERC-20 | 63.488 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.4 | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091356 | 21 days ago | | | 0 | 0.0025219799 | |
| 21049681 | a month ago | | | 0 | 0.0037372328 | |
| 20572731 | 3 months ago | | | 0 | 0.00029635760 | |
| 20548354 | 3 months ago | | | 0 | 0.00065874619 | |
| 20453390 | 4 months ago | | | 0 | 0.00044614000 | |
| 20453375 | 4 months ago | | | 0 | 0.00044615200 | |
| 20453328 | 4 months ago | | | 0 | 0.00042906400 | |
| 20453328 | 4 months ago | | | 0 | 0.00044615200 | |
| 20453320 | 4 months ago | | | 0 | 0.00042906400 | |
| 20453299 | 4 months ago | | | 0 | 0.000024401000 |
ABI
ABI objects
Getter at block 21245111
decimals() view returns (uint8)
18
name() view returns (string)
YottaCoin
symbol() view returns (string)
YTA
totalSupply() view returns (uint256)
4000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getFrozenAccount(address _target) view returns (bool)
getFrozenTimestamp(address _target) view returns (uint256)
State-modifying
Events addRule(address addr, uint8 initPercent, uint256[] periods, uint8[] percents) returns (bool)
addTimeT(address addr, uint256 timeT) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
changeAdmin(address newAdmin) returns (bool)
freeze(address _target, bool _freeze) returns (bool)
freezeWithTimestamp(address _target, uint256 _timestamp) returns (bool)
kill()
multiFreeze(address[] _targets, bool[] _freezes) returns (bool)
multiFreezeWithTimestamp(address[] _targets, uint256[] _timestamps) returns (bool)
multiTransfer(address[] _tos, uint256[] _values) returns (bool)
removeRule(address addr) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferfix(address _to, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint8 tokenDecimals, uint256 totalTokenSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.