Gala
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
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
4 additional
variables
Balances ($0.00)
No balances found for "Gala"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Gala"
ABI
ABI objects
Getter at block 21243018
BLOCKLISTER_ROLE() view returns (bytes32)
0x5442dc837335aa278534a338d1e63d0c5649b0678ad376ddd382f1af9b8f250a
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xffc5f7050bd67908eada296b234c4517976020fd22a059517855856743d7687f
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)
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.