Zilla Token
Verified contract
Active on
Ethereum with 74,189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2 | $1.002 |
$2 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ZLA | ERC-20 | 3.22087K | -- | -- | |
KCN | ERC-20 | 870 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132633 | 4 days ago | | | 0 | 0.00086269299 | |
| 21075528 | 12 days ago | | | 0 | 0.00053257079 | |
| 21054236 | 15 days ago | | | 0 | 0.00018359029 | |
| 20688879 | 2 months ago | | | 0 | 0.000051250634 | |
| 20686359 | 2 months ago | | | 0 | 0.00022670555 | |
| 20517178 | 3 months ago | | | 0 | 0.000052216409 | |
| 20509644 | 3 months ago | | | 0 | 0.000054603085 | |
| 20509356 | 3 months ago | | | 0 | 0.000053614737 | |
| 20505183 | 3 months ago | | | 0 | 0.000092507999 | |
| 20408522 | 3 months ago | | | 0 | 0.000049536000 |
ABI
ABI objects
Getter at block 21160664
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
60000000000000000000000000
name() view returns (string)
Zilla Token
owner() view returns (address)
0x320274f5dd332cc3b617b360e8554d95a0b96978
symbol() view returns (string)
ZLA
totalSupply() view returns (uint256)
60000000000000000000000000
tradeable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowTrading()
approve(address _spender, uint256 _value) returns (bool)
crowdsaleTransfer(address _to, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.