ECO_STO
Verified contract
Active on
Ethereum with 12,859 txns
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 "ECO_STO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11260829 | 4 years ago | | | 0 | 0.00095913194 | |
| 11221487 | 4 years ago | | | 0 | 0.0016276401 | |
| 11216555 | 4 years ago | | | 0 | 0.0010234580 | |
| 11209550 | 4 years ago | | | 0 | 0.0011623600 | |
| 11202134 | 4 years ago | | | 0 | 0.0019682600 | |
| 11194737 | 4 years ago | | | 0 | 0.0017439000 | |
| 11183174 | 4 years ago | | | 0 | 0.0024230202 | |
| 11175078 | 4 years ago | | | 0 | 0.0023242401 | |
| 11167889 | 4 years ago | | | 0 | 0.0012202260 | |
| 11162330 | 4 years ago | | | 0 | 0.0011809578 |
ABI
ABI objects
Getter at block 21291879
decimals() view returns (uint8)
8
lockIn() view returns (bool)
false
name() view returns (string)
ECO_STO
owner() view returns (address)
0x7fe9ba666ff8a5ea15d27ce7af35e82b35f3dab1
symbol() view returns (string)
ECOST
totalSupply() view returns (uint256)
500000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events addToAdmin(address newAddress)
addToWhitelist(address newAddress)
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)
removeFromAdmin(address oldAddress)
removeFromWhitelist(address oldaddress)
toggleLockIn()
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, address crowdsaleOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.