ZhiXin Token
Verified contract
Active on
Ethereum with 6,497 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 "ZhiXin Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453012 | 3 months ago | | | 0 | 0.000054294000 | |
| 20409078 | 3 months ago | | | 0 | 0.000032418000 | |
| 20395711 | 4 months ago | | | 0 | 0.000037194000 | |
| 18233082 | a year ago | | | 0 | 0.00051938177 | |
| 16022764 | 2 years ago | | | 0 | 0.00061307820 | |
| 15583503 | 2 years ago | | | 0 | 0.0017356282 | |
| 13463016 | 3 years ago | | | 0 | 0.0044581713 | |
| 13002468 | 3 years ago | | | 0 | 0.0025788210 | |
| 12810735 | 3 years ago | | | 0 | 0.00040913405 | |
| 12750100 | 3 years ago | | | 0 | 0.00051082206 |
ABI
ABI objects
Getter at block 21168806
INITIAL_SUPPLY() view returns (uint256)
5000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
ZhiXin Token
owner() view returns (address)
0x4444ffb56983cfbd0520602c334a283f1d8fe4cd
paused() view returns (bool)
false
symbol() view returns (string)
ZXT
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.