Presale ZNA Token
Verified contract
Active on
Ethereum with 2 txns
Balances ($0.00)
No balances found for "Presale ZNA Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4366934 | 7 years ago | | | 0 | 0.0052500000 | |
| 4366895 | 7 years ago | | | 0 | 0.0043891000 |
ABI
ABI objects
Getter at block 21299030
decimals() pure returns (uint8)
18
minter() pure returns (address)
0xfc72be3a68d6415c52b8742a426568713c43e108
name() pure returns (string)
Presale ZNA Token
owner() pure returns (address)
0x858c9a52826e45150f70abcb0f40d6cd83247490
paused() pure returns (bool)
true
symbol() pure returns (string)
pZNA
totalSupply() pure returns (uint256)
1000000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
setMinter(address _minter)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.