HAHAPEWPEW
Verified contract
Active on
Ethereum with 6,985 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.26)
Native
Value
$3.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,258.56 |
$3.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20879017 | a month ago | | | 0 | 0.0013725327 | |
| 20837901 | 2 months ago | | | 0 | 0.0016445695 | |
| 20828666 | 2 months ago | | | 0 | 0.0013351137 | |
| 20768570 | 2 months ago | | | 0 | 0.000089569984 | |
| 20706071 | 2 months ago | | | 0 | 0.000050729983 | |
| 20649669 | 2 months ago | | | 0 | 0.000033834882 | |
| 20649666 | 2 months ago | | | 0 | 0.000041918911 | |
| 20649461 | 2 months ago | | | 0 | 0.000050076531 | |
| 20635321 | 2 months ago | | | 0 | 0.00032786126 | |
| 20604330 | 3 months ago | | | 0 | 0.00014855750 |
ABI
ABI objects
Getter at block 21173222
HAHA_PEW_PEW() view returns (uint256)
6666
MAX_PEW_PEW() view returns (uint256)
2
MAX_PROJECT_PEW_PEW() view returns (uint256)
10
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmXsacm8Jzo19DyncsCPdNSHKffZ8k9VR17gefZgeT4UvL/
name() view returns (string)
HAHAPEWPEW
owner() view returns (address)
0x05dfb122c4bb912a6cfe91139b2685edf9dbbd8f
pewPewReady() view returns (bool)
false
prePewPewReady() view returns (bool)
true
symbol() view returns (string)
HAHAPEWPEW
totalSupply() view returns (uint256)
6666
Read-only
availableProjectPewPews(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
constructedPewPew(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectConstructedPewPew(address, uint256) view returns (uint256)
projectPewPews(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addMoreProjectPewPew(uint256 amount, address projectPewPew)
airdrop(address _to, uint256 _numberOfTokens)
approve(address to, uint256 tokenId)
constructManyProjectPewPew(address projectOwned, uint256[] ownedTokenIds, uint256 pewPews) payable
constructPewPew(uint256 pewPews) payable
happyPewPew()
preHappyPewPew()
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)
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)
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.
OperatorNotAllowed(address operator)