Pepper Attack
Verified contract
Active on
Ethereum with 3,059 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 "Pepper Attack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20714584 | 3 months ago | | | 0 | 0.00053987686 | |
| 19891967 | 6 months ago | | | 0 | 0.00018260605 | |
| 19845506 | 7 months ago | | | 0 | 0.00044043819 | |
| 19750129 | 7 months ago | | | 0 | 0.00021539119 | |
| 19749602 | 7 months ago | | | 0 | 0.00019895266 | |
| 19259308 | 9 months ago | | | 0 | 0.00056547255 | |
| 19207531 | 10 months ago | | | 0 | 0.00084801123 | |
| 19023927 | 10 months ago | | | 0 | 0.0016724533 | |
| 19023413 | 10 months ago | | | 0 | 0.0032280186 | |
| 18499431 | a year ago | | | 0 | 0.00080496577 |
ABI
ABI objects
Getter at block 21305324 getBaseURI() view returns (string)
MAX_PEPPERS() view returns (uint256)
10000
MAX_PURCHASES_PER_TRANSACTION() view returns (uint256)
20
TOTAL_RESERVED_PEPPERS() view returns (uint256)
100
isSaleActive() view returns (bool)
false
name() view returns (string)
Pepper Attack
owner() view returns (address)
0xa811b13dd271356d887704a7f0108b1950e392be
price() view returns (uint256)
70000000000000000
symbol() view returns (string)
PEPPER
totalSupply() view returns (uint256)
6626
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPeppers(uint256 numTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSaleActive(bool isActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string baseURI)
updatePrice(uint256 newPrice)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.