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 "GLIX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19815057 | 7 months ago | | | 0 | 0.00011003036 | |
| 19814997 | 7 months ago | | | 0 | 0.00019735189 | |
| 19358203 | 9 months ago | | | 0 | 0.0025624224 | |
| 19358196 | 9 months ago | | | 0 | 0.0028298638 | |
| 19248911 | 10 months ago | | | 0 | 0.00082093452 | |
| 19066443 | 10 months ago | | | 0 | 0.00030409337 | |
| 19054769 | 10 months ago | | | 0 | 0.00037775256 | |
| 18967694 | a year ago | | | 0 | 0.00040857722 | |
| 18843496 | a year ago | | | 0 | 0.0014813324 | |
| 18742583 | a year ago | | | 0 | 0.0025500007 |
ABI
ABI objects
Getter at block 21317790
decimals() view returns (uint8)
18
name() view returns (string)
GLIX
owner() view returns (address)
0xc5e08104c19dafd00fe40737490da9552db5bfe5
symbol() view returns (string)
GLIX
totalSupply() view returns (uint256)
2978275442824074074073189
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burnerPermission(address) view returns (bool)
burnerPermissionCheck(address _address) view returns (bool)
minterPermission(address) view returns (bool)
minterPermissionCheck(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
giveBurnerPermission(address _address)
giveMinterPermission(address _address)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
removeBurnerPermission(address _address)
removeMinterPermission(address _address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
GlixBurnt(address indexed _user, uint256 _amount)
GlixMinted(address indexed _user, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
burnerPermissionGiven(address indexed _address)
burnerPermissionRemoved(address indexed _address)
minterPermissionGiven(address indexed _address)
minterPermissionRemoved(address indexed _address)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.