Gho Token
Verified contract
Active on
Ethereum with 11,669 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GHO | ERC-20 | 20K | $0.996403 |
$19,928.06 | |
APU | ERC-20 | 1 | $0.000911 |
$0 | |
GHO | ERC-20 | 100K | -- | -- | |
HQG | ERC-20 | 1 | -- | -- | |
DOGENS | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247208 | 22 minutes ago | | | 0 | 0.00066646342 | |
| 21247204 | 23 minutes ago | | | 0 | 0.00067433552 | |
| 21246491 | 3 hours ago | | | 0 | 0.00064856295 | |
| 21246477 | 3 hours ago | | | 0 | 0.00063853080 | |
| 21246358 | 3 hours ago | | | 0 | 0.00061676346 | |
| 21246176 | 4 hours ago | | | 0 | 0.00082184604 | |
| 21245692 | 5 hours ago | | | 0 | 0.00062554798 | |
| 21245414 | 6 hours ago | | | 0 | 0.00062253208 | |
| 21244842 | 8 hours ago | | | 0 | 0.00074074646 | |
| 21244490 | 9 hours ago | | | 0 | 0.00062145823 |
ABI
ABI objects
Getter at block 21247315
BUCKET_MANAGER_ROLE() view returns (bytes32)
0xc7f115822aabac0cd6b9d21b08c0c63819451a58157aecad689d1b5674fad408
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x932202c33312534427f5c189c578d873bad01df5a9634604e05b9270ba46bff5
FACILITATOR_MANAGER_ROLE() view returns (bytes32)
0x5e20732f79076148980e17b6ce9f22756f85058fe2765420ed48a504bef5a8bc
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
getFacilitatorsList() view returns (address[])
[0x00907f9921424583e7ffBfEdf84F92B7B2Be4977, 0xb639D208Bcf0589D54FaC24E655C79EC529762B8, 0x0d8eFfC11dF3F229AA1EA0509BC9DFa632A13578, 0x686F8D21520f4ecEc7ba577be08354F4d1EB8262]
name() view returns (string)
Gho Token
symbol() view returns (string)
GHO
totalSupply() view returns (uint256)
173550572600334567607406817
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getFacilitator(address facilitator) view returns (struct IGhoTokenFacilitator)
getFacilitatorBucket(address facilitator) view returns (uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addFacilitator(address facilitatorAddress, string facilitatorLabel, uint128 bucketCapacity)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
grantRole(bytes32 role, address account)
mint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeFacilitator(address facilitatorAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFacilitatorBucketCapacity(address facilitator, uint128 newCapacity)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
FacilitatorAdded(address indexed facilitatorAddress, bytes32 indexed label, uint256 bucketCapacity)
FacilitatorBucketCapacityUpdated(address indexed facilitatorAddress, uint256 oldCapacity, uint256 newCapacity)
FacilitatorBucketLevelUpdated(address indexed facilitatorAddress, uint256 oldLevel, uint256 newLevel)
FacilitatorRemoved(address indexed facilitatorAddress)
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)
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.