Pudgy Milady
Verified contract
Active on
Ethereum with 5,093 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "Pudgy Milady"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155030 | a day ago | | | 0 | 0.00049533955 | |
| 21120803 | 6 days ago | | | 0 | 0.00024735704 | |
| 21120797 | 6 days ago | | | 0 | 0.00024201576 | |
| 21104240 | 8 days ago | | | 0 | 0.00034989538 | |
| 21067930 | 13 days ago | | | 0 | 0.00049016670 | |
| 21061388 | 14 days ago | | | 0 | 0.00024794083 | |
| 21037502 | 17 days ago | | | 0 | 0.00046119585 | |
| 21032903 | 18 days ago | | | 0 | 0.00037445567 | |
| 21027414 | 19 days ago | | | 0 | 0.00040708690 | |
| 21021857 | 19 days ago | | | 0 | 0.00065044688 |
ABI
ABI objects
Getter at block 21161577
_baseTokenURI() view returns (string)
ipfs://QmUfcNVENodyyPjcHpYAQHqAYgdu7b76k1C29od2bjWYtg/
claimed() view returns (uint256)
8
cost() view returns (uint256)
1000000000000000
freeSupply() view returns (uint256)
6905
hiddenMetadataUri() view returns (string)
maxClaimAmount() view returns (uint256)
20
maxForClaim() view returns (uint256)
577
maxForSale() view returns (uint256)
7777
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
7777
name() view returns (string)
Pudgy Milady
owner() view returns (address)
0xef30fa2138a725523451688279b11216b0505e98
pausedClaim() view returns (bool)
true
pausedSale() view returns (bool)
true
revealed() view returns (bool)
true
sold() view returns (uint256)
7770
symbol() view returns (string)
PUDGYMILADY
totalSupply() view returns (uint256)
8110
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)
unclaimed(address user) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claim()
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxForClaim(uint256 supply)
setMaxForSale(uint256 supply)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPausedClaim(bool _state)
setPausedSale(bool _state)
setRevealed(bool _state)
setmaxClaimAmount(uint256 _maxClaimAmount)
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(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()