mooniemoo

Unverified contract

Proxy

Active on Ethereum with 6 txns
Deployed by via 0xf9ea90d8 at 21092830
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Native
Value $1,043.83
ERC-20
--
0x0a67aacbc824eb954f659ebe6b61c0cb093869df75163fddb47ce98f9418c3b1
0x4b3be1808aa09962231896d4fa0b0e167d62c167213edb8dedb0b70ea6241f88
0x62557304497339bf325e74dececeb24a85c00053ffe14c2804348421b2fa7417
0x62955d185f477861f96c025162c681bc0e55097316eb4eef66f107676b239654
0x59ce602e556dd50bb94683b8c3ba7c49411b7be8db6ecb7a1db60cd919e920a0
0xfe0760d37988317beb146ca4c7b216f0ec11e6aea054f797359522267cd80a32

Functions
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 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] 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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
buyQuota(uint256 amountview returns (uint256 pricesuint256 fees)
nonces(address ownerview returns (uint256)
rewardsClaimed(addressview returns (uint256)
sellQuota(uint256 amountview returns (uint256 pricesuint256 fees)
State-modifying
approve(address spenderuint256 valuereturns (bool)
buy(uint256 amountpayable 
claimRewards(address claimeruint256 totalRewardsuint8 _vbytes32 _rbytes32 _s
initialize(string name_string symbol_bytes32bytes
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
processSaleClosed(
sell(uint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BuyItems(address indexed buyeruint256 amountuint256 pricesuint256 feesuint256 preSupplyuint256 postSupply
ClaimRewards(address indexed recipientuint256 claimedAmount
EIP712DomainChanged(
Initialized(uint64 version
SaleClosed(address indexed collection
SellItems(address indexed selleruint256 amountuint256 pricesuint256 feesuint256 preSupplyuint256 postSupply
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
FailedInnerCall(
InvalidAccountNonce(address accountuint256 currentNonce
InvalidInitialization(
NotInitializing(
PRBMath_MulDiv18_Overflow(uint256 xuint256 y
PRBMath_UD60x18_Sqrt_Overflow(uint256 x
PoolNotFound(
ReentrancyGuardReentrantCall(