World of Pepe

Verified contract

Active on Ethereum with 4,244 txns
Deployed by via 0x04d457a9 at 15507838
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "World of Pepe"

0x75dd30ad88dc050e819364d8265078d1e519d168002c576ed2e0fe6b13b4509b
0xe3dc91c61ec40b882a40ae11272f8e885d60bbe0ed9986486140630a379c1fd6
0xd8c953670b3319879413e331c0fc80bfff05c6f8227c53d1abf987fe4ea03a9d
0xb7f006c5c6c399c9fe73eea6d5cc2fa717aa17c5e215ec90ebf7fea548d82418
0x4babfc9eb55177b20f2caf94c4c0fe43009304ae38bbd59142aa792bb84461e1
0x6356b0506476d90e3752ad624f9f862f379f6f1b892245b20935fb2828eba612
0x6a2e2b21bcd6e6cb9e319ba6392cf17fe35dde148a2f786df142acc05d45c539
0xcaf8b750058709506c18e55d67e756fc510ebe6b6bb79289c0cec2dbbf365d75
From
0x056b6f161a6126ec2e05e91806b3e3ef23c4172e4c1fb3684834544390fbdb22
0x393d28cf30448ed1545bbd8811e54d9ba522bfcfb83f3483dbeea3a1c30349ee

Functions
Getter at block 20863385
baseURI(view returns (string)
https://world-of-pepe-nft.s3.us-west-1.amazonaws.com/metadata/
maxSupply(view returns (uint16)
999
name(view returns (string)
World of Pepe
owner(view returns (address)
0xc1f6596b54b98e953276b77393680fc14797af13
publicMintIsActive(view returns (bool)
false
publicMintPrice(view returns (uint256)
39000000000000000
publicMintTxLimit(view returns (uint16)
1
symbol(view returns (string)
WORLDOFPEPE
tokensRemaining(view returns (uint256)
0
totalReleased(view returns (uint256)
32515000000000000012
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
999
whitelistMerkleRoot(view returns (bytes32)
0x8a3cb31e9b9e64483a407c8e12e96a9be1c10be8686d8ba66ca89435c33f2da1
whitelistMintIsActive(view returns (bool)
false
whitelistMintPrice(view returns (uint256)
35000000000000000
whitelistMintWalletLimit(view returns (uint16)
1
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _ownerview returns (uint256[])
totalReleased(address tokenview returns (uint256)
whitelistTokensMinted(addressview returns (uint16)
State-modifying
airDrop(address _touint16 _quantity
approve(address touint256 tokenId
publicMint(uint16 _quantitypayable 
reduceMaxSupply(uint16 _maxSupply
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setPublicMintIsActive(bool _publicMintIsActive
setPublicMintPrice(uint256 _publicMintPrice
setPublicMintTxLimit(uint16 _publicMintTxLimit
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot
setWhitelistMintIsActive(bool _whitelistMintIsActive
setWhitelistMintPrice(uint256 _whitelistMintPrice
setWhitelistMintWalletLimit(uint16 _whitelistMintWalletLimit
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint16 _quantitypayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(