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 "MPIECE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13230810 | 3 years ago | | | 0 | 0.0046855883 | |
| 13230801 | 3 years ago | | | 0 | 0.0035473250 | |
| 13230776 | 3 years ago | | | 0 | 0.0041550621 | |
| 13099489 | 3 years ago | | | 0 | 0.0040078060 | |
| 13080363 | 3 years ago | | | 0 | 0.0023400406 | |
| 13080352 | 3 years ago | | | 0 | 0.0028691720 | |
| 13080305 | 3 years ago | | | 0 | 0.0032466304 | |
| 13054789 | 3 years ago | | | 0 | 0.0022818900 | |
| 12676655 | 3 years ago | | | 0 | 0.0013473825 | |
| 12676634 | 3 years ago | | | 0 | 0.0023774562 |
ABI
ABI objects
Getter at block 21214290
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
MPIECE
owner() view returns (address)
0xa219d8d1f71dac18c53e89b241f247fbfdd9e218
paused() view returns (bool)
false
symbol() view returns (string)
MPC
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blackList(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklisting(address _addr)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deleteFromBlacklist(address _addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 initialSupply)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed target)
DeleteFromBlacklist(address indexed target)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RejectedPaymentFromBlacklistedAddr(address indexed from, address indexed to, uint256 value)
RejectedPaymentToBlacklistedAddr(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 initialSupply, uint256 cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.