Zioncoin
Verified contract
Active on
Ethereum with 3,617 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.002594 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19951307 | 6 months ago | | | 0 | 0.00025164416 | |
| 19536611 | 8 months ago | | | 0 | 0.00077546176 | |
| 19530906 | 8 months ago | | | 0 | 0.0013352817 | |
| 18804121 | a year ago | | | 0 | 0.0017936577 | |
| 18342202 | a year ago | | | 0 | 0.00034446100 | |
| 18342202 | a year ago | | | 0 | 0.00055676400 | |
| 18302732 | a year ago | | | 0 | 0.00035153134 | |
| 17348126 | 2 years ago | | | 0 | 0.0010058972 | |
| 17347480 | 2 years ago | | | 0 | 0.00059140389 | |
| 17347480 | 2 years ago | | | 0 | 0.00058970079 |
ABI
ABI objects
Getter at block 21317220
decimals() view returns (uint8)
18
name() view returns (string)
Zioncoin
symbol() view returns (string)
ZNC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _total)
This contract contains no fallback and receive objects.
This contract contains no error objects.