KILLER PEPE
Verified contract
Active on
Ethereum with 470 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 "KILLER PEPE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16936573 | 2 years ago | | | 0 | 0.0016514025 | |
| 16936535 | 2 years ago | | | 0 | 0.0010345674 | |
| 16936523 | 2 years ago | | | 0 | 0.00055314663 | |
| 16936407 | 2 years ago | | | 0 | 0.0010622731 | |
| 16936406 | 2 years ago | | | 0 | 0.0013688166 | |
| 16936403 | 2 years ago | | | 0 | 0.0013859476 | |
| 16936400 | 2 years ago | | | 0 | 0.0013824395 | |
| 16936397 | 2 years ago | | | 0 | 0.0013868282 | |
| 16936396 | 2 years ago | | | 0 | 0.0012467675 | |
| 16936395 | 2 years ago | | | 0 | 0.00084647731 |
ABI
ABI objects
Getter at block 21306796
freeAmount() view returns (uint256)
333
maxPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
1000
mintEnabled() view returns (bool)
true
name() view returns (string)
KILLER PEPE
owner() view returns (address)
0x9ca39d3e41e1e3de89a8e3e1804fa3b6697289e6
price() view returns (uint256)
3300000000000000
symbol() view returns (string)
KILLERPEPE
totalSupply() view returns (uint256)
667
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()