TWQ Token
Verified contract
Active on
Ethereum with 2,627 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TWQ Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11387951 | 4 years ago | | | 0 | 0.00063095850 | |
| 10384788 | 4 years ago | | | 0 | 0.0017107020 | |
| 10006121 | 5 years ago | | | 0 | 0.00078546871 | |
| 9976524 | 5 years ago | | | 0 | 0.00089112000 | |
| 9667376 | 5 years ago | | | 0 | 0.010027260 | |
| 9623038 | 5 years ago | | | 0 | 0.000081366000 | |
| 9623022 | 5 years ago | | | 0 | 0.00024417000 | |
| 9593381 | 5 years ago | | | 0 | 0.00089150400 | |
| 9580318 | 5 years ago | | | 0 | 0.00020353500 | |
| 9543734 | 5 years ago | | | 0 | 0.0018318150 |
ABI
ABI objects
Getter at block 21189455
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
TWQ Token
owner() view returns (address)
0x9ebf6734ebf95effb99dbe6dc5faf086ec394d94
sellPrice() view returns (uint256)
0
symbol() view returns (string)
TWQ
totalSupply() view returns (uint256)
166600000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value) 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 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.