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 |
---|---|---|---|---|---|
TOZ | ERC-20 | 897.205387K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096914 | 23 days ago | | | 0 | 0.00015457244 | |
| 21049968 | a month ago | | | 0 | 0.00031415533 | |
| 20902642 | 2 months ago | | | 0 | 0.00011523851 | |
| 20902640 | 2 months ago | | | 0 | 0.00010073054 | |
| 20718084 | 2 months ago | | | 0 | 0.000043552800 | |
| 20531038 | 3 months ago | | | 0 | 0.00014034303 | |
| 20455349 | 4 months ago | | | 0 | 0.000096643588 | |
| 20453390 | 4 months ago | | | 0 | 0.000049219000 | |
| 20453390 | 4 months ago | | | 0 | 0.000052919000 | |
| 20453390 | 4 months ago | | | 0 | 0.000052919000 |
ABI
ABI objects
Getter at block 21260687
decimals() view returns (uint8)
18
locked() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
TOZEX
owner() view returns (address)
0x359efe20aa329cf7c9c9dbae15174521a5224d73
symbol() view returns (string)
TOZ
tokenOwner() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1600010000000000000000000
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(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockToken() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setCrowdsale(address _crowdsale) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromContract(address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockToken() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn()
LockToken()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCrowdsale(address indexed _crowdsale)
Transfer(address indexed from, address indexed to, uint256 value)
UnlockToken()
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.