Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,648.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GAL | ERC-20 | 7.13607K | $1.79 |
$12,773.57 | |
USDT | ERC-20 | 558.717212 | $1.001 |
$559.28 | |
GALA | ERC-20 | 8.152194K | $0.029015 |
$236.53 | |
USDC | ERC-20 | 79.527539 | $1.00 |
$79.53 | |
ALEPH | ERC-20 | 0.009409 | $0.15129 |
$0 | |
APU | ERC-20 | 1 | $0.000912 |
$0 | |
ANKR | ERC-20 | 0.020391 | $0.033469 |
$0 | |
GAL | ERC-20 | 454.153K | -- | -- | |
HQG | ERC-20 | 1.281 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245826 | 14 minutes ago | | | 0 | 0.00082092649 | |
| 21245274 | 2 hours ago | | | 0 | 0.00069953582 | |
| 21245156 | 2 hours ago | | | 0 | 0.00077671122 | |
| 21244750 | 4 hours ago | | | 0 | 0.00067163619 | |
| 21244367 | 5 hours ago | | | 0 | 0.00046222443 | |
| 21244364 | 5 hours ago | | | 0 | 0.00076356869 | |
| 21244247 | 6 hours ago | | | 0 | 0.00053046313 | |
| 21244244 | 6 hours ago | | | 0 | 0.00090076994 | |
| 21243799 | 7 hours ago | | | 0 | 0.00099429095 | |
| 21243757 | 7 hours ago | | | 0 | 0.00049015308 |
ABI
ABI objects
Getter at block 21245894
DOMAIN_SEPARATOR() view returns (bytes32)
0x67c157a481eaccbcae83f0864e7d4db60cae548a16d0b63f88eff13be8ae2660
TOTAL_SUPPLY() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Project Galaxy
owner() view returns (address)
0x783c330a7a4968a08ce100a16ac27ff2ccfaebdf
symbol() view returns (string)
GAL
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
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(address _owner, address account)
This contract contains no fallback and receive objects.
This contract contains no error objects.