QANX Token
Verified contract
Active on
Ethereum with 14,264 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,990,004.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QANX | ERC-20 | 149.261042M | $0.026732 |
$3,990,004.37 | |
ROUTE | ERC-20 | 0 | $1.74 |
$0 | |
QANX | ERC-20 | 1.14351M | -- | -- | |
wCADAI | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244217 | an hour ago | | | 0 | 0.00065769579 | |
| 21244215 | an hour ago | | | 0 | 0.00060410755 | |
| 21244212 | an hour ago | | | 0 | 0.00058325906 | |
| 21242919 | 5 hours ago | | | 0 | 0.00046377339 | |
| 21242915 | 5 hours ago | | | 0 | 0.00048715250 | |
| 21242789 | 6 hours ago | | | 0 | 0.00058907833 | |
| 21242774 | 6 hours ago | | | 0 | 0.00064405886 | |
| 21242729 | 6 hours ago | | | 0 | 0.00047268721 | |
| 21242718 | 6 hours ago | | | 0 | 0.00065915050 | |
| 21242689 | 6 hours ago | | | 0 | 0.00067473140 |
ABI
ABI objects
Getter at block 21244454
decimals() view returns (uint8)
18
name() view returns (string)
QANX Token
symbol() view returns (string)
QANX
totalSupply() view returns (uint256)
3333333000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockOf(address account) view returns (struct QANXLock)
lockedBalanceOf(address account) view returns (uint256)
unlockableBalanceOf(address account) view returns (uint256)
unlockedBalanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
encashCheque(address beneficiary, uint256 amount, uint64 hardLockUntil, uint64 softLockUntil, uint64 allowedHops, bytes32[2] signature)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setChequeSigner(address _newChequeSigner)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferFromLocked(address sender, address recipient, uint256 amount, uint64 hardLockUntil, uint64 softLockUntil, uint64 allowedHops) returns (bool)
transferLocked(address recipient, uint256 amount, uint64 hardLockUntil, uint64 softLockUntil, uint64 allowedHops) returns (bool)
unlock(address account) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ChequeSignerUpdated(address signer)
LockApplied(address indexed account, uint256 amount, uint64 hardLockUntil, uint64 softLockUntil, uint64 allowedHops)
LockDecreased(address indexed account, uint256 amount)
LockRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
receive()
This contract contains no error objects.