PEPE Embryos
Verified contract
Active on
Ethereum with 449 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "PEPE Embryos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19867945 | 7 months ago | | | 0 | 0.00027174356 | |
| 19850157 | 7 months ago | | | 0 | 0.00015477758 | |
| 19129846 | 10 months ago | | | 0 | 0.0011712480 | |
| 18929234 | a year ago | | | 0 | 0.0012977473 | |
| 18861191 | a year ago | | | 0 | 0.00082982456 | |
| 18744143 | a year ago | | | 0 | 0.0022775765 | |
| 18687149 | a year ago | | | 0 | 0.0048520299 | |
| 18632674 | a year ago | | | 0 | 0.0011070480 | |
| 18587436 | a year ago | | | 0 | 0.0020766511 | |
| 18587430 | a year ago | | | 0 | 0.0029392929 |
ABI
ABI objects
Getter at block 21328274
MAX_SUPPLY() view returns (uint256)
69696
accountImplementation() view returns (address)
0x5ae5f4d4982ede2c820d2a9827ccb97fed6cef71
currentPrice() view returns (uint256)
0
erc6551Registry() view returns (address)
0x76d49b573ef641faf2ba5b9f24c74777ab140841
freeMintLimit() view returns (uint256)
110
getChainID() view returns (uint256)
1
isFreeMintOn() view returns (bool)
true
isWLMintOn() view returns (bool)
false
name() view returns (string)
PEPE Embryos
owner() view returns (address)
0xe87343ed0a37edbc016de6a62cbd85e4150526a9
paused() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
PEPE
totalSupply() view returns (uint256)
2223
walletLimit() view returns (uint256)
110000000000000000000
wlPrice() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedByUser(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistedUser(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(uint256 amount)
publicMint(uint256 amount) payable
renounceOwnership()
reserve(address to, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setCurrentPrice(uint256 price)
setFeeInfo(address _receiver, uint96 feeNumerator)
setFreeMintLimit(uint256 _limit)
setImplementationAddress(address _addr)
setPauseStatus(bool _status)
setRegistryAddress(address _addr)
setSaleIsActive(bool isActive)
setWLPrice(uint256 price)
setWalletLimit(uint256 limit)
setWhitelistUsersStatus(address[] _users, bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAccountSalt(uint256 _slt)
updateFreeMintStatus(bool status)
updateWLMintStatus(bool status)
withdraw()
wlMint(uint256 amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, uint256 limit, uint256 price, uint256 maxSupply, address _receiver, uint96 feeNumerator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()