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 |
---|---|---|---|---|---|
XAZ | ERC-20 | 900K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025094 | 19 days ago | | | 0 | 0.00051500700 | |
| 21025067 | 19 days ago | | | 0 | 0.00024018400 | |
| 21025043 | 19 days ago | | | 0 | 0.00051500700 | |
| 20452750 | 3 months ago | | | 0 | 0.00010484600 | |
| 19788362 | 6 months ago | | | 0 | 0.00031131746 | |
| 19645136 | 7 months ago | | | 0 | 0.0012016830 | |
| 19603978 | 7 months ago | | | 0 | 0.0012014310 | |
| 18748390 | a year ago | | | 0 | 0.0018614260 | |
| 18732337 | a year ago | | | 0 | 0.0029887950 | |
| 18654670 | a year ago | | | 0 | 0.00088297000 |
ABI
ABI objects
Getter at block 21162504
decimals() view returns (uint8)
2
mintingFinished() view returns (bool)
false
name() view returns (string)
AIzen
owner() view returns (address)
0x348608acd233be91dfda4007f3a56a560c286199
symbol() view returns (string)
XAZ
totalSupply() view returns (uint256)
4671566600350
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(address _from, uint256 _unitAmount)
finishMinting() returns (bool)
mint(address _to, uint256 _unitAmount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 amount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.