MONEY PARTY
Verified contract
Active on
Ethereum with 1,641 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MONEY PARTY"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160547 | 8 days ago | | | 0 | 0.00086955229 | |
| 20983104 | a month ago | | | 0 | 0.00019291244 | |
| 20841658 | 2 months ago | | | 0 | 0.00051740700 | |
| 20834418 | 2 months ago | | | 0 | 0.00074778981 | |
| 20578233 | 3 months ago | | | 0 | 0.00020186993 | |
| 20573559 | 3 months ago | | | 0 | 0.000018619100 | |
| 20573505 | 3 months ago | | | 0 | 0.000035729519 | |
| 20382668 | 4 months ago | | | 0 | 0.00013829333 | |
| 20320097 | 4 months ago | | | 0 | 0.00036005914 | |
| 20109621 | 5 months ago | | | 0 | 0.00031550157 |
ABI
ABI objects
Getter at block 21215708
decimals() view returns (uint8)
6
name() view returns (string)
MONEY PARTY
symbol() view returns (string)
PARTY
totalSupply() view returns (uint256)
888000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address _initialWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.