Zipmex Token
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "Zipmex Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19959357 | 5 months ago | | | 0 | 0.00021370279 | |
| 19959355 | 5 months ago | | | 0 | 0.0017271262 |
ABI
ABI objects
Getter at block 20791860
decimals() view returns (uint8)
18
name() view returns (string)
Zipmex Token
owner() view returns (address)
0x000000731853db38e1ed95bdf1080f8782120000
symbol() view returns (string)
ZMT
totalSupply() view returns (uint256)
200000000000000000000000000
transferable() view returns (bool)
false
version() view returns (uint256)
1
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
transferGrants(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _recipient, uint256 _value, bytes _data) returns (bool)
burn(uint256 _value) returns (bool)
cancelTransferRight(address _from)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
enableTransfers()
grantTransferRight(address _to)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
initialize(address tokenOwner)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferRightCancelled(address indexed _from)
TransferRightGiven(address indexed _to)
TransfersEnabled()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.