MPCT Token
Verified contract
Active on
Ethereum with 20,438 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MPCT Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18626834 | a year ago | | | 0 | 0.0013891847 | |
| 18218732 | a year ago | | | 0 | 0.00057828204 | |
| 18210518 | a year ago | | | 0 | 0.00045082131 | |
| 15140551 | 2 years ago | | | 0 | 0.00096537000 | |
| 15140551 | 2 years ago | | | 0 | 0.0011093700 | |
| 15140551 | 2 years ago | | | 0 | 0.0011093700 | |
| 15140551 | 2 years ago | | | 0 | 0.0011097300 | |
| 15140551 | 2 years ago | | | 0 | 0.0016223700 | |
| 15140521 | 2 years ago | | | 0 | 0.00096573000 | |
| 15140518 | 2 years ago | | | 0 | 0.00096537000 |
ABI
ABI objects
Getter at block 21160770
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
WALLET_MPCT() view returns (address)
0x1552041794b876d782b3313715050f32af9c55b7
decimals() view returns (uint256)
18
name() view returns (string)
MPCT Token
owner() view returns (address)
0x1552041794b876d782b3313715050f32af9c55b7
symbol() view returns (string)
MPCT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
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)
close()
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawSelfToken()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.