partyfoolswtf
Verified contract
Active on
Ethereum with 1,504 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 "partyfoolswtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16250093 | 2 years ago | | | 0 | 0.00063109967 | |
| 15788146 | 2 years ago | | | 0 | 0.0010097403 | |
| 15788145 | 2 years ago | | | 0 | 0.00090799134 | |
| 15427305 | 2 years ago | | | 0 | 0.00031562394 | |
| 15366965 | 2 years ago | | | 0 | 0.00085794349 | |
| 15244912 | 2 years ago | | | 0 | 0.00028392337 | |
| 15197271 | 2 years ago | | | 0 | 0.00028046194 | |
| 15178529 | 2 years ago | | | 0 | 0.00065427257 | |
| 15171235 | 2 years ago | | | 0 | 0.00035664438 | |
| 15170552 | 2 years ago | | | 0 | 0.0012572135 |
ABI
ABI objects
Getter at block 21392419
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
3
maxPerWallet() view returns (uint256)
6
maxSupply() view returns (uint256)
3333
name() view returns (string)
partyfoolswtf
owner() view returns (address)
0x47282383aac7cae2c65d209c96e24fe2a00042fd
symbol() view returns (string)
PARTYFOOL
totalSupply() view returns (uint256)
3333
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmW9m4BrSEix1gE8a54LrPpmU5GMtwXvHx6xLSusTNHgKm
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)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsActive(bool _isActive)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()