ESH-Contrib
Verified contract
Active on
Ethereum with 211 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 |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7928516 | 5 years ago | | | 0 | 0.000045513000 | |
| 7863537 | 6 years ago | | | 0 | 0.00028597200 | |
| 7863530 | 6 years ago | | | 0 | 0.000095324000 | |
| 7863523 | 6 years ago | | | 0 | 0.00023831000 | |
| 7861308 | 6 years ago | | | 0 | 0.00021086800 | |
| 7808157 | 6 years ago | | | 0 | 0.00030173600 | |
| 7805253 | 6 years ago | | | 0 | 0.00021086800 | |
| 7800480 | 6 years ago | | | 0 | 0.00010530600 | |
| 7800214 | 6 years ago | | | 0 | 0.000037589000 | |
| 7799353 | 6 years ago | | | 0 | 0.00010517800 |
ABI
ABI objects
Getter at block 21321324
buyPrice() pure returns (uint256)
0
decimals() pure returns (uint8)
0
name() pure returns (string)
ESH-Contrib
owner() pure returns (address)
0x895dbf51cd439e6ad51b099ff564284e4d77c243
sellPrice() pure returns (uint256)
0
symbol() pure returns (string)
ESH-Contrib
totalSupply() pure returns (uint256)
100000000000
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
frozenAccount(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.