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 | 2 | $0.001935 |
$0 | |
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
MGC | ERC-20 | 26.23494K | -- | -- | |
ERA | ERC-20 | 19.99K | -- | -- | |
ETWT | ERC-20 | 416 | -- | -- | |
HCL | ERC-20 | 306 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
STT | ERC-20 | 9 | -- | -- | |
0x2630…8a13 | ERC-20 | 5 | -- | -- | |
ELET | ERC-20 | 2.77 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21004888 | a month ago | | | 0 | 0.00017127107 | |
| 21004888 | a month ago | | | 0 | 0.00045280023 | |
| 20453468 | 4 months ago | | | 0 | 0.000034799000 | |
| 20453299 | 4 months ago | | | 0 | 0.000051923000 | |
| 20402744 | 4 months ago | | | 0 | 0.000039623000 | |
| 20200615 | 5 months ago | | | 0 | 0.000027840000 | |
| 20149673 | 5 months ago | | | 0 | 0.000086192180 | |
| 20111768 | 5 months ago | | | 0 | 0.00028596527 | |
| 17969887 | a year ago | | | 0 | 0.00085122150 | |
| 17774308 | a year ago | | | 0 | 0.0013981755 |
ABI
ABI objects
Getter at block 21269074
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
More Gold Coin
owner() view returns (address)
0x2ab5b78230fc9d60e6e5361b0fa3fd7d69fe15f8
sellPrice() view returns (uint256)
0
symbol() view returns (string)
MGC
totalSupply() view returns (uint256)
600000000000000000000000000
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) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
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.