MyIdolCoin
Verified contract
Active on
Ethereum with 584 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 "MyIdolCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9624788 | 5 years ago | | | 0 | 0.000043949000 | |
| 9522087 | 5 years ago | | | 0 | 0.00010030000 | |
| 9409687 | 5 years ago | | | 0 | 0.000040075000 | |
| 9302457 | 5 years ago | | | 0 | 0.000025075000 | |
| 9299876 | 5 years ago | | | 0 | 0.000040075000 | |
| 9280847 | 5 years ago | | | 0 | 0.00020037500 | |
| 9191149 | 5 years ago | | | 0 | 0.000037612500 | |
| 9184332 | 5 years ago | | | 0 | 0.000037612500 | |
| 9183810 | 5 years ago | | | 0 | 0.000060112500 | |
| 9098571 | 5 years ago | | | 0 | 0.00024045000 |
ABI
ABI objects
Getter at block 21266867
INITIAL_SUPPLY() view returns (uint256)
100000000000000000
changePlatformFlag() view returns (bool)
false
changeTotalAmount() view returns (uint256)
0
decimals() view returns (uint8)
6
name() view returns (string)
MyIdolCoin
numAccountsInfo() view returns (uint256)
0
owner() view returns (address)
0x56eb4ae4cb259910f3f424eb7984ae52086d4c65
symbol() view returns (string)
OSHI
totalSupply() view returns (uint256)
100000000000000000
Read-only
AccountInfoList(uint256) view returns (address addr, uint256 amount)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccounts(address) view returns (bool)
State-modifying
Events CheckChangePlatformFlagAndAddAccountsInfo(address to, address addAddr, uint256 addAmount)
SetChangePlatformFlag(bool Flag)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distributeAmount(address[] addresses, uint256 amount) returns (bool)
freezeAccounts(address[] targets, bool isFrozen)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
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)
Burn(address indexed burner, uint256 value)
FrozenFunds(address indexed target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.