Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,642.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALICE | ERC-20 | 2.113901K | $1.25 |
$2,642.38 | |
HQG | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246437 | 2 minutes ago | | | 0 | 0.00081862738 | |
| 21245936 | 2 hours ago | | | 0 | 0.00063441608 | |
| 21245870 | 2 hours ago | | | 0 | 0.00050221218 | |
| 21245863 | 2 hours ago | | | 0 | 0.0010243488 | |
| 21245762 | 2 hours ago | | | 0 | 0.00033894382 | |
| 21245702 | 2 hours ago | | | 0 | 0.00034326895 | |
| 21245650 | 3 hours ago | | | 0 | 0.00066665277 | |
| 21245543 | 3 hours ago | | | 0 | 0.00056747968 | |
| 21245451 | 3 hours ago | | | 0 | 0.00075455924 | |
| 21245317 | 4 hours ago | | | 0 | 0.00077836724 |
ABI
ABI objects
Getter at block 21246444
cap() pure returns (uint256)
100000000000000
decimals() view returns (uint8)
6
name() view returns (string)
ALICE
symbol() view returns (string)
ALICE
totalSupply() view returns (uint256)
92000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMinter(address newMinter)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromNative(address to, uint256 value, bytes32 refID) returns (bool)
transferToNative(bytes32 to, uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterSet(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFromNative(address indexed to, bytes32 indexed refID, uint256 value)
TransferToNative(address indexed from, bytes32 indexed to, uint256 value)
constructor(address minter)
This contract contains no fallback and receive objects.
This contract contains no error objects.