LilPudgys
Verified contract
Active on
Ethereum with 76,849 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0xbd35…2cf8
Balances ($264.41)
Native
Value
$264.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.079896 | $3,309.43 |
$264.41 | |
LP | ERC-721 | 1 | -- | -- | |
PENGU | ERC-20 | 0.95 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258858 | an hour ago | | | 0 | 0.00048627056 | |
| 21258479 | 2 hours ago | | | 0 | 0.00038703541 | |
| 21258189 | 3 hours ago | | | 0 | 0.00040317360 | |
| 21258171 | 3 hours ago | | | 0 | 0.00067892408 | |
| 21257756 | 5 hours ago | | | 0 | 0.00068839344 | |
| 21257578 | 5 hours ago | | | 0 | 0.00015897174 | |
| 21256204 | 10 hours ago | | | 0 | 0.00037704031 | |
| 21256155 | 10 hours ago | | | 0 | 0.00018909594 | |
| 21256148 | 10 hours ago | | | 0 | 0.00017736069 | |
| 21256137 | 10 hours ago | | | 0 | 0.00019936727 |
ABI
ABI objects
Getter at block 21259176
MAX_AUCTION() view returns (uint256)
13034
MAX_BY_CLAIM() view returns (uint256)
20
MAX_BY_MINT() view returns (uint256)
20
MAX_CLAIM() view returns (uint256)
8888
MAX_ELEMENTS() view returns (uint256)
22222
MAX_RESERVE() view returns (uint256)
300
baseTokenURI() view returns (string)
https://api.pudgypenguins.io/lil/
claimIsStarted() view returns (bool)
true
dutch() view returns (uint256 start, uint256 duration, uint256 startPrice, uint256 endPrice)
(start=1639947600, duration=7200, startPrice=300000000000000000, endPrice=30000000000000000)
dutchIsStarted() view returns (bool)
true
name() view returns (string)
LilPudgys
owner() view returns (address)
0xf54c9a0e44a5f5afd27c7ac8a176a843b9114f1d
paused() view returns (bool)
false
pudgyPenguins() view returns (address)
0xbd3531da5cf5857e7cfaa92426877b022e612cf8
symbol() view returns (string)
LP
totalSupply() view returns (uint256)
21688
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMintPrice(uint256 _timestamp) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
parts(uint256) view returns (address salesWallet, address royaltiesWallet, uint256 salePart, uint256 royaltiesPart)
price(uint256 _count) view returns (uint256)
rawOwnerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAddress(uint256) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addERC20Address(address _contract)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
claim(uint256[] _tokensId)
mint(uint256 _count) payable
removeERC20Address(address _contract)
renounceOwnership()
reserve(uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDutch(struct LilPudgysDutch _dutch)
setPause(bool _toggle)
setPudgyPenguins(address _pudgyPenguins)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawRoyalties()
withdrawRoyaltiesTokens()
withdrawSalesPart()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintLilPudgy(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address _pudgyPenguins)
receive()
This contract contains no error objects.