World of Pepe
Verified contract
Active on
Ethereum with 4,244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "World of Pepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20599195 | 3 months ago | | | 0 | 0.000032283526 | |
| 20569034 | 3 months ago | | | 0 | 0.000038461421 | |
| 20567497 | 3 months ago | | | 0 | 0.000033692992 | |
| 20215650 | 5 months ago | | | 0 | 0.000043468833 | |
| 19563817 | 8 months ago | | | 0 | 0.0013758907 | |
| 19482019 | 8 months ago | | | 0 | 0.00078625455 | |
| 19094832 | 10 months ago | | | 0 | 0.00032147022 | |
| 19094527 | 10 months ago | | | 0 | 0.00026800366 | |
| 18915732 | a year ago | | | 0 | 0.00081792505 | |
| 18520229 | a year ago | | | 0 | 0.00069150785 |
ABI
ABI objects
Getter at block 21303239
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
totalReleased(address token) view returns (uint256)
whitelistTokensMinted(address) view returns (uint16)
State-modifying
Events airDrop(address _to, uint16 _quantity)
approve(address to, uint256 tokenId)
publicMint(uint16 _quantity) payable
reduceMaxSupply(uint16 _maxSupply)
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint16 _quantity) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()