Ziggurat Token
Verified contract
Active on
Ethereum with 7,609 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 |
---|---|---|---|---|---|
ZIG | ERC-20 | 13.055K | -- | -- | |
EXC | ERC-20 | 607.010958 | -- | -- | |
DTA | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20505180 | 3 months ago | | | 0 | 0.000034644989 | |
| 17062606 | 2 years ago | | | 0 | 0.0011445647 | |
| 17031661 | 2 years ago | | | 0 | 0.00097621652 | |
| 17031552 | 2 years ago | | | 0 | 0.00088045011 | |
| 15421548 | 2 years ago | | | 0 | 0.0058850220 | |
| 15412395 | 2 years ago | | | 0 | 0.0058863900 | |
| 15198632 | 2 years ago | | | 0 | 0.0039369900 | |
| 14846124 | 2 years ago | | | 0 | 0.0012497647 | |
| 14832562 | 3 years ago | | | 0 | 0.0039356220 | |
| 14832512 | 3 years ago | | | 0 | 0.0039369900 |
ABI
ABI objects
Getter at block 21260417
admin() view returns (address)
0x989fcbc46845a290e971a6303ef3753fb039d8d5
coAdmin() view returns (address)
0x11c9bd1c3dd8f52828460780c54a3a650d472b6f
decimals() view returns (uint8)
18
name() view returns (string)
Ziggurat Token
symbol() view returns (string)
ZIG
totalMaxSupply() view returns (uint256)
531000000000000000000000000
totalSupply() view returns (uint256)
531000000000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseSupply(uint256 _value, address _from) returns (bool success)
mintToken(address target, uint256 mintedAmount) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferAdminship(address newAdmin)
transferCoadminship(address newCoadmin)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.