Zebi Coin
Verified contract
Active on
Ethereum with 46,801 txns
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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
BBO | ERC-20 | 58.894494K | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
DOG | ERC-20 | 250 | -- | -- | |
XCEL | ERC-20 | 50 | -- | -- | |
Only | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19092505 | 10 months ago | | | 0 | 0.00052942915 | |
| 17464430 | a year ago | | | 0 | 0.00040936446 | |
| 15156408 | 2 years ago | | | 0 | 0.00028165742 | |
| 14676853 | 3 years ago | | | 0 | 0.00098305249 | |
| 12733598 | 3 years ago | | | 0 | 0.00029287204 | |
| 12697815 | 3 years ago | | | 0 | 0.00044373400 | |
| 12686596 | 3 years ago | | | 0 | 0.0018530320 | |
| 12668456 | 3 years ago | | | 0 | 0.00021600005 | |
| 12668192 | 3 years ago | | | 0 | 0.00034500000 | |
| 12668141 | 3 years ago | | | 0 | 0.00036573000 |
ABI
ABI objects
Getter at block 21272406
decimals() view returns (uint64)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
Zebi Coin
owner() view returns (address)
0xb7d67fe0aa7e4b932f5a98ae953702ff3a4c319c
symbol() view returns (string)
ZCO
totalSupply() view returns (uint256)
0
transferAllowed() view returns (bool)
false
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)
burn(address _from) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
endTransfer()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
resumeMinting() returns (bool)
startTransfer()
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)
Burn(address sender, uint256 tokencount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.