mooniemoo
Unverified contract
Proxy
Active on
Ethereum with 6 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
-
variable spans 1 additional slot
Balances ($1,043.83)
Native
Value
$1,043.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.284842 | $3,664.59 |
$1,043.83 | |
MMO | ERC-20 | 56.79M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122633 | a month ago | | | 0 | 0.0010275136 | |
| 21095139 | a month ago | | | 0 | 0.00071675415 | |
| 21093210 | a month ago | | | 0.096573347 | 0.0013095548 | |
| 21093199 | a month ago | | | 0.094999711 | 0.0013585546 | |
| 21092833 | a month ago | | | 1 | 0.0034288020 | |
| 21092831 | a month ago | | | 0.1 | 0.0016340640 |
ABI
ABI objects
Getter at block 21315836
BASIS_POINTS() view returns (uint256)
10000
DOMAIN_SEPARATOR() view returns (bytes32)
0x56fb1af03719cf89ddd2b9ef2864139ffb54776487a22f193a9a57e4935f55d6
MAX_SUPPLY() view returns (uint256)
10000
MAX_SUPPLY_20() view returns (uint256)
800000000
MAX_SUPPLY_404() view returns (uint256)
8000
MINT_RICH_BIDS_POINTS() view returns (uint256)
9000
MINT_RICH_SHARE_POINTS() view returns (uint256)
1000
PROTOCOL_FEE() view returns (uint256)
100
activeSupply() view returns (uint256)
234200000
amountInBank() view returns (uint256)
56790000
baseURI() view returns (string)
claimedFees() view returns (uint256)
0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=mooniemoo, version=1, chainId=1, verifyingContract=0xcbaa7d14fdb07b550c78c3603d986e30d7d7349c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factoryAddress() view returns (address)
0xead57767330a74daccdefa55797c1ca7c14351b9
imageType() view returns (uint8)
0
memeOwner() view returns (address)
0xf261158774879e94a39febd335ead176840d7fdf
name() view returns (string)
mooniemoo
saleBalance() view returns (uint256 balance)
278571096989822501
salePhase() view returns (uint8)
0
symbol() view returns (string)
MMO
totalFees() view returns (uint256)
6271198908958436
totalSupply() view returns (uint256)
290990000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyQuota(uint256 amount) view returns (uint256 prices, uint256 fees)
nonces(address owner) view returns (uint256)
rewardsClaimed(address) view returns (uint256)
sellQuota(uint256 amount) view returns (uint256 prices, uint256 fees)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
buy(uint256 amount) payable
claimRewards(address claimer, uint256 totalRewards, uint8 _v, bytes32 _r, bytes32 _s)
initialize(string name_, string symbol_, bytes32, bytes)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
processSaleClosed()
sell(uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyItems(address indexed buyer, uint256 amount, uint256 prices, uint256 fees, uint256 preSupply, uint256 postSupply)
ClaimRewards(address indexed recipient, uint256 claimedAmount)
EIP712DomainChanged()
Initialized(uint64 version)
SaleClosed(address indexed collection)
SellItems(address indexed seller, uint256 amount, uint256 prices, uint256 fees, uint256 preSupply, uint256 postSupply)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedInnerCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
PRBMath_MulDiv18_Overflow(uint256 x, uint256 y)
PRBMath_UD60x18_Sqrt_Overflow(uint256 x)
PoolNotFound()
ReentrancyGuardReentrantCall()