t.me/ZeniqGame
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,159.04 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 12715709 | 3 years ago | | | 0 | 0.00023177000 | |
0x | 12715705 | 3 years ago | | | 0 | 0.00025200000 | |
Transfer | 12715691 | 3 years ago | | | 0.002134226 | 0.00012600000 | |
| 12702520 | 3 years ago | | | 0 | 0.00037871400 | |
| 11278241 | 4 years ago | | | 0 | 0.0027150490 | |
| 11278238 | 4 years ago | | | 0 | 0.0021364320 | |
| 11278238 | 4 years ago | | | 0 | 0.0023144680 | |
| 11278237 | 4 years ago | | | 0 | 0.0068988950 | |
| 11278221 | 4 years ago | | | 0 | 0.0012401410 | |
| 11275395 | 4 years ago | | | 0 | 0.0012907610 |
ABI
ABI objects
Getter at block 21200018
cmContractType() view returns (string)
CMErc20
cmImage() view returns (string)
cmURL() view returns (string)
decimals() view returns (uint8)
8
name() view returns (string)
t.me/ZeniqGame
owner() view returns (address)
0x659f45325a5374fc86c23241c04b6d4fcfdb7c75
symbol() view returns (string)
ZENIQ
totalSupply() view returns (uint256)
100000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _setCMImage(string image)
_setCMURL(string url)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 amount, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.