World Of Pepe
Verified contract
Active on
Ethereum with 1,193 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 "World Of Pepe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16712444 | 2 years ago | | | 0 | 0.0018487951 | |
| 16320926 | 2 years ago | | | 0 | 0.00063677073 | |
| 16130535 | 2 years ago | | | 0 | 0.00069165000 | |
| 15566884 | 2 years ago | | | 0 | 0.00027544467 | |
| 15536953 | 2 years ago | | | 0 | 0.00039233640 | |
| 15534043 | 2 years ago | | | 0 | 0.00061462001 | |
| 15524507 | 2 years ago | | | 0 | 0.00090121808 | |
| 15524507 | 2 years ago | | | 0 | 0.00085751571 | |
| 15524507 | 2 years ago | | | 0 | 0.00060852931 | |
| 15524507 | 2 years ago | | | 0 | 0.00084663018 |
ABI
ABI objects
Getter at block 21273687
contractURI() pure returns (string)
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
9999
name() view returns (string)
World Of Pepe
owner() view returns (address)
0xac2c426b9bd4fbb30dcd34414b21d85a5a501964
symbol() view returns (string)
WOP
totalSupply() view returns (uint256)
6997
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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(address to, uint256 count)
mint(uint256 signature) 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 url)
setMaxSupply(uint256 newMaxSupply)
start(bool paused)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()