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 |
---|---|---|---|---|---|
GEX | ERC-20 | 986.545047M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21089728 | 12 days ago | | | 0 | 0.00037099918 | |
| 21062526 | 16 days ago | | | 0 | 0.00031918197 | |
| 20703436 | 2 months ago | | | 0 | 0.000038488253 | |
| 17917912 | a year ago | | | 0 | 0.00064170302 | |
| 16825460 | 2 years ago | | | 0 | 0.0011484540 | |
| 16139473 | 2 years ago | | | 0 | 0.00074894400 | |
| 16139467 | 2 years ago | | | 0 | 0.00096175800 | |
| 15595238 | 2 years ago | | | 0 | 0.00032926089 | |
| 15216039 | 2 years ago | | | 0 | 0.0011480910 | |
| 15199460 | 2 years ago | | | 0 | 0.00064281043 |
ABI
ABI objects
Getter at block 21179132
decimals() view returns (uint8)
8
m_totalDividends() view returns (uint256)
0
m_totalHangingDividends() view returns (uint256)
0
mintingFinished() view returns (bool)
true
name() view returns (string)
Globex
owner() view returns (address)
0x3a99986713e01f00d95e9d863c62c2d8c1a6a8b3
paused() view returns (bool)
false
symbol() view returns (string)
GEX
totalSupply() view returns (uint256)
4000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
m_emissions(uint256) view returns (uint256 totalSupply, uint256 totalBalanceWas)
m_lastAccountEmission(address) view returns (uint256)
m_lastDividends(address) view returns (uint256)
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()
requestDividends()
requestHangingDividends()
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)
Deposit(address indexed sender, uint256 value)
EmissionHappened(uint256 totalSupply, uint256 totalBalanceWas)
HangingDividend(address indexed to, uint256 amount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PayDividend(address indexed to, uint256 amount)
PayHangingDividend(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.