Pudgy Penguins - 9
Verified contract
Proxy
Active on
Ethereum with 250 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
0xf93a…ebdb
Balances ($4,361.05)
Native
Value
$4,361.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.380598 | $3,158.81 |
$4,361.05 | |
DPFP | ERC-721 | 1 | -- | -- | |
0x421b…49d9 | ERC-1555 | 1 | -- | -- | |
0xbed9…3753 | ERC-1555 | 1 | -- | -- | |
0xe7d1…24c1 | ERC-1555 | 1 | -- | -- | |
0xfe03…d496 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20687057 | 2 months ago | | | 0 | 0.00077992084 | |
| 20687014 | 2 months ago | | | 0 | 0.00064656125 | |
| 20686941 | 2 months ago | | | 0 | 0.0010605570 | |
| 17287759 | a year ago | | | 0 | 0.0033875435 | |
| 17010248 | 2 years ago | | | 0 | 0.00094140827 | |
| 16895868 | 2 years ago | | | 0 | 0.00069688616 | |
| 16860450 | 2 years ago | | | 0 | 0.00055423450 | |
| 16860435 | 2 years ago | | | 0 | 0.00055529939 | |
| 16860382 | 2 years ago | | | 0 | 0.00061138642 | |
| 16860360 | 2 years ago | | | 0 | 0.00058988014 |
ABI
ABI objects
Getter at block 21177476
logic() view returns (address)
0x4a6d2a7a4f9375ebd4ecdbb1972a767dd83b02de
auctionEnd() view returns (uint256)
1670910275
auctionLength() view returns (uint256)
259200
auctionState() view returns (uint8)
2
curator() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
410
lastClaimed() view returns (uint256)
1670911115
livePrice() view returns (uint256)
4069870816936823018
name() view returns (string)
Pudgy Penguins - 9
reservePrice() view returns (uint256)
4069870816936823018
reserveTotal() view returns (uint256)
11606976346113989633120000000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
8BIT
token() view returns (address)
0xbd3531da5cf5857e7cfaa92426877b022e612cf8
totalSupply() view returns (uint256)
1116978652849740931950
vaultClosed() view returns (bool)
false
version() view returns (string)
1.1
votingTokens() view returns (uint256)
2851927461139896372375
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0xf93aaaec5e4ced8605a57b3dff011ec408a8ebdb
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
userPrices(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bid() payable
cash()
claimFees()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
end()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _curator, address _token, uint256 _id, uint256 _supply, uint256 _listPrice, uint256 _fee, string _name, string _symbol)
kickCurator(address _curator)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
redeem()
removeReserve(address _user)
start() payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateAuctionLength(uint256 _length)
updateCurator(address _curator)
updateFee(uint256 _fee)
updateUserPrice(uint256 _new)
Approval(address indexed owner, address indexed spender, uint256 value)
Bid(address indexed buyer, uint256 price)
Cash(address indexed owner, uint256 shares)
FeeClaimed(uint256 fee)
PriceUpdate(address indexed user, uint256 price)
Redeem(address indexed redeemer)
Start(address indexed buyer, uint256 price)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateAuctionLength(uint256 length)
UpdateCuratorFee(uint256 fee)
Won(address indexed buyer, uint256 price)
constructor(address _logic, bytes _initializationCalldata)
fallback()
receive()
This contract contains no error objects.