CryptoPunk #7171
Verified contract
Proxy
Active on
Ethereum with 2,485 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
Balances ($55.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOODIE | ERC-20 | 2.126809 | $22.48 |
$47.81 | |
SUSHI | ERC-20 | 9.5 | $0.793926 |
$7.54 | |
0xb737…5a07 | ERC-1555 | 1 | -- | -- | |
WPUNKS | ERC-721 | 1 | -- | -- | |
TAD | ERC-20 | 0.000165 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182863 | 3 days ago | | | 0 | 0.0021849642 | |
| 21174162 | 4 days ago | | | 0 | 0.0018662624 | |
| 21169614 | 5 days ago | | | 0 | 0.00099881828 | |
| 21169328 | 5 days ago | | | 0 | 0.0013206267 | |
| 21158450 | 6 days ago | | | 0 | 0.0011760492 | |
| 21146806 | 8 days ago | | | 0 | 0.00041714786 | |
| 21146804 | 8 days ago | | | 0 | 0.00044355242 | |
| 21129074 | 10 days ago | | | 0 | 0.00077299066 | |
| 21126192 | 11 days ago | | | 0 | 0.0017413767 | |
| 21114370 | 12 days ago | | | 0 | 0.00031626240 |
ABI
ABI objects
Getter at block 21202874
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
0
auctionLength() view returns (uint256)
604800
auctionState() view returns (uint8)
0
curator() view returns (address)
0xc46db2d89327d4c41eb81c43ed5e3dff111f9a8f
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
7171
lastClaimed() view returns (uint256)
1627705892
livePrice() view returns (uint256)
0
name() view returns (string)
CryptoPunk #7171
reservePrice() view returns (uint256)
343417600229253570800
reserveTotal() view returns (uint256)
1854716769945647028652937662675003362302049
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
HOODIE
token() view returns (address)
0xb7f7f6c52f2e2fdb1963eab30438024864c313f6
totalSupply() view returns (uint256)
10000000000000000000000
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
5400762129569081565433
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0x0000000000000000000000000000000000000000
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)
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)
Won(address indexed buyer, uint256 price)
constructor(address _logic, bytes _initializationCalldata)
fallback()
receive()
This contract contains no error objects.