MarketCoin
Verified contract
Active on
Ethereum with 8,638 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.004555 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
MKC | ERC-20 | 200 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16495122 | 2 years ago | | | 0 | 0.0011443496 | |
| 11351960 | 4 years ago | | | 0 | 0.00047962800 | |
| 10555540 | 4 years ago | | | 0 | 0.0033973650 | |
| 10508088 | 4 years ago | | | 0 | 0.0016487460 | |
| 10256810 | 4 years ago | | | 0 | 0.00079938000 | |
| 10017628 | 5 years ago | | | 0 | 0.00043979100 | |
| 9997493 | 5 years ago | | | 0 | 0.00011994300 | |
| 9463680 | 5 years ago | | | 0 | 0.00011990700 | |
| 9396215 | 5 years ago | | | 0 | 0.00028000000 | |
| 9394481 | 5 years ago | | | 0 | 0.00028000000 |
ABI
ABI objects
Getter at block 21163635
decimals() view returns (uint8)
8
name() view returns (string)
MarketCoin
owner() view returns (address)
0x39e3b754c0ed223c5c1a616118030531c15528d8
paused() view returns (bool)
false
symbol() view returns (string)
MKC
totalSupply() view returns (uint256)
600000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
collectTokens(address[] addresses, uint256[] amounts) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distributeAirdrop(address[] addresses, uint256 amount) returns (bool seccess)
distributeAirdrop(address[] addresses, uint256[] amounts) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
Unpause()
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.