CryptoPhunksMarket
Verified contract
Active on
Ethereum with 35,579 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf074…f402
Balances ($359,512.85)
Native
Value
$359,512.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 107.6273 | $3,340.35 |
$359,512.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245635 | 8 hours ago | | | 0 | 0.0010168470 | |
| 21245630 | 8 hours ago | | | 0 | 0.00051257513 | |
| 21245626 | 8 hours ago | | | 0 | 0.00051452926 | |
| 21242507 | 18 hours ago | | | 0 | 0.00055188229 | |
| 21242014 | 20 hours ago | | | 0 | 0.00041789142 | |
| 21242012 | 20 hours ago | | | 0 | 0.00041899318 | |
| 21209701 | 5 days ago | | | 0 | 0.00050859783 | |
| 21196971 | 7 days ago | | | 0 | 0.0013785388 | |
| 21189737 | 8 days ago | | | 0 | 0.0015290569 | |
| 21189641 | 8 days ago | | | 0 | 0.00078040404 |
ABI
ABI objects
Getter at block 21247886
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
phunksAddress() view returns (address)
0xf07468ead8cf26c752c676e43c814fee9c8cf402
Read-only
pendingWithdrawals(address) view returns (uint256)
phunkBids(uint256) view returns (bool hasBid, uint256 phunkIndex, address bidder, uint256 value)
phunksOfferedForSale(uint256) view returns (bool isForSale, uint256 phunkIndex, address seller, uint256 minValue, address onlySellTo)
State-modifying
Events acceptBidForPhunk(uint256 phunkIndex, uint256 minPrice)
buyPhunk(uint256 phunkIndex) payable
enterBidForPhunk(uint256 phunkIndex) payable
offerPhunkForSale(uint256 phunkIndex, uint256 minSalePriceInWei)
offerPhunkForSaleToAddress(uint256 phunkIndex, uint256 minSalePriceInWei, address toAddress)
pause()
phunkNoLongerForSale(uint256 phunkIndex)
renounceOwnership()
setPhunksContract(address newPhunksAddress)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawBidForPhunk(uint256 phunkIndex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PhunkBidEntered(uint256 indexed phunkIndex, uint256 value, address indexed fromAddress)
PhunkBidWithdrawn(uint256 indexed phunkIndex, uint256 value, address indexed fromAddress)
PhunkBought(uint256 indexed phunkIndex, uint256 value, address indexed fromAddress, address indexed toAddress)
PhunkNoLongerForSale(uint256 indexed phunkIndex)
PhunkOffered(uint256 indexed phunkIndex, uint256 minValue, address indexed toAddress)
Unpaused(address account)
constructor(address initialPhunksAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.