TokenLiquidityContract
Verified contract
Active on
Ethereum with 147 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 |
---|---|---|---|---|---|
GSE | ERC-20 | 9 | $0.000032 |
$0 | |
ROL | ERC-20 | 4.360027 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6153330 | 6 years ago | | | 0.1 | 0.00014970900 | |
| 6152887 | 6 years ago | | | 0.13 | 0.00012600000 | |
| 6150065 | 6 years ago | | | 0.11 | 0.000085548000 | |
| 6088191 | 6 years ago | | | 0 | 0.000041112000 | |
| 6088183 | 6 years ago | | | 0 | 0.000088444000 | |
| 6088136 | 6 years ago | | | 0 | 0.000087676000 | |
| 6088072 | 6 years ago | | | 0 | 0.000054664000 | |
| 6083053 | 6 years ago | | | 0 | 0.000099408000 | |
| 6083038 | 6 years ago | | | 0 | 0.000099152000 | |
| 6083027 | 6 years ago | | | 0 | 0.000065628000 |
ABI
ABI objects
Getter at block 21185453
admin() view returns (address)
0xfe42748a47828d8dab9fbc4e50658b0e9fb60837
admin_commission_activated() view returns (bool)
false
commission_ratio() view returns (uint256)
30000000000000000
eth_balance() view returns (uint256)
0
eth_is_seeded() view returns (bool)
true
eth_seed_amount() view returns (uint256)
500000000000000000
traded_token() view returns (address)
0x2e071d2966aa7d8decb1005885ba1977d6038a65
traded_token_balance() view returns (uint256)
1243457368995
traded_token_is_seeded() view returns (bool)
true
traded_token_seed_amount() view returns (uint256)
2040000000000000000
trading_deactivated() view returns (bool)
true
Read-only
get_amount_buy(uint256 _amount) view returns (uint256)
get_amount_sell(uint256 _amount) view returns (uint256)
State-modifying
Events activate_admin_commission()
change_admin_commission(uint256 _new_commission_ratio)
deactivate_admin_comission()
deactivate_trading()
reactivate_trading()
seed_additional_eth() payable
seed_additional_token(uint256 _amount)
seed_eth() payable
seed_traded_token()
sell_tokens(uint256 _amount_give)
withdraw_eth(uint256 _amount)
withdraw_token(uint256 _amount)
This contract contains no event objects.
constructor(address _traded_token, uint256 _eth_seed_amount, uint256 _traded_token_seed_amount, uint256 _commission_ratio)
fallback()
This contract contains no error objects.