ProMind Coin
Verified contract
Active on
Ethereum with 2,006 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
5PRM | ERC-20 | 1.568309M | -- | -- | |
PMD | ERC-20 | 43.018437K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18669686 | a year ago | | | 0 | 0.0012562170 | |
| 18036783 | a year ago | | | 0 | 0.0014293897 | |
| 17470172 | a year ago | | | 0 | 0.00047293403 | |
| 17470139 | a year ago | | | 0 | 0.00065363054 | |
| 17465046 | a year ago | | | 0 | 0.00065600735 | |
| 17465004 | a year ago | | | 0 | 0.00080792528 | |
| 16627565 | 2 years ago | | | 0 | 0.00089426223 | |
| 16570561 | 2 years ago | | | 0 | 0.0015627462 | |
| 16570487 | 2 years ago | | | 0 | 0.0012659609 | |
| 16526539 | 2 years ago | | | 0 | 0.00049319724 |
ABI
ABI objects
Getter at block 21158768
_totalSupply() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
ProMind Coin
symbol() view returns (string)
PMD
totalSupply() view returns (uint256 total)
200000000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.