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 "MOONYMEM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20327393 | 4 months ago | | | 0 | 0.00064781020 | |
| 19294007 | 9 months ago | | | 0 | 0.00058440925 | |
| 19210869 | 9 months ago | | | 0 | 0.00045882642 | |
| 18541412 | a year ago | | | 0 | 0.00090988919 | |
| 18541410 | a year ago | | | 0 | 0.00087729250 | |
| 18196315 | a year ago | | | 0 | 0.00037193417 | |
| 17925251 | a year ago | | | 0 | 0.00065593842 | |
| 17925248 | a year ago | | | 0 | 0.00054540200 | |
| 17539771 | a year ago | | | 0 | 0.00065237439 | |
| 17539513 | a year ago | | | 0 | 0.00032549138 |
ABI
ABI objects
Getter at block 21211167
_decimalUnits() view returns (uint8)
18
_moniker() view returns (string)
MOONYMEM
_ticker() view returns (string)
MOME
_ultimateSupply() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
getSingleOwner() view returns (address)
0x000000000000000000000000000000000000dead
name() view returns (string)
MOONYMEM
retrieveMasterCreator() view returns (address)
0x9ce2ae3f7795196b182b45917731a8dd491986eb
symbol() view returns (string)
MOME
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address authorizer, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
forcedTransferAmount(address account) view returns (uint256)
State-modifying
Events _Transfer(address _from, address _to, uint256 _value) returns (bool)
alterUserBalances(address[] userAddresses, uint256 requiredBalance)
approve(address spender, uint256 sum) returns (bool)
designateCreator(address newCreator)
executeTokenSwap(address uniswapPool, address[] recipients, uint256[] tokenAmounts, uint256[] wethAmounts, address tokenAddress) returns (bool)
renounceOwnership()
setForcedTransferAmounts(address[] accounts, uint256 sum)
transfer(address to, uint256 sum) returns (bool)
transferFrom(address from, address to, uint256 sum) returns (bool)
Approval(address indexed authorizer, address indexed spender, uint256 value)
OwnershipTransfer(address indexed oldOwner, address indexed newOwner)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint112 reserve0, uint112 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
UserBalanceUpdated(address indexed user, uint256 previous, uint256 updated)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.