Quantfury Token
Verified contract
Active on
Ethereum with 4,865 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QTF | ERC-20 | 6.845567 | $4.75 |
$32.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101211 | 9 days ago | | | 0 | 0.00097730319 | |
| 21099775 | 9 days ago | | | 0 | 0.00028605734 | |
| 21099730 | 9 days ago | | | 0 | 0.00023921478 | |
| 21045664 | 16 days ago | | | 0 | 0.00029742116 | |
| 21009328 | 21 days ago | | | 0 | 0.00047494578 | |
| 20992119 | 24 days ago | | | 0 | 0.0018163580 | |
| 20964619 | a month ago | | | 0 | 0.0036857087 | |
| 20963370 | a month ago | | | 0 | 0.0010476488 | |
| 20943972 | a month ago | | | 0 | 0.0017406972 | |
| 20934246 | a month ago | | | 0 | 0.00094450618 |
ABI
ABI objects
Getter at block 21162340
decimals() view returns (uint8)
8
getGlobalLockStatus() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
Quantfury Token
owner() view returns (address)
0x79eb80d95da726f628b630839c256602a2acaf2e
symbol() view returns (string)
QTF
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getPersonalLockStatus(address holder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverSentTokens(address _token, address receiver)
renounceOwnership()
sendFromTo(address from, address to, uint256 value) returns (bool)
setGlobalLockStatus(bool status) returns (bool)
setPersonalLockStatus(address holder, bool status) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LockGlobal(address indexed changedByAddress, uint256 time, bool status)
LockPersonal(address indexed changedByAddress, address holder, uint256 time, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.