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 |
---|---|---|---|---|---|
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18337276 | a year ago | | | 0 | 0.00043993649 | |
| 18304691 | a year ago | | | 0 | 0.00040485905 | |
| 18304534 | a year ago | | | 0 | 0.00035131913 | |
| 18304507 | a year ago | | | 0 | 0.00042893813 | |
| 18281714 | a year ago | | | 0 | 0.00069699628 | |
| 18281708 | a year ago | | | 0 | 0.00071191185 | |
| 18281707 | a year ago | | | 0 | 0.00050215647 | |
| 18281707 | a year ago | | | 0 | 0.00027054722 | |
| 18281705 | a year ago | | | 0 | 0.00030312517 | |
| 18281678 | a year ago | | | 0 | 0.0012673120 |
ABI
ABI objects
Getter at block 21205795
blockReward() view returns (uint256)
50000000000000000000
cap() view returns (uint256)
1000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
TallToken
owner() view returns (address)
0x2b1888fedc8f553d435835c68444d29b59ca786a
symbol() view returns (string)
TALL
totalSupply() view returns (uint256)
900000000950000000000000000000
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(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBlockReward(uint256 reward)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 cap, uint256 reward)
This contract contains no fallback and receive objects.
This contract contains no error objects.