Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "gLinq"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184626 | 16 days ago | | | 0 | 0.0017636142 | |
| 21162211 | 19 days ago | | | 0 | 0.00086776931 | |
| 21074681 | a month ago | | | 0 | 0.00034668537 | |
| 20999936 | a month ago | | | 0 | 0.00075887042 | |
| 20998858 | a month ago | | | 0 | 0.00025390272 | |
| 20997698 | a month ago | | | 0 | 0.00045505547 | |
| 20971280 | a month ago | | | 0 | 0.0013611610 | |
| 20926352 | 2 months ago | | | 0 | 0.00054559383 | |
| 20899842 | 2 months ago | | | 0 | 0.00039941960 | |
| 20892962 | 2 months ago | | | 0 | 0.00062233339 |
ABI
ABI objects
Getter at block 21297027
LinqStakingContract() view returns (address)
0xe4584c42a69f92ffaa92af5e7d5ff5e942f3cb34
decimals() view returns (uint8)
18
name() view returns (string)
gLinq
owner() view returns (address)
0x09eefea02aa2e7914fb87f09eed1f9e3e363dbdd
symbol() view returns (string)
gLINQ
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setStakingContract(address new_contract)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address staking_contract)
This contract contains no fallback and receive objects.
This contract contains no error objects.