Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($41,686.04)
Native
Value
$41,686.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 13.07666 | $3,187.82 |
$41,686.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20903438 | a month ago | | | 0 | 0.00031067130 | |
| 20903424 | a month ago | | | 0 | 0.00032693379 | |
| 20903416 | a month ago | | | 0 | 0.00038685526 | |
| 20891823 | a month ago | | | 0 | 0.00036837904 | |
| 20852931 | a month ago | | | 0.006050302 | 0.00080419172 | |
| 20847568 | a month ago | | | 0 | 0.00079394240 | |
| 20778266 | 2 months ago | | | 0.012539787 | 0.0019171948 | |
| 20742477 | 2 months ago | | | 0.0024243488 | 0.00045941919 | |
| 20723729 | 2 months ago | | | 0 | 0.00034633336 | |
| 20723725 | 2 months ago | | | 0 | 0.00030063337 |
ABI
ABI objects
Getter at block 21165104
BPS_DENOMINATOR() view returns (uint16)
10000
MAX_AFFILIATE_FEE_BPS() view returns (uint16)
500
MAX_ARTIST_FEE_BPS() view returns (uint16)
1000
MAX_GOLDEN_EGG_FEE_BPS() view returns (uint16)
500
MAX_PLATFORM_FEE_BPS() view returns (uint16)
500
approvedEditionFactories() view returns (address[])
[0xAef3e8c8723D9c31863BE8dE54dF2668Ef7c4B89]
moduleInterfaceId() pure returns (bytes4)
0xa3c2dbc7
owner() view returns (address result)
0x858a92511485715cfb754f397a7894b7724c7abd
ownershipHandoverValidFor() view returns (uint64)
172800
platformFeeAddress() view returns (address)
0x858a92511485715cfb754f397a7894b7724c7abd
platformFeeBPS() view returns (uint16)
250
platformFeesAccrued() view returns (uint128)
1211181957250563500
Read-only
affiliateFeesAccrued(address) view returns (uint128)
affiliateMerkleRoot(address edition) view returns (bytes32)
goldenEggFeeRecipient(address edition) view returns (address recipient)
goldenEggFeesAccrued(address edition) view returns (uint128)
isAffiliated(address edition, address affiliate) view returns (bool)
isAffiliatedWithProof(address edition, address affiliate, bytes32[] affiliateProof) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
samInfo(address edition) view returns (struct SAMInfo info)
supportsInterface(bytes4 interfaceId) pure returns (bool)
totalBuyPriceAndFees(address edition, uint32 supplyForwardOffset, uint32 quantity) view returns (uint256 total, uint256 platformFee, uint256 artistFee, uint256 goldenEggFee, uint256 affiliateFee)
totalSellPrice(address edition, uint32 supplyBackwardOffset, uint32 quantity) view returns (uint256 total)
totalValue(address edition, uint32 fromSupply, uint32 quantity) view returns (uint256 total)
State-modifying
Events buy(address edition, address to, uint32 quantity, address affiliate, bytes32[] affiliateProof, uint256 attributonId) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
create(address edition, uint96 basePrice, uint128 linearPriceSlope, uint128 inflectionPrice, uint32 inflectionPoint, uint32 maxSupply, uint32 buyFreezeTime, uint16 artistFeeBPS, uint16 goldenEggFeeBPS, uint16 affiliateFeeBPS, address editionBy, bytes32 editionSalt)
renounceOwnership() payable
requestOwnershipHandover() payable
sell(address edition, uint256[] tokenIds, uint256 minimumPayout, address payoutTo, uint256 attributonId)
setAffiliateFee(address edition, uint16 bps)
setAffiliateMerkleRoot(address edition, bytes32 root)
setApprovedEditionFactories(address[] factories)
setArtistFee(address edition, uint16 bps)
setBasePrice(address edition, uint96 basePrice)
setBuyFreezeTime(address edition, uint32 buyFreezeTime)
setGoldenEggFee(address edition, uint16 bps)
setInflectionPoint(address edition, uint32 inflectionPoint)
setInflectionPrice(address edition, uint128 inflectionPrice)
setLinearPriceSlope(address edition, uint128 linearPriceSlope)
setMaxSupply(address edition, uint32 maxSupply)
setPlatformFee(uint16 bps)
setPlatformFeeAddress(address addr)
transferOwnership(address newOwner) payable
withdrawForAffiliate(address affiliate)
withdrawForGoldenEgg(address edition)
withdrawForPlatform()
AffiliateFeeSet(address indexed edition, uint16 bps)
AffiliateFeesWithdrawn(address indexed affiliate, uint256 accrued)
AffiliateMerkleRootSet(address indexed edition, bytes32 root)
ApprovedEditionFactoriesSet(address[] factories)
ArtistFeeSet(address indexed edition, uint16 bps)
BasePriceSet(address indexed edition, uint96 basePrice)
Bought(address indexed edition, address indexed buyer, uint256 fromTokenId, uint32 fromCurveSupply, uint32 quantity, uint128 totalPayment, uint128 platformFee, uint128 artistFee, uint128 goldenEggFee, uint128 affiliateFee, address affiliate, bool affiliated, uint256 indexed attributionId)
BuyFreezeTimeSet(address indexed edition, uint32 buyFreezeTime)
Created(address indexed edition, uint96 basePrice, uint128 linearPriceSlope, uint128 inflectionPrice, uint32 inflectionPoint, uint32 maxSupply, uint32 buyFreezeTime, uint16 artistFeeBPS, uint16 goldenEggFeeBPS, uint16 affiliateFeeBPS)
GoldenEggFeeSet(address indexed edition, uint16 bps)
GoldenEggFeesWithdrawn(address indexed edition, address indexed receipient, uint128 accrued)
InflectionPointSet(address indexed edition, uint32 inflectionPoint)
InflectionPriceSet(address indexed edition, uint128 inflectionPrice)
LinearPriceSlopeSet(address indexed edition, uint128 linearPriceSlope)
MaxSupplySet(address indexed edition, uint32 maxSupply)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PlatformFeeAddressSet(address addr)
PlatformFeeSet(uint16 bps)
PlatformFeesWithdrawn(uint128 accrued)
Sold(address indexed edition, address indexed seller, uint32 fromCurveSupply, uint256[] tokenIds, uint128 totalPayout, uint256 indexed attributionId)
constructor()
This contract contains no fallback and receive objects.
BurnZeroQuantity()
BuyIsFrozen()
ExceedsMaxSupply(uint32 available)
InSAMPhase()
InflectionPointIsZero()
InflectionPriceIsZero()
InsufficientPayout(uint256 payout, uint256 required)
InsufficientSupply(uint256 available, uint256 required)
InvalidAffiliate()
InvalidAffiliateFeeBPS()
InvalidArtistFeeBPS()
InvalidBuyFreezeTime()
InvalidGoldenEggFeeBPS()
InvalidMaxSupply()
InvalidPlatformFeeBPS()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PlatformFeeAddressIsZero()
SAMAlreadyExists()
SAMDoesNotExist()
UnapprovedEdition()
Unauthorized()
Underpaid(uint256 paid, uint256 required)