Everipedia IQ
Verified contract
Active on
Ethereum with 43,274 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($186.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 186.077184 | $1.001 |
$186.26 | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247736 | 16 minutes ago | | | 0 | 0.00032545654 | |
| 21247730 | 17 minutes ago | | | 0 | 0.00059880489 | |
| 21247387 | an hour ago | | | 0 | 0.00031746376 | |
| 21247038 | 3 hours ago | | | 0 | 0.00067485327 | |
| 21246861 | 3 hours ago | | | 0 | 0.00038647232 | |
| 21246841 | 3 hours ago | | | 0 | 0.00037319810 | |
| 21246664 | 4 hours ago | | | 0 | 0.00039543469 | |
| 21246492 | 4 hours ago | | | 0 | 0.00038723066 | |
| 21246418 | 5 hours ago | | | 0 | 0.00080818561 | |
| 21245972 | 6 hours ago | | | 0 | 0.00075352470 |
ABI
ABI objects
Getter at block 21247813
decimals() view returns (uint8)
18
minter() view returns (address)
0x8acc50345921b4a635705ec7f3ac042b3407bd58
name() view returns (string)
Everipedia IQ
owner() view returns (address)
0x8acc50345921b4a635705ec7f3ac042b3407bd58
symbol() view returns (string)
IQ
totalSupply() view returns (uint256)
5910168306013059999999999879
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _addr, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _addr, uint256 _amount)
renounceOwnership()
setMinter(address _addr)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.