This contract is being backfilled. You may encounter incomplete storage history.

GBHub Pro

Verified contract

Active on Ethereum with 1,823 txns
Deployed by via 0x422f5c34 at 10220750
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3116a3c569270d40b9c07cedf9e939195083517cb5a264366f23ec86db62e7dd
0xa8dbf4ad44da10a9b6c8e0637097ebddda8f44d54dbcfce3d886b61430067b35
0x26df36febb6ad35bbd7c3eb5b4f4cc1ff025c7c7b9e411f497bd414db04d464d
0xf2085352fc5bc713bb98fdff29002253c3796c70ade0824f3bfa02a139c08588
0x2d1f7e61d3a11a6755ac3f235ac172f7b1fd5ccad7a2ac1650e82636a923d3e4
0x610aadbd872877bc2cad40038775b1f8b4cca7aa1bef9342734d0051bb142dfe
0x09d82a1c203e50b075ba532cb9cb3882b138ddfa26d8a65b66f32b9cc99e5a71
0x68c1fb7038d9ead8ef94a0824825502678ee5d6a91df66eee5aee1d3d398738f
0x745a98f961557e5a7fade568315132ce6763ce0897dee22a952e2dee03b71610
0x10d738c3ac1d25fd2024533b0fad9a100945932f4bf9c73ae02403f013d252a6

Functions
Getter at block 20800635
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals(view returns (uint8)
18
name(view returns (string)
GBHub Pro
paused(view returns (bool)
false
symbol(view returns (string)
GBP
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amount
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.