Quras Token
Verified contract
Active on
Ethereum with 23,726 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 |
---|---|---|---|---|---|
XQC | ERC-20 | 109.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20555186 | 3 months ago | | | 0 | 0.000027917355 | |
| 20555185 | 3 months ago | | | 0 | 0.000025327915 | |
| 20453375 | 4 months ago | | | 0 | 0.000026814000 | |
| 18261495 | a year ago | | | 0 | 0.00045044010 | |
| 17563984 | a year ago | | | 0 | 0.0013367622 | |
| 17149023 | 2 years ago | | | 0 | 0.00080455192 | |
| 17024066 | 2 years ago | | | 0 | 0.00090418029 | |
| 16376361 | 2 years ago | | | 0 | 0.00067298630 | |
| 16233561 | 2 years ago | | | 0 | 0.00080741880 | |
| 16030465 | 2 years ago | | | 0 | 0.00066228724 |
ABI
ABI objects
Getter at block 21286101
decimals() view returns (uint8)
8
name() view returns (string)
Quras Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x48b7278d8fa4e4008bccc6dc6aaaf4777648e29b
symbol() view returns (string)
XQC
totalSupply() view returns (uint256)
46431630209227516
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.