PudgyDoodles
Verified contract
Active on
Ethereum with 816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$139.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.045 | $3,096.60 |
$139.35 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17651383 | a year ago | | | 0 | 0.0013060826 | |
| 17573520 | a year ago | | | 0 | 0.00057942582 | |
| 16880236 | 2 years ago | | | 0 | 0.00069253266 | |
| 16656587 | 2 years ago | | | 0 | 0.0013372805 | |
| 16636354 | 2 years ago | | | 0 | 0.0019789152 | |
| 16345090 | 2 years ago | | | 0 | 0.00078637512 | |
| 15850935 | 2 years ago | | | 0 | 0.00040310286 | |
| 15813870 | 2 years ago | | | 0 | 0.00062968948 | |
| 15729458 | 2 years ago | | | 0 | 0.0010791151 | |
| 15729455 | 2 years ago | | | 0 | 0.0015167881 |
ABI
ABI objects
Getter at block 21228936
MAX_MINT_PER_TX() view returns (uint256)
10
MAX_MINT_PER_WALLET_FREE() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
8888
baseURI() view returns (string)
https://mygateway.mypinata.cloud/ipfs/QmdBYMZPK9u5E5ideNXHFBxtvA4WmNLuumKtsNt1HKdUYF/
freeSupply() view returns (uint256)
8888
name() view returns (string)
PudgyDoodles
owner() view returns (address)
0xbe8e2a5518e7deedca4d9d481997acf0a5b9a46b
price() view returns (uint256)
0
stage() view returns (uint8)
1
symbol() view returns (string)
PGDD
totalSupply() view returns (uint256)
8888
Read-only
addressFreeMinted(address) view returns (bool)
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)
freeMint(uint256 _quantity) payable
mint(uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeSupply(uint256 newFreeSupply)
setPrice(uint256 newPrice)
setStage(uint8 newStage)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
StageChanged(uint8 from, uint8 to)
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()