MicroPP Party
Unverified contract
Proxy
Active on
Base with 7 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "MicroPP Party"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17174592 | 4 months ago | | | 0 | 7.3849200e-7 | |
| 17172528 | 4 months ago | | | 0 | 4.4175355e-7 | |
| 17172455 | 4 months ago | | | 0 | 4.4082403e-7 | |
| 16876215 | 5 months ago | | | 0 | 0.000000409237090860 | |
| 16606231 | 5 months ago | | | 0 | 3.7713600e-7 | |
| 16606208 | 5 months ago | | | 0 | 0.000000708876000000 | |
| 16604745 | 5 months ago | | | 0 | 9.8652587e-7 |
ABI
ABI objects
Getter at block 22948369
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x05ee4b0c4e8ae2cc5a718b886259d4c0306b1fe0c12770319a81b97fc9778d77
decimals() view returns (uint8)
18
name() view returns (string)
MicroPP Party
owner() view returns (address)
0x004c1193262542fff59e64ff29404deaeb3f3dec
symbol() view returns (string)
MPP
totalSupply() view returns (uint256 result)
100220000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address from, uint256 amount)
initialize(address _owner, string _name, string _symbol)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
togglePause(bool _isPaused)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidName()
InvalidOwner()
InvalidPermit()
Paused()
PermitExpired()
TotalSupplyOverflow()