MainCoin
Verified contract
Active on
Ethereum with 223,084 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 | 2 | $0.001867 |
$0 | |
MNC | ERC-20 | 202.772336K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19326143 | 9 months ago | | | 0 | 0.0029917453 | |
| 17784749 | a year ago | | | 0 | 0.0026516861 | |
| 17459360 | a year ago | | | 0 | 0.0029759400 | |
| 17059668 | 2 years ago | | | 0 | 0.00080996886 | |
| 16861348 | 2 years ago | | | 0 | 0.00077543124 | |
| 16854688 | 2 years ago | | | 0 | 0.00079156009 | |
| 16441895 | 2 years ago | | | 0 | 0.00070024791 | |
| 16246730 | 2 years ago | | | 0 | 0.00092417100 | |
| 16246719 | 2 years ago | | | 0 | 0.00097896600 | |
| 16246705 | 2 years ago | | | 0 | 0.00081562500 |
ABI
ABI objects
Getter at block 21271169
decimals() view returns (uint256)
18
initial() view returns (uint256)
500000000000000000000000000
name() view returns (string)
MainCoin
owner() view returns (address)
0x2a78360755c981229ffdc1600eacde8539244517
symbol() view returns (string)
MNC
totalSupply() view returns (uint256)
374000000000000000000000000
unfrozen() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowedAddresses(address) view returns (bool)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events allowTransfer(address _for) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disableTransfer(address _for) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreeze() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.