MintRich
Unverified contract
Proxy
Active on
Ethereum with 36 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 ($435.62)
Native
Value
$435.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.111203 | $3,917.34 |
$435.62 | |
MINT RICH | ERC-20 | 169.330384M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228870 | 24 days ago | | | 0 | 0.00081176819 | |
| 21228849 | 24 days ago | | | 0.09361259 | 0.0010071435 | |
| 21098800 | a month ago | | | 0 | 0.00030455838 | |
| 21097959 | a month ago | | | 0.09361259 | 0.00026789420 | |
| 21093874 | a month ago | | | 0 | 0.0011482739 | |
| 21093693 | a month ago | | | 0 | 0.0010377585 | |
| 21093688 | a month ago | | | 0 | 0.0010601980 | |
| 21093622 | a month ago | | | 0 | 0.0012003375 | |
| 21093562 | a month ago | | | 0.003109595 | 0.0015235488 | |
| 21093556 | a month ago | | | 0 | 0.0012380153 |
ABI
ABI objects
Getter at block 21399819
BASIS_POINTS() view returns (uint256)
10000
DOMAIN_SEPARATOR() view returns (bytes32)
0xa4bc4cbab2c189210bb25071e38c24d8646ed4f64d00965492ddb8778d9ad7f4
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)
116427395
amountInBank() view returns (uint256)
169330384
baseURI() view returns (string)
claimedFees() view returns (uint256)
118328017962292
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=MintRich, version=1, chainId=1, verifyingContract=0x276ecf704a4a00fc753b6366d67bb1e095d79d0e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factoryAddress() view returns (address)
0xead57767330a74daccdefa55797c1ca7c14351b9
imageType() view returns (uint8)
0
memeOwner() view returns (address)
0x5f2eb664f1e773f4601073897907840a54a86454
name() view returns (string)
MintRich
saleBalance() view returns (uint256 balance)
90440961471559053
salePhase() view returns (uint8)
0
symbol() view returns (string)
MINT RICH
totalFees() view returns (uint256)
20880539815459590
totalSupply() view returns (uint256)
285757779000000000000000000
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()