Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZMB | ERC-20 | 20 | -- | -- | |
ZMB | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452939 | 4 months ago | | | 0 | 0.000056642000 | |
| 9875698 | 5 years ago | | | 0 | 0.00020327000 | |
| 6458618 | 6 years ago | | | 0 | 0.000053118000 | |
| 6454361 | 6 years ago | | | 0 | 0.000038054000 | |
| 6449758 | 6 years ago | | | 0 | 0.000038054000 | |
| 6441017 | 6 years ago | | | 0 | 0.00069053400 | |
| 6395473 | 6 years ago | | | 0 | 0.00030443961 | |
| 6394933 | 6 years ago | | | 0 | 0.00052523460 | |
| 6376137 | 6 years ago | | | 0 | 0.00047806200 | |
| 6373124 | 6 years ago | | | 0 | 0.00042069456 |
ABI
ABI objects
Getter at block 21260685
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Zmbc
owner() view returns (address)
0xec06fca469d01638bb1855ee5dcb5a03e3efc6e4
ownerCandidate() view returns (address)
0x0000000000000000000000000000000000000000
sellPrice() view returns (uint256)
0
symbol() view returns (string)
ZMB
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnerTransfer()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
proposeNewOwner(address newOwner)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnerTransfer(address originalOwner, address currentOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.