EtherPhunksMarketV2_1

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xfdcb463c at 20452917
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "EtherPhunksMarketV2_1"

No transactions found for "EtherPhunksMarketV2_1"


Functions
Getter at block 20900858
ETHSCRIPTION_TRANSFER_COOLDOWN_BLOCKS(view returns (uint256)
5
_withdrawsPatched(view returns (bool)
false
contractVersion(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pointsAddress(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
blocksRemainingUntilValidTransfer(address previousOwnerbytes32 ethscriptionIdview returns (uint256)
pendingWithdrawals(addressview returns (uint256)
phunkBids(bytes32view returns (bool hasBidbytes32 phunkIdaddress bidderuint256 value)
phunksOfferedForSale(bytes32view returns (bool isForSalebytes32 phunkIdaddress selleruint256 minValueaddress onlySellTo)
userEthscriptionDefinitelyNotStored(address ownerbytes32 ethscriptionIdview returns (bool)
userEthscriptionPossiblyStored(address ownerbytes32 ethscriptionIdview returns (bool)
State-modifying
batchBuyPhunk(bytes32[] phunkIdsuint256[] minSalePricesInWeipayable 
batchOfferPhunkForSale(bytes32[] phunkIdsuint256[] minSalePricesInWei
initialize(uint256 _contractVersionaddress _initialPointsAddress
initializeV2(uint256 _contractVersion
initializeV2_1(uint256 _newVersion
offerPhunkForSale(bytes32 phunkIduint256 minSalePriceInWei
offerPhunkForSaleToAddress(bytes32 phunkIduint256 minSalePriceInWeiaddress toAddress
patchWithdrawals(address[] addressesuint256[] amounts
pause(
phunkNoLongerForSale(bytes32 phunkId
renounceOwnership(
setPointsAddress(address _pointsAddress
transferOwnership(address newOwner
unpause(
withdraw(
withdrawBatchPhunks(bytes32[] phunkIds
withdrawPhunk(bytes32 phunkId
Events
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PhunkBought(bytes32 indexed phunkIduint256 valueaddress indexed fromAddressaddress indexed toAddress
PhunkNoLongerForSale(bytes32 indexed phunkId
PhunkOffered(bytes32 indexed phunkIduint256 minValueaddress indexed toAddress
PointsAddressChanged(address indexed oldPointsAddressaddress indexed newPointsAddress
PotentialEthscriptionDeposited(address indexed ownerbytes32 indexed potentialEthscriptionId
PotentialEthscriptionWithdrawn(address indexed ownerbytes32 indexed potentialEthscriptionId
Unpaused(address account
WithdrawalsPatched(uint256 count
ethscriptions_protocol_TransferEthscriptionForPreviousOwner(address indexed previousOwneraddress indexed recipientbytes32 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AdditionalCooldownRequired(uint256 additionalBlocksNeeded
EnforcedPause(
EthscriptionAlreadyReceivedFromSender(
EthscriptionNotDeposited(
ExpectedPause(
InvalidEthscriptionLength(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(