Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($78,566.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GALA | ERC-20 | 2.17783M | $0.0293 |
$63,810.08 | |
USDT | ERC-20 | 9.558442K | $1.001 |
$9,568 | |
UNI | ERC-20 | 212.744758 | $9.38 |
$1,995.55 | |
USDC | ERC-20 | 1.966947K | $1.00 |
$1,966.95 | |
AGIX | ERC-20 | 1.908031K | $0.548264 |
$1,046.1 | |
CRO | ERC-20 | 556.079173 | $0.20029 |
$111.38 | |
SAND | ERC-20 | 151.510252 | $0.356823 |
$54.06 | |
MANA | ERC-20 | 16.459986 | $0.42877 |
$7.06 | |
ENJ | ERC-20 | 19.17099 | $0.203777 |
$3.91 | |
LINK | ERC-20 | 0.153524 | $15.34 |
$2.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241314 | 15 minutes ago | | | 0 | 0.00036951732 | |
| 21241236 | 31 minutes ago | | | 0 | 0.00029416216 | |
| 21241207 | 36 minutes ago | | | 0 | 0.00044594681 | |
| 21241184 | 41 minutes ago | | | 0 | 0.00044585043 | |
| 21241165 | an hour ago | | | 0 | 0.00050124637 | |
| 21241138 | an hour ago | | | 0 | 0.00042506623 | |
| 21241038 | an hour ago | | | 0 | 0.00048993310 | |
| 21241005 | an hour ago | | | 0 | 0.00049598168 | |
| 21240608 | 3 hours ago | | | 0 | 0.00047638277 | |
| 21240529 | 3 hours ago | | | 0 | 0.00055744691 |
ABI
ABI objects
Getter at block 21241387
cap() view returns (uint256)
5000000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Gala
owner() view returns (address)
0xb46e97059bb733510a32fcb9e2d1b3655cd84e03
symbol() view returns (string)
GALA
totalMinted() view returns (uint256)
4501988400282758110
totalSupply() view returns (uint256)
4495937505927811045
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 addMinter(address account)
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)
mintBulk(address[] accounts, uint256[] amounts) returns (bool)
removeMinter(address account)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.