Glox Finance
Verified contract
Active on
Ethereum with 1,736 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 |
---|---|---|---|---|---|
GLOX | ERC-20 | 48 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21008580 | a month ago | | | 0 | 0.00050329167 | |
| 19785900 | 7 months ago | | | 0 | 0.00010672246 | |
| 19230387 | 10 months ago | | | 0 | 0.00049878504 | |
| 18319247 | a year ago | | | 0 | 0.00015339698 | |
| 18319242 | a year ago | | | 0 | 0.00014391729 | |
| 17824232 | a year ago | | | 0 | 0.00091971805 | |
| 17737043 | a year ago | | | 0 | 0.00096580000 | |
| 17707436 | a year ago | | | 0 | 0.00045747275 | |
| 17639978 | a year ago | | | 0 | 0.00059998000 | |
| 17639978 | a year ago | | | 0 | 0.00059998000 |
ABI
ABI objects
Getter at block 21307519
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
18000000000000000000000
name() view returns (string)
Glox Finance
symbol() view returns (string)
GLOX
totalSupply() view returns (uint256)
18000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _amount) returns (bool success)
changeOwner(address _newOwner)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _owner)
receive()
This contract contains no error objects.