PudgyPresent
Verified contract
Active on
Ethereum with 21,474 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbd35…2cf8
Balances ($0.00)
No balances found for "PudgyPresent"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156035 | 5 hours ago | | | 0 | 0.00048951826 | |
| 21155532 | 7 hours ago | | | 0 | 0.0011175778 | |
| 21151656 | 20 hours ago | | | 0 | 0.00045543674 | |
| 21149454 | a day ago | | | 0 | 0.00089404066 | |
| 21141017 | 2 days ago | | | 0 | 0.00049482280 | |
| 21140780 | 2 days ago | | | 0 | 0.00041528126 | |
| 21139419 | 3 days ago | | | 0 | 0.00079339065 | |
| 21138173 | 3 days ago | | | 0 | 0.0011601908 | |
| 21137613 | 3 days ago | | | 0 | 0.0010081911 | |
| 21137563 | 3 days ago | | | 0 | 0.00066708900 |
ABI
ABI objects
Getter at block 21157611
MAX_BY_MINT() view returns (uint256)
10
MAX_ELEMENTS() view returns (uint256)
8888
baseTokenURI() view returns (string)
https://api.pudgypenguins.io/present/
creatorAddress() view returns (address)
0x6f84fa72ca4554e0eefcb9032e5a4f1fb41b726c
devAddress() view returns (address)
0xcbcc84766f2950cf867f42d766c43fb2d2ba3256
endClaim_timestamp() view returns (uint256)
1630958400
getEndClaimDate() view returns (uint256)
1630958400
name() view returns (string)
PudgyPresent
owner() view returns (address)
0xf54c9a0e44a5f5afd27c7ac8a176a843b9114f1d
paused() view returns (bool)
false
pudgyPenguins() view returns (address)
0xbd3531da5cf5857e7cfaa92426877b022e612cf8
symbol() view returns (string)
PP
totalMint() view returns (uint256)
7399
totalSupply() view returns (uint256)
7399
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(uint256 _tokenId) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256[] _tokensId) payable
pause(bool val)
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)
setEndClaimDate(uint256 _end)
setPudgyPenguins(address _pudgyPenguins)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreatePenguinPresent(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.