Media Chain
Verified contract
Active on
Ethereum with 4,571 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 |
---|---|---|---|---|---|
MDC | ERC-20 | 280 | -- | -- | |
UC | ERC-20 | 58 | -- | -- | |
DTA | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12062667 | 4 years ago | | | 0 | 0.0068705001 | |
| 9461545 | 5 years ago | | | 0 | 0.00019988000 | |
| 8012387 | 5 years ago | | | 0 | 0.00018942000 | |
| 7430284 | 6 years ago | | | 0 | 0.00022653600 | |
| 7404183 | 6 years ago | | | 0 | 0.000075512000 | |
| 7364905 | 6 years ago | | | 0 | 0.00018878000 | |
| 7063587 | 6 years ago | | | 0 | 0.00045005800 | |
| 7056702 | 6 years ago | | | 0 | 0.00028705380 | |
| 7023654 | 6 years ago | | | 0 | 0.000075512000 | |
| 7002673 | 6 years ago | | | 0 | 0.00018878000 |
ABI
ABI objects
Getter at block 21289966
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
8
name() view returns (string)
Media Chain
owner() view returns (address)
0xc02ceb2640da5430f78e391d39772719fc154bcc
sellPrice() view returns (uint256)
0
symbol() view returns (string)
MDC
totalSupply() view returns (uint256)
200000000000000000
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)
burnFrom(address _from, uint256 _value) returns (bool success)
burnSupply(uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintTo(address target, uint256 mintedTo)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setName(string newName)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
setSymbol(string newSymbol)
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(string tokenName, string tokenSymbol, uint8 decimalUnits, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.