RangeEditionMinterV2_1
Verified contract
Active on
Ethereum with 2,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,186.68)
Native
Value
$5,186.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.667287 | $3,110.85 |
$5,186.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20536936 | 3 months ago | | | 0.010777 | 0.00039606720 | |
| 20222623 | 5 months ago | | | 0.010777 | 0.00032820987 | |
| 20212327 | 5 months ago | | | 0.010777 | 0.0012999992 | |
| 20199686 | 5 months ago | | | 0.010777 | 0.00027857604 | |
| 20128034 | 5 months ago | | | 0.000777 | 0.0011962231 | |
| 19832305 | 6 months ago | | | 0.000777 | 0.00049764148 | |
| 19832225 | 6 months ago | | | 0.000777 | 0.00051643248 | |
| 19829713 | 6 months ago | | | 0.017331 | 0.00066355377 | |
| 19823317 | 6 months ago | | | 0.009077 | 0.00059401507 | |
| 19699435 | 7 months ago | | | 0.010777 | 0.00093806097 |
ABI
ABI objects
Getter at block 21229198
BPS_DENOMINATOR() view returns (uint16)
10000
MAX_AFFILIATE_FEE_BPS() view returns (uint16)
1000
MAX_PLATFORM_FEE_BPS() view returns (uint16)
1000
MAX_PLATFORM_FLAT_FEE() view returns (uint96)
100000000000000000
MAX_PLATFORM_PER_TX_FLAT_FEE() view returns (uint96)
100000000000000000
isV2_1() pure returns (bool)
true
moduleInterfaceId() pure returns (bytes4)
0xb9f19d17
nextMintId() view returns (uint128)
214
owner() view returns (address result)
0x00005ff8b061293b72e0f49c7ebc066d19e162ad
ownershipHandoverValidFor() view returns (uint64)
172800
platformFeeAddress() view returns (address)
0x00005ff8b061293b72e0f49c7ebc066d19e162ad
platformFeeBPS() view returns (uint16)
0
platformFeesAccrued() view returns (uint128)
1621697000000000000
platformFlatFee() view returns (uint96)
777000000000000
platformPerTxFlatFee() view returns (uint96)
0
Read-only
affiliateFeesAccrued(address) view returns (uint128)
affiliateMerkleRoot(address edition, uint128 mintId) view returns (bytes32)
isAffiliated(address edition, uint128 mintId, address affiliate) view returns (bool)
isAffiliatedWithProof(address edition, uint128 mintId, address affiliate, bytes32[] affiliateProof) view returns (bool)
mintInfo(address edition, uint128 mintId) view returns (struct MintInfo info)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalPriceAndFees(address edition, uint128 mintId, uint32 quantity) view returns (uint256 total, uint256 subTotal, uint256 platformFlatFeeTotal, uint256 platformFee, uint256 affiliateFee)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
createEditionMint(address edition, uint96 price, uint32 startTime, uint32 cutoffTime, uint32 endTime, uint16 affiliateFeeBPS, uint32 maxMintableLower, uint32 maxMintableUpper, uint32 maxMintablePerAccount) returns (uint128 mintId)
mint(address edition, uint128 mintId, uint32 quantity, address affiliate) payable
mintTo(address edition, uint128 mintId, address to, uint32 quantity, address affiliate, bytes32[] affiliateProof, uint256 attributionId) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setAffiliateFee(address edition, uint128 mintId, uint16 bps)
setAffiliateMerkleRoot(address edition, uint128 mintId, bytes32 root)
setEditionMintPaused(address edition, uint128 mintId, bool paused)
setMaxMintablePerAccount(address edition, uint128 mintId, uint32 maxMintablePerAccount)
setMaxMintableRange(address edition, uint128 mintId, uint32 maxMintableLower, uint32 maxMintableUpper)
setPlatformFee(uint16 bps)
setPlatformFeeAddress(address addr)
setPlatformFlatFee(uint96 flatFee)
setPlatformPerTxFlatFee(uint96 perTxFlatFee)
setPrice(address edition, uint128 mintId, uint96 price)
setTimeRange(address edition, uint128 mintId, uint32 startTime, uint32 cutoffTime, uint32 endTime)
setTimeRange(address edition, uint128 mintId, uint32 startTime, uint32 endTime)
transferOwnership(address newOwner) payable
withdrawForAffiliate(address affiliate)
withdrawForPlatform()
AffiliateFeeSet(address indexed edition, uint128 mintId, uint16 bps)
AffiliateFeesWithdrawn(address indexed affiliate, uint256 accrued)
AffiliateMerkleRootSet(address indexed edition, uint128 mintId, bytes32 root)
CutoffTimeSet(address indexed edition, uint128 mintId, uint32 cutoffTime)
MaxMintablePerAccountSet(address indexed edition, uint128 mintId, uint32 maxMintablePerAccount)
MaxMintableRangeSet(address indexed edition, uint128 mintId, uint32 maxMintableLower, uint32 maxMintableUpper)
MintConfigCreated(address indexed edition, address indexed creator, uint128 mintId, uint32 startTime, uint32 endTime, uint16 affiliateFeeBPS)
MintPausedSet(address indexed edition, uint128 mintId, bool paused)
Minted(address indexed edition, uint128 mintId, address indexed buyer, uint32 fromTokenId, uint32 quantity, uint128 requiredEtherValue, uint128 platformFee, uint128 affiliateFee, address affiliate, bool affiliated, uint256 indexed attributionId)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PlatformFeeAddressSet(address addr)
PlatformFeeSet(uint16 bps)
PlatformFeesWithdrawn(uint128 accrued)
PlatformFlatFeeSet(uint96 flatFee)
PlatformPerTxFlatFeeSet(uint96 perTxFlatFee)
PriceSet(address indexed edition, uint128 mintId, uint96 price)
RangeEditionMintCreated(address indexed edition, uint128 mintId, uint96 price, uint32 startTime, uint32 cutoffTime, uint32 endTime, uint16 affiliateFeeBPS, uint32 maxMintableLower, uint32 maxMintableUpper, uint32 maxMintablePerAccount)
TimeRangeSet(address indexed edition, uint128 mintId, uint32 startTime, uint32 endTime)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ExceedsAvailableSupply(uint32 available)
ExceedsMaxPerAccount()
InvalidAffiliate()
InvalidAffiliateFeeBPS()
InvalidMaxMintableRange()
InvalidPlatformFeeBPS()
InvalidPlatformFlatFee()
InvalidPlatformPerTxFlatFee()
InvalidTimeRange()
MaxMintablePerAccountIsZero()
MintDoesNotExist()
MintNotOpen(uint256 blockTimestamp, uint32 startTime, uint32 endTime)
MintPaused()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PlatformFeeAddressIsZero()
Unauthorized()
Underpaid(uint256 paid, uint256 required)
WrongPayment(uint256 paid, uint256 required)