Zipmex Token
Verified contract
Proxy
Active on
Ethereum with 6,596 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZMT | ERC-20 | 25.606957K | $0.00023 |
$5.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246987 | an hour ago | | | 0 | 0.00079924404 | |
| 21176012 | 10 days ago | | | 0 | 0.0011794228 | |
| 21163259 | 12 days ago | | | 0 | 0.00079834513 | |
| 21090518 | 22 days ago | | | 0 | 0.00033264896 | |
| 21090513 | 22 days ago | | | 0 | 0.00034405531 | |
| 21090507 | 22 days ago | | | 0 | 0.00032857736 | |
| 21082013 | 23 days ago | | | 0 | 0.00043256551 | |
| 21054083 | a month ago | | | 0 | 0.00018016923 | |
| 21046317 | a month ago | | | 0 | 0.00047207329 | |
| 21034530 | a month ago | | | 0 | 0.0025544250 |
ABI
ABI objects
Getter at block 21247386 admin() view returns (address) implementation() view returns (address)
decimals() view returns (uint8)
18
name() view returns (string)
Zipmex Token
owner() view returns (address)
0x024467343e83ba8bd0934459ee4b89529c70aa7b
symbol() view returns (string)
ZMT
totalSupply() view returns (uint256)
199526316000000000000000000
transferable() view returns (bool)
true
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 changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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()
constructor(address _implementation, bytes _data)
fallback()
This contract contains no error objects.