Ece token
Verified contract
Active on
Ethereum with 1,851 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 "Ece token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13124597 | 3 years ago | | | 0 | 0.0034655681 | |
| 11978366 | 4 years ago | | | 0 | 0.0024438400 | |
| 11412176 | 4 years ago | | | 0 | 0.00099226400 | |
| 11411982 | 4 years ago | | | 0 | 0.0019140160 | |
| 11411965 | 4 years ago | | | 0 | 0.0010177067 | |
| 11411657 | 4 years ago | | | 0 | 0.0010177067 | |
| 11411657 | 4 years ago | | | 0 | 0.0010177067 | |
| 11411655 | 4 years ago | | | 0 | 0.0010177067 | |
| 11411655 | 4 years ago | | | 0 | 0.0010177067 | |
| 11411655 | 4 years ago | | | 0 | 0.0010177067 |
ABI
ABI objects
Getter at block 21168260
decimals() view returns (uint256)
2
mintable() view returns (bool)
false
name() view returns (string)
Ece token
owner() view returns (address)
0xcac2a11a066c98087dfd6945a7216c033cd2ed5c
symbol() view returns (string)
ECE
totalSupply() view returns (uint256)
100000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
mint(uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _owner, string _name, string _symbol, uint256 _decimals, uint256 _totalSupply, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.