ZENEX Coin
Verified contract
Active on
Ethereum with 41 txns
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 "ZENEX Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207373 | a month ago | | | 0 | 0.00057443435 | |
| 21199241 | a month ago | | | 0 | 0.00075657228 | |
| 21199235 | a month ago | | | 0 | 0.00075873547 | |
| 17012624 | 2 years ago | | | 0 | 0.0010229372 | |
| 17012560 | 2 years ago | | | 0 | 0.00090316098 | |
| 17012517 | 2 years ago | | | 0 | 0.00097883074 | |
| 17012510 | 2 years ago | | | 0 | 0.0019357409 | |
| 17012475 | 2 years ago | | | 0 | 0.00089473915 | |
| 17012440 | 2 years ago | | | 0 | 0.0010988464 | |
| 17003408 | 2 years ago | | | 0 | 0.0018463992 |
ABI
ABI objects
Getter at block 21419028
decimals() view returns (uint8)
6
name() view returns (string)
ZENEX Coin
owner() view returns (address)
0xba0b41978c0f98a4919991717b7c59eaaad336e6
symbol() view returns (string)
ZNX
totalSupply() view returns (uint256)
120300000000000
Read-only
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlackList(address _clearedUser)
renounceOwnership()
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)
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.