Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 1998548 | a year ago | | | 0 | 0.0000047223000 | |
| 1980744 | a year ago | | | 0 | 0.000069796504 | |
| 1980666 | a year ago | | | 0 | 0.000070564504 | |
| 1979372 | a year ago | | | 0 | 0.000071574004 | |
| 1979331 | a year ago | | | 0 | 0.000071574004 | |
| 1979275 | a year ago | | | 0 | 0.000071574004 | |
| 1979259 | a year ago | | | 0 | 0.000071574004 | |
| 1979245 | a year ago | | | 0 | 0.000071574004 | |
| 1979231 | a year ago | | | 0 | 0.0000047716036 | |
| 1979093 | a year ago | | | 0 | 0.000070474504 |
ABI
ABI objects
Getter at block 22964149
decimals() view returns (uint8)
18
name() view returns (string)
CZ
owner() view returns (address)
0x78e17843298d96a8ee241781a779a485ac569ab2
symbol() view returns (string)
CZ
tax() view returns (uint256)
100
tax_wallet() view returns (address)
0x78e17843298d96a8ee241781a779a485ac569ab2
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
isExcludedFromTax(address) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromTax(address excluded)
includeInTax(address included)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlackList(address _clearedUser)
renounceOwnership()
setTax(uint256 taxPercentage)
setTaxWallet(address wallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.