Quiztok Token
Verified contract
Active on
Ethereum with 72,896 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 |
---|---|---|---|---|---|
QTCON | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244078 | 5 hours ago | | | 0 | 0.00060372230 | |
| 21244068 | 5 hours ago | | | 0 | 0.00055363273 | |
| 21243565 | 7 hours ago | | | 0 | 0.0014078500 | |
| 21243433 | 7 hours ago | | | 0 | 0.0010911566 | |
| 21242306 | 11 hours ago | | | 0 | 0.00038081370 | |
| 21242276 | 11 hours ago | | | 0 | 0.00039743591 | |
| 21242266 | 11 hours ago | | | 0 | 0.00039966501 | |
| 21242120 | 11 hours ago | | | 0 | 0.00056314000 | |
| 21241788 | 12 hours ago | | | 0 | 0.00037855826 | |
| 21241345 | 14 hours ago | | | 0 | 0.00057149718 |
ABI
ABI objects
Getter at block 21245512
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
m_aOwner() view returns (address)
0x8c7e214c17866671ac9b4a2afc1df94c0c69f20b
m_bIsLock() view returns (bool)
true
name() view returns (string)
Quiztok Token
owner() view returns (address)
0x8c7e214c17866671ac9b4a2afc1df94c0c69f20b
paused() view returns (bool)
false
quizTokMultisig() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
QTCON
totalSupply() view returns (uint256)
12000000000000000000000000000
Read-only
airDropHistory(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
lockStatus(address) view returns (address)
m_mLockAddress(address) view returns (bool)
State-modifying
Events SetLockAddress(address a_aLockAddress, bool a_bStatus)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dropToken(address[] receivers, uint256[] values)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
multiTransfer(address[] _to, uint256[] _amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
timeLockToken(address beneficiary, uint256 amount, uint256 releaseTime)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AirDrop(address _receiver, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Lock(address _receiver, uint256 _amount)
Locked(address a_aLockAddress, bool a_bStatus)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.