Q8E20 Token
Verified contract
Active on
Ethereum with 2,053 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 |
---|---|---|---|---|---|
Q8E20 | ERC-20 | 83.819871M | -- | -- | |
DDRT | ERC-20 | 500 | -- | -- | |
GOLDR | ERC-20 | 195.6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16224749 | 2 years ago | | | 0 | 0.00032891401 | |
| 16224741 | 2 years ago | | | 0 | 0.00033758105 | |
| 15152169 | 2 years ago | | | 0 | 0.00029714000 | |
| 14208137 | 3 years ago | | | 0 | 0.0012402783 | |
| 13965070 | 3 years ago | | | 0 | 0.0023761600 | |
| 13965040 | 3 years ago | | | 0 | 0.0050747007 | |
| 13965033 | 3 years ago | | | 0 | 0.0054672864 | |
| 13830283 | 3 years ago | | | 0 | 0.0015315123 | |
| 13819697 | 3 years ago | | | 0 | 0.0070952290 | |
| 13492326 | 3 years ago | | | 0 | 0.0040738620 |
ABI
ABI objects
Getter at block 21257684
_totalSupply() view returns (uint256)
10000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Q8E20 Token
symbol() view returns (string)
Q8E20
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
fromContract(address receiver, uint256 _amount) returns (bool)
mint(address _receiver, uint256 _amount) returns (bool)
setStakingLimit(uint256 _amount) returns (bool)
transfer(address receiver, uint256 numTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.