EasyMobileERC20
Verified contract
Active on
Ethereum with 5,297 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 "EasyMobileERC20"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13415519 | 3 years ago | | | 0 | 0.0027606663 | |
| 12846111 | 3 years ago | | | 0 | 0.00033187440 | |
| 12843740 | 3 years ago | | | 0 | 0.00033187440 | |
| 12843740 | 3 years ago | | | 0 | 0.00033187440 | |
| 12843698 | 3 years ago | | | 0 | 0.00033187440 | |
| 12794618 | 3 years ago | | | 0 | 0.00034695960 | |
| 12794587 | 3 years ago | | | 0 | 0.00040227200 | |
| 12461736 | 4 years ago | | | 0 | 0.0032113601 | |
| 12461731 | 4 years ago | | | 0 | 0.0028099401 | |
| 12461723 | 4 years ago | | | 0 | 0.0028099401 |
ABI
ABI objects
Getter at block 21256763
decimals() view returns (uint8)
8
name() view returns (string)
Easy Mobile Coin
owner() view returns (address)
0x0a35779e0c01855852a792b4606b2c15599976c2
symbol() view returns (string)
EMC
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlacklist(address _evilAddr)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
removeBlacklist(address _clearedAddr)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
AddBlacklist(address _Addr)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
RemoveBlacklist(address _Addr)
Transfer(address indexed from, address indexed to, uint256 value)
TransferOwnership(address indexed _from, address indexed _to)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.