iMM Coin
Verified contract
Active on
Ethereum with 1,228 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 |
---|---|---|---|---|---|
IMC | ERC-20 | 194.991 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10307912 | 4 years ago | | | 0 | 0.0018343380 | |
| 10171631 | 4 years ago | | | 0 | 0.00057915000 | |
| 9613181 | 5 years ago | | | 0 | 0.00013337760 | |
| 9613142 | 5 years ago | | | 0 | 0.000069462000 | |
| 9607152 | 5 years ago | | | 0 | 0.000046308000 | |
| 9586889 | 5 years ago | | | 0 | 0.000042170000 | |
| 9387051 | 5 years ago | | | 0 | 0.00016863200 | |
| 8938382 | 5 years ago | | | 0 | 0.0011151420 | |
| 8900565 | 5 years ago | | | 0 | 0.000061367600 | |
| 8900565 | 5 years ago | | | 0 | 0.000019825400 |
ABI
ABI objects
Getter at block 21268932
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
iMM Coin
owner() view returns (address)
0xf825eff61fc59be15510b69ccf85d1a40bf19b31
sellPrice() view returns (uint256)
0
symbol() view returns (string)
IMC
totalSupply() view returns (uint256)
50652106000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view 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, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.