Pudgy Dickbutt
Verified contract
Active on
Ethereum with 3,423 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 "Pudgy Dickbutt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15993304 | 2 years ago | | | 0 | 0.00072065859 | |
| 15993299 | 2 years ago | | | 0 | 0.00066085916 | |
| 15993253 | 2 years ago | | | 0 | 0.00036660927 | |
| 15993250 | 2 years ago | | | 0 | 0.00069736706 | |
| 15993172 | 2 years ago | | | 0 | 0.00065253438 | |
| 15542902 | 2 years ago | | | 0 | 0.00043896322 | |
| 15537607 | 2 years ago | | | 0 | 0.0043978126 | |
| 15537607 | 2 years ago | | | 0 | 0.0043990763 | |
| 15537578 | 2 years ago | | | 0 | 0.0058351712 | |
| 15432088 | 2 years ago | | | 0 | 0.00038680339 |
ABI
ABI objects
Getter at block 21184119
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_MINTS_PER_TX() view returns (uint256)
11
NUM_FREE_MINTS() view returns (uint256)
8888
PUBLIC_SALE_PRICE() view returns (uint256)
1500000000000000
baseTokenURI() view returns (string)
ipfs://bafybeifjz62l7icqa7awog6hhxwtulxequ5wskhchot3xifrwat25sizpy/
freeNFTAlreadyMinted() view returns (uint256)
5180
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
8888
name() view returns (string)
Pudgy Dickbutt
owner() view returns (address)
0xfc99dff999e9af31fa4fd8db6af163071908739f
symbol() view returns (string)
PUDGYDICK
totalSupply() view returns (uint256)
5382
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)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()