CryptoPunks #8726
Verified contract
Proxy
Active on
Ethereum with 225 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
0xa99a…0c89
Balances ($30,265.51)
Native
Value
$30,265.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.071879 | $3,336.19 |
$30,265.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17952321 | a year ago | | | 0 | 0.00049179482 | |
| 17588693 | a year ago | | | 0 | 0.00098495832 | |
| 16429884 | 2 years ago | | | 0 | 0.0010817453 | |
| 15532669 | 2 years ago | | | 0 | 0.00019775353 | |
| 15512609 | 2 years ago | | | 0 | 0.00031618785 | |
| 15512504 | 2 years ago | | | 0 | 0.00039661707 | |
| 15397221 | 2 years ago | | | 0 | 0.00097868912 | |
| 14572463 | 3 years ago | | | 0 | 0.0019075201 | |
| 14511304 | 3 years ago | | | 0 | 0.0020374331 | |
| 14420429 | 3 years ago | | | 0 | 0.00073073212 |
ABI
ABI objects
Getter at block 21169092
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
1630185517
auctionLength() view returns (uint256)
259200
auctionState() view returns (uint8)
2
curator() view returns (address)
0x273c25abd33eca095e228fde0f15e8f7ec4eb4d9
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
8726
lastClaimed() view returns (uint256)
1630185585
livePrice() view returns (uint256)
166700000000000000000
name() view returns (string)
CryptoPunks #8726
reservePrice() view returns (uint256)
65000000000000000000
reserveTotal() view returns (uint256)
5037499999999999190354605000000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
LUPE
token() view returns (address)
0xb7f7f6c52f2e2fdb1963eab30438024864c313f6
totalSupply() view returns (uint256)
5442039203249280035136
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
77499999999999987543917
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0xa99a76dddbb9678bc33f39919bc76d279c680c89
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.