Zynecoin
Verified contract
Active on
Ethereum with 18,788 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZYN | ERC-20 | 17.372229K | -- | -- | |
FRI | ERC-20 | 16.7K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
STL | ERC-20 | 833 | -- | -- | |
ZYR | ERC-20 | 832 | -- | -- | |
ZEEN | ERC-20 | 100 | -- | -- | |
HQG | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20915685 | 2 months ago | | | 0 | 0.0014841809 | |
| 20793312 | 2 months ago | | | 0 | 0.00091549888 | |
| 20741114 | 2 months ago | | | 0 | 0.00013785272 | |
| 20719178 | 2 months ago | | | 0 | 0.00019350078 | |
| 20536220 | 3 months ago | | | 0 | 0.00040305276 | |
| 20535948 | 3 months ago | | | 0 | 0.00016818486 | |
| 20516147 | 3 months ago | | | 0 | 0.000052499114 | |
| 20453214 | 4 months ago | | | 0 | 0.000046813000 | |
| 20451776 | 4 months ago | | | 0 | 0.000051089000 | |
| 20409874 | 4 months ago | | | 0 | 0.000029701000 |
ABI
ABI objects
Getter at block 21248374
decimals() view returns (uint8)
18
name() view returns (string)
Zynecoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8ad4bfd99281f8a9e15f2668f701212050433a6a
symbol() view returns (string)
ZYN
totalSupply() view returns (uint256)
51009352592144000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 value)
burnFrom(address account, uint256 value)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.