PEPE Shilling
Verified contract
Active on
Ethereum with 2,034 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($102.14)
Native
Value
$102.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.026 | $3,928.65 |
$102.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20754783 | 3 months ago | | | 0 | 0.000092264747 | |
| 19792193 | 7 months ago | | | 0 | 0.00029500413 | |
| 19323592 | 10 months ago | | | 0 | 0.0033142165 | |
| 19273343 | 10 months ago | | | 0 | 0.0034596171 | |
| 19198713 | 10 months ago | | | 0.002 | 0.0022343100 | |
| 19183778 | 10 months ago | | | 0 | 0.0063119211 | |
| 19056031 | a year ago | | | 0 | 0.00079885214 | |
| 18910580 | a year ago | | | 0 | 0.00056397846 | |
| 18604957 | a year ago | | | 0 | 0.0013224661 | |
| 18398526 | a year ago | | | 0 | 0.00029063771 |
ABI
ABI objects
Getter at block 21395972
freeNum() view returns (uint256)
6000
freePertx() view returns (uint256)
5
maxSupply() view returns (uint256)
6969
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
PEPE Shilling
owner() view returns (address)
0x13c92ec70922c7e2f8fa171a99e8b186c94c4fbe
symbol() view returns (string)
PEPE
totalSupply() view returns (uint256)
6556
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)
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) payable
mint(uint256 amount) payable
pepeMint(address addr, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint256 f, uint256 t, uint256 m)
setUri(string i)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()