Zyzz Coin
Verified contract
Active on
Ethereum with 330 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 |
---|---|---|---|---|---|
ZYZZ | ERC-20 | 670.81366K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20736139 | 3 months ago | | | 0 | 0.00049610021 | |
| 18542550 | a year ago | | | 0 | 0.0010927724 | |
| 18361901 | a year ago | | | 0 | 0.00021540771 | |
| 17601166 | a year ago | | | 0 | 0.00072558384 | |
| 17600067 | a year ago | | | 0 | 0.00085185221 | |
| 17587309 | a year ago | | | 0 | 0.0012972826 | |
| 17578142 | a year ago | | | 0 | 0.00087359150 | |
| 17576950 | a year ago | | | 0 | 0.00081005167 | |
| 17570766 | a year ago | | | 0 | 0.00069389935 | |
| 17544340 | a year ago | | | 0 | 0.0011555503 |
ABI
ABI objects
Getter at block 21381761
_feeRewardAddress() view returns (address)
0x09150e98c96c0b3f59b796b722cc26f784a7c764
_feeRewardPct() view returns (uint256)
0
_router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
18
firstPair() view returns (address)
0x246bc1238dad96a9eaa4b698c731d5f212c6dde1
maxFeeSwap() view returns (uint256)
500000000000000000000000000
name() view returns (string)
Zyzz Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
startBlock() view returns (uint256)
17388669
symbol() view returns (string)
ZYZZ
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
_feeExcluded(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlackList(address _clearedUser)
renounceOwnership()
rescueTokens(address token, address to, uint256 amount)
setFeeExcluded(address a, bool excluded)
setFees(uint256 feeRewardPct, address feeRewardAddress)
setMaxFeeSwap(uint256 newMaxFeeSwap)
setRouter(address r)
setSwapFeesEnabled(bool newState)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawEther(address to, uint256 amount)
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(uint256 feeRewardPct, address feeRewardAddress, address uniRouter, address uniPairFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.