Martcoin
Verified contract
Active on
Ethereum with 1,152 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104564 | 21 days ago | | | 0 | 0.0017997720 | |
| 21097407 | 22 days ago | | | 0 | 0.00026414121 | |
| 13598845 | 3 years ago | | | 0 | 0.0070309050 | |
| 13592505 | 3 years ago | | | 0 | 0.0075015750 | |
| 11248106 | 4 years ago | | | 0 | 0.0022959900 | |
| 11247722 | 4 years ago | | | 0 | 0.00061226400 | |
| 11247663 | 4 years ago | | | 0 | 0.00097226400 | |
| 7230808 | 6 years ago | | | 0 | 0.0011455500 | |
| 7230173 | 6 years ago | | | 0 | 0.00021164400 | |
| 7097534 | 6 years ago | | | 0 | 0.0011455500 |
ABI
ABI objects
Getter at block 21257742
INITIAL_SUPPLY() view returns (uint256)
29000000
decimals() view returns (uint256)
18
name() view returns (string)
Martcoin
owner() view returns (address)
0xfd236dfb8ac50c5e0818b5f14bed825ffdb56195
symbol() view returns (string)
MART
totalSupply() view returns (uint256)
29000000000000000000000000
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)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
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(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.