PEPE Embryos

Verified contract

Active on Ethereum with 449 txns
Deployed by via 0x5009d01a at 17693529
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "PEPE Embryos"

0xfa1d85d1c60a4c86b954de39d533a5c69ba3a83d2a2737073d123a1f5821bfdb
0x863accbe0234bed31929407948e6db175d5e6e6510fbbe449fa3177ed67e21a4
0x9c71e75e9731f635d89d096c8e3ccf65f84d51c355d814345cccb72a1c9a032f
0x7a4528c43a7ae6793c1ac843e15c81de2a16ec83e8d21e30d3fe405e9aa76c2e
0x6fc67fb3f0cc041bc2e2a2cbc7788e9e64266c4e165727f3be2ab39e95925fe4
0x62006f0366d543da1b5d83a50b7706dc0a25f924bb8081260a287d334e2de938
0xf02661c7d8d2851976d855549dcef22752559a6f1e64f5c4bbf305f2624dc48a
0xc5662ca6946f1a5b4f75f46cabc32070e3ac585d0e044a9d42b6711bfa564e8b
0x281ce4ab318ef22f3c379c7ae1ec22998230a2ec247ecd23406c808cf7e8154c
0x5d291e7f217dcd3455ec4ec2924b66c8615173bd6088625aecc74c542d1e9fb1

Functions
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 ownerview returns (uint256)
freeMintedByUser(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelistedUser(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
freeMint(uint256 amount
publicMint(uint256 amountpayable 
renounceOwnership(
reserve(address touint256 amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setCurrentPrice(uint256 price
setFeeInfo(address _receiveruint96 feeNumerator
setFreeMintLimit(uint256 _limit
setImplementationAddress(address _addr
setPauseStatus(bool _status
setRegistryAddress(address _addr
setSaleIsActive(bool isActive
setWLPrice(uint256 price
setWalletLimit(uint256 limit
setWhitelistUsersStatus(address[] _usersbool _status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateAccountSalt(uint256 _slt
updateFreeMintStatus(bool status
updateWLMintStatus(bool status
withdraw(
wlMint(uint256 amountpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriuint256 limituint256 priceuint256 maxSupplyaddress _receiveruint96 feeNumerator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(