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 "PUDDYs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17908419 | a year ago | | | 0 | 0.00071107840 | |
| 17656924 | a year ago | | | 0 | 0.0030292234 | |
| 17427430 | a year ago | | | 0 | 0.0011602842 | |
| 17425593 | a year ago | | | 0 | 0.00063870371 | |
| 17417532 | a year ago | | | 0 | 0.0017160905 | |
| 17417530 | a year ago | | | 0 | 0.0016279488 | |
| 17414629 | a year ago | | | 0.02 | 0.0033805971 | |
| 17413961 | a year ago | | | 0 | 0.00093613871 | |
| 17413801 | a year ago | | | 0.002 | 0.0019162225 | |
| 17412727 | a year ago | | | 0 | 0.00061612531 |
ABI
ABI objects
Getter at block 21189007
cost() view returns (uint256)
2000000000000000
freePertx() view returns (uint256)
1
maxFree() view returns (uint256)
100
maxSupply() view returns (uint256)
2222
name() view returns (string)
PUDDYs
owner() view returns (address)
0x954e9cd3aa6458ee0cafcb1ad6d3634b6fce2734
symbol() view returns (string)
Puddy
totalSupply() view returns (uint256)
1610
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 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 c)
setUri(string i)
transfer(uint256 f, uint256 t, uint256 m)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()