Merge Epepe
Verified contract
Active on
Ethereum with 221 txns
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 "Merge Epepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982414 | a month ago | | | 0 | 0.00023686737 | |
| 16957831 | 2 years ago | | | 0 | 0.0023351645 | |
| 16957819 | 2 years ago | | | 0 | 0.0022211765 | |
| 16957817 | 2 years ago | | | 0 | 0.0022583183 | |
| 16957817 | 2 years ago | | | 0 | 0.0022583183 | |
| 16957815 | 2 years ago | | | 0 | 0.0021970708 | |
| 16957815 | 2 years ago | | | 0 | 0.0021970708 | |
| 16957814 | 2 years ago | | | 0 | 0.0019783498 | |
| 15567691 | 2 years ago | | | 0 | 0.00024973429 | |
| 15545699 | 2 years ago | | | 0 | 0.00028142025 |
ABI
ABI objects
Getter at block 21277151
baseURI() view returns (string)
https://the-merge-epepe.mypinata.cloud/ipfs/QmdGFSQRcKKb3xYq5xwEPsreHTfKBhfkNMg7c7yVRv5sXB/
epepePrice() view returns (uint256)
3000000000000000
freeEpepePerWallet() view returns (uint256)
1
isSaleOpen() view returns (bool)
true
maxSupply() view returns (uint256)
5555
maxTokenPerTx() view returns (uint256)
20
maxTokensPerWallet() view returns (uint256)
40
name() view returns (string)
Merge Epepe
owner() view returns (address)
0x276c1c6e43c11a2e29720e19ff33c6d88afbe3cf
royaltyPercent() view returns (uint16)
0
symbol() view returns (string)
EPEPE
totalSupply() view returns (uint256)
463
Read-only
Minter(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _mintAmount, address _receiver)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMintAmountPerTx(uint256 _maxTokenPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxTokensPerWallet(uint256 _maxTokensPerWallet)
setNewPrice(uint256 _newPrice)
setNumberFreeEPepePerAddress(uint256 _freeEpepe)
setSaleOpen(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()