Golix Token
Verified contract
Active on
Ethereum with 242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GLX | ERC-20 | 400.35266K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12023752 | 4 years ago | | | 0 | 0.0055942950 | |
| 11929376 | 4 years ago | | | 0 | 0.0038680000 | |
| 11928159 | 4 years ago | | | 0 | 0.0027750400 | |
| 10312199 | 4 years ago | | | 0 | 0.00090513108 | |
| 9372014 | 5 years ago | | | 0 | 0.000038279000 | |
| 8845713 | 5 years ago | | | 0 | 0.00024524000 | |
| 8845705 | 5 years ago | | | 0 | 0.00037479000 | |
| 8478359 | 5 years ago | | | 0 | 0.00014991600 | |
| 8308810 | 5 years ago | | | 0 | 0.000044974800 | |
| 8262794 | 5 years ago | | | 0 | 0.000037479000 |
ABI
ABI objects
Getter at block 21123431
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Golix Token
owner() view returns (address)
0xa38a0fb5f3145af93a0dd58cedfc87a66fd0676f
paused() view returns (bool)
false
symbol() view returns (string)
GLX
totalSupply() view returns (uint256)
1274240097000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
stakeGLX(address staker, address glxStakingContract)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.