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 |
---|---|---|---|---|---|
GMBEL | ERC-20 | 0.0003 | -- | -- | |
ETOS | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16403096 | 2 years ago | | | 0 | 0.0010481804 | |
| 11144610 | 4 years ago | | | 0 | 0.0024153680 | |
| 11144537 | 4 years ago | | | 0 | 0.0021528280 | |
| 11144496 | 4 years ago | | | 0 | 0.0021528280 | |
| 11144154 | 4 years ago | | | 0 | 0.0014702240 | |
| 11144145 | 4 years ago | | | 0 | 0.0014698880 | |
| 11143698 | 4 years ago | | | 0 | 0.0015227320 | |
| 11143677 | 4 years ago | | | 0 | 0.0014173920 | |
| 11143538 | 4 years ago | | | 0 | 0.0011252400 | |
| 9613339 | 5 years ago | | | 0 | 0.000037508000 |
ABI
ABI objects
Getter at block 21306638
MIN_CONTRIBUTION() view returns (uint256)
100000000000000
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
true
initialBonus() view returns (uint256)
800000000000000000000000
name() view returns (string)
G-Mbel
symbol() view returns (string)
GMBEL
tokensPerEth() view returns (uint256)
80000000000000000000000000
totalDistributed() view returns (uint256)
1906948901320500000300000000000
totalSupply() view returns (uint256)
2000000000000000000000000000000
Read-only
Claimed(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events DistributeAirdrop(address _participant, uint256 _amount)
DistributeAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateInitialBonus(uint256 _initialBonus)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
InitialBonusUpdated(uint256 _initialBonus)
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.