0xd729a94d6366a4feac4a6869c8b3573cee4701a9

Unverified contract

Proxy

Active on Ethereum with 15,400 txns
Deployed by via 0x1b9f6c56 at 17671128
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots

No balances found for "0xd729a94d6366a4feac4a6869c8b3573cee4701a9"

0x8cb7771ded3e22f7298f1b63636b1b64700fbd1a21e2e365cb1ff722b258bce0
0x23d3e8ee030d683b655b0138795442a531a5f943d4dba8401aefb3f289c8ab8a
0xac9c0b5ce892da0c1a58c721f3196ad1261577551c78d7a76992871f176e6824
0x44fd1cec096a0ac7807e8915771781f42e1e494434cf39763f60a71445a82125
0x397dc16ae969a751a089ad7a4d78540d3201763258e976400ddf4c3e4c756cb2
0xf9118f60222cd0aea1853aa7c9a71ba786f9d908ac97d97f12fc41d9331173ec
0xe42e0439671feac0274a6dc05b1a374719923c41ff43eec94be934c39049d611
0xa576a0ea219a9ded850ae0d52543cde6461d0132c0ba48cec16e28fc3c2b42d3
0x732ff244f8bcf6f3c2903210c13316a27195f0bf62e2c2750c92c637fb9236dc
0xf6666f15bea4782b66ed07cb26430b657a035b314714870cad742ae683c1dfeb

Functions
Getter at block 21304569
ETHSCRIPTION_TRANSFER_COOLDOWN_BLOCKS(view returns (uint256)
5
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=Ethscriptions Market, version=3, chainId=1, verifyingContract=0xd729a94d6366a4feac4a6869c8b3573cee4701a9, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getFeeBps(view returns (uint256)
0
Read-only
blocksRemainingUntilValidTransfer(address previousOwnerbytes32 ethscriptionIdview returns (uint256)
computeFee(uint256 amountview returns (uint256)
featureIsEnabled(string featureview returns (bool)
userEthscriptionDefinitelyNotStored(address ownerbytes32 ethscriptionIdview returns (bool)
userEthscriptionPossiblyStored(address ownerbytes32 ethscriptionIdview returns (bool)
userListingCancellations(address ownerbytes32 listingIdview returns (bool)
userListingsOfEthscriptionValidAfterTime(address ownerbytes32 ethscriptionIdview returns (uint256)
userListingsValidAfterTime(address ownerview returns (uint256)
State-modifying
buyWithSignature(bytes32 listingIdaddress sellerbytes32 ethscriptionIduint256 priceuint256 startTimeuint256 endTimebytes signaturepayable 
cancelAllListingsForEthscription(bytes32 ethscriptionId
cancelAllListingsOfUser(
cancelListing(bytes32 listingId
disableAllFeatures(
disableFeature(string feature
enableAllFeatures(
enableFeature(string feature
initialize(address adminAddressaddress paymentAddressuint96 feeBpsaddress[] importOwnersbytes32[] importHashes
sendFeesToPaymentAddress(
setAdminAddress(address adminAddress
setFeeBps(uint96 feeBps
setPaymentAddress(address paymentAddress
withdrawEthscription(bytes32 ethscriptionId
Events
AdminAddressChanged(address indexed oldAdminAddressaddress indexed newAdminAddress
AllListingsCancelled(
AllListingsCancelledForUser(address indexed seller
AllListingsOfEthscriptionCancelledForUser(address indexed sellerbytes32 indexed ethscriptionId
EthscriptionPurchased(address indexed selleraddress indexed buyerbytes32 indexed ethscriptionIduint256 pricebytes32 listingId
FeeBpsChanged(uint96 oldFeeBpsuint96 newFeeBps
FeesWithdrawn(address indexed recipientuint256 amount
ListingCancelled(address indexed sellerbytes32 indexed listingId
PaymentAddressChanged(address indexed oldPaymentAddressaddress indexed newPaymentAddress
PotentialEthscriptionDeposited(address indexed ownerbytes32 indexed potentialEthscriptionId
PotentialEthscriptionWithdrawn(address indexed ownerbytes32 indexed potentialEthscriptionId
ethscriptions_protocol_TransferEthscriptionForPreviousOwner(address indexed previousOwneraddress indexed recipientbytes32 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors
AdditionalCooldownRequired(uint256 additionalBlocksNeeded
AlreadyInitialized(
EthscriptionAlreadyReceivedFromSender(
EthscriptionNotDeposited(
FeatureDisabled(
InvalidEthscriptionLength(
InvalidSignature(
NotAdmin(
NotFactory(
ReentrancyGuard__ReentrantCall(
ZeroAdminAddress(
ZeroBalance(
ZeroPaymentAddress(