RangeEditionMinter
Verified contract
Active on
Ethereum with 32,320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$11,362.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.549169 | $3,201.34 |
$11,362.1 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19828364 | 6 months ago | | | 0.001 | 0.00048112546 | |
| 19239051 | 9 months ago | | | 0.007 | 0.0031349998 | |
| 19224230 | 9 months ago | | | 0.052 | 0.0022193242 | |
| 19070062 | 10 months ago | | | 0.02 | 0.0028979950 | |
| 19045700 | 10 months ago | | | 0.05 | 0.0018968972 | |
| 19045690 | 10 months ago | | | 0.01 | 0.0020412766 | |
| 19044574 | 10 months ago | | | 0.05 | 0.0022115445 | |
| 18925505 | 10 months ago | | | 0.05 | 0.0015370882 | |
| 18920839 | 10 months ago | | | 0.03 | 0.0031553331 | |
| 18911235 | 10 months ago | | | 0.003 | 0.0010100408 |
ABI
ABI objects
Getter at block 21157782
MAX_BPS() pure returns (uint16)
10000
feeRegistry() view returns (address)
0x8f921211c9771baeb648ac7becb322a540298a4b
moduleInterfaceId() pure returns (bytes4)
0x4d4a2e35
nextMintId() view returns (uint128)
1172
platformFeesAccrued() view returns (uint128)
2886900000000000000
Read-only
affiliateFeesAccrued(address affiliate) view returns (uint128)
isAffiliated(address, uint128, address affiliate) view returns (bool)
mintInfo(address edition, uint128 mintId) view returns (struct MintInfo)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalPrice(address edition, uint128 mintId, address, uint32 quantity) view returns (uint128)
State-modifying
Events 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
setAffiliateFee(address edition, uint128 mintId, uint16 feeBPS)
setEditionMintPaused(address edition, uint128 mintId, bool paused)
setMaxMintablePerAccount(address edition, uint128 mintId, uint32 maxMintablePerAccount)
setMaxMintableRange(address edition, uint128 mintId, uint32 maxMintableLower, uint32 maxMintableUpper)
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)
withdrawForAffiliate(address affiliate)
withdrawForPlatform()
AffiliateFeeSet(address indexed edition, uint128 indexed mintId, uint16 bps)
CutoffTimeSet(address indexed edition, uint128 indexed mintId, uint32 cutoffTime)
MaxMintablePerAccountSet(address indexed edition, uint128 indexed mintId, uint32 maxMintablePerAccount)
MaxMintableRangeSet(address indexed edition, uint128 indexed 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 indexed mintId, address indexed buyer, uint32 fromTokenId, uint32 quantity, uint128 requiredEtherValue, uint128 platformFee, uint128 affiliateFee, address affiliate, bool affiliated)
PriceSet(address indexed edition, uint128 indexed mintId, uint96 price)
RangeEditionMintCreated(address indexed edition, uint128 indexed mintId, uint96 price, uint32 startTime, uint32 cutoffTime, uint32 endTime, uint16 affiliateFeeBPS, uint32 maxMintableLower, uint32 maxMintableUpper, uint32 maxMintablePerAccount)
TimeRangeSet(address indexed edition, uint128 indexed mintId, uint32 startTime, uint32 endTime)
constructor(address feeRegistry_)
This contract contains no fallback and receive objects.
ExceedsAvailableSupply(uint32 available)
ExceedsMaxPerAccount()
FeeRegistryIsZeroAddress()
InvalidAffiliateFeeBPS()
InvalidMaxMintableRange()
InvalidTimeRange()
MaxMintablePerAccountIsZero()
MintNotOpen(uint256 blockTimestamp, uint32 startTime, uint32 endTime)
MintPaused()
Unauthorized()
Underpaid(uint256 paid, uint256 required)