PMD Token
Verified contract
Active on
Ethereum with 40,869 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 |
---|---|---|---|---|---|
PMD | ERC-20 | 5.7313K | -- | -- | |
JBX | ERC-20 | 3K | -- | -- | |
BWRT | ERC-20 | 2 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11594380 | 4 years ago | | | 0 | 0.0066019020 | |
| 11327985 | 4 years ago | | | 0 | 0.0028326381 | |
| 9714378 | 5 years ago | | | 0 | 0.00031335660 | |
| 9628746 | 5 years ago | | | 0 | 0.00034839005 | |
| 9469259 | 5 years ago | | | 0 | 0.00053710000 | |
| 9338423 | 5 years ago | | | 0 | 0.00011988940 | |
| 9227395 | 5 years ago | | | 0 | 0.00030958400 | |
| 9042427 | 5 years ago | | | 0 | 0.00018649000 | |
| 9038823 | 5 years ago | | | 0 | 0.00014493700 | |
| 9038778 | 5 years ago | | | 0 | 0.00014493700 |
ABI
ABI objects
Getter at block 21283724
decimals() view returns (uint256)
18
name() view returns (string)
PMD Token
owner() view returns (address)
0x97c753acaa60d80244cfb632cefad37b9bc89c7c
paused() view returns (bool)
false
symbol() view returns (string)
PMD
totalSupplied() view returns (uint256)
1000000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.