Gala
Verified contract
Proxy
Active on
Ethereum with 852,680 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
8 additional
variables
Balances ($54,976.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GALA | ERC-20 | 1.405812M | $0.028736 |
$40,397.51 | |
USDT | ERC-20 | 10K | $1.001 |
$10,010 | |
SHIB | ERC-20 | 127.307447M | $0.000025 |
$3,166.14 | |
VRA | ERC-20 | 159.489006K | $0.00333 |
$531.11 | |
IMX | ERC-20 | 292.3329 | $1.37 |
$400.5 | |
USDC | ERC-20 | 188.295521 | $1.001 |
$188.48 | |
INSUR | ERC-20 | 10K | $0.013811 |
$138.11 | |
OCEAN | ERC-20 | 199.994511 | $0.54181 |
$108.36 | |
QNT | ERC-20 | 0.196657 | $85.95 |
$16.9 | |
WARPED | ERC-20 | 10K | $0.001115 |
$11.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243007 | 3 minutes ago | | | 0 | 0.00041761580 | |
| 21243005 | 3 minutes ago | | | 0 | 0.00049209366 | |
| 21243000 | 4 minutes ago | | | 0 | 0.00044511288 | |
| 21242990 | 6 minutes ago | | | 0 | 0.00076588767 | |
| 21242983 | 7 minutes ago | | | 0 | 0.00064737728 | |
| 21242982 | 8 minutes ago | | | 0 | 0.00037288928 | |
| 21242982 | 8 minutes ago | | | 0 | 0.00037354347 | |
| 21242982 | 8 minutes ago | | | 0 | 0.00068926580 | |
| 21242981 | 8 minutes ago | | | 0 | 0.00064106283 | |
| 21242975 | 9 minutes ago | | | 0 | 0.00053398208 |
ABI
ABI objects
Getter at block 21243018 proxiableUUID() view returns (bytes32)
BLOCKLISTER_ROLE() view returns (bytes32)
0x5442dc837335aa278534a338d1e63d0c5649b0678ad376ddd382f1af9b8f250a
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x6c238c876064b574bf14ce56bbd3d288e382b5c9522c0b21ded957aacca8cd8c
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
cap() pure returns (uint256)
5000000000000000000
decimals() pure returns (uint8)
8
name() view returns (string)
Gala
paused() view returns (bool)
false
symbol() view returns (string)
GALA
totalSupply() view returns (uint256)
3798485031964328514
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isBlocklisted(address _account) view returns (bool)
isBlocklister(address _account) view returns (bool)
isMinter(address _account) view returns (bool)
isUpgrader(address _account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addBlocklister(address _account)
addMinter(address _account)
addUpgrader(address _account)
approve(address _spender, uint256 _value) returns (bool)
blocklist(address _account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address _spender, uint256 _decrement) returns (bool)
grantRole(bytes32 role, address _account)
increaseAllowance(address _spender, uint256 _increment) returns (bool)
initialize(string _name, string _symbol, address _minter, address _upgrader, address _blocklister)
mint(address _to, uint256 _amount)
mintBulk(address[] _accounts, uint256[] _amounts) returns (bool)
pause()
permit(address _owner, address _spender, uint256 _value, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
removeBlocklister(address _account)
removeMinter(address _account)
removeUpgrader(address _account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address _account)
transfer(address to, uint256 amount) returns (bool)
transferAdmin(address _newOwner)
transferFrom(address from, address to, uint256 amount) returns (bool)
unBlocklist(address _account)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AdminTransferred(address _oldOwner, address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Blocklisted(address _account)
BlocklisterAdded(address _account)
BlocklisterRemoved(address _account)
Initialized(uint8 version)
MinterAdded(address _account)
MinterRemoved(address _account)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlocklisted(address _account)
Unpaused(address account)
Upgraded(address indexed implementation)
UpgraderAdded(address _account)
UpgraderRemoved(address _account)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.