The Medical Coin
Verified contract
Active on
Ethereum with 12 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 |
---|---|---|---|---|---|
TMC | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452877 | 3 months ago | | | 0 | 0.000086261787 | |
| 18899356 | 10 months ago | | | 0 | 0.0019066518 | |
| 12609937 | 3 years ago | | | 0 | 0.00062008800 | |
| 12583062 | 3 years ago | | | 0 | 0.00067176200 | |
| 12518507 | 3 years ago | | | 0 | 0.0013951980 | |
| 12461791 | 3 years ago | | | 0 | 0.0025584760 | |
| 12461367 | 3 years ago | | | 0 | 0.0030089820 | |
| 12461027 | 3 years ago | | | 0 | 0.0031084200 | |
| 12460302 | 3 years ago | | | 0 | 0.0046474200 | |
| 12434113 | 4 years ago | | | 0 | 0.0063544260 |
ABI
ABI objects
Getter at block 21189078
decimals() view returns (uint8)
18
name() view returns (string)
The Medical Coin
owner() view returns (address)
0xf0c76640d8cd451d18a62737461f3262b6b9656e
symbol() view returns (string)
TMC
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.