Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$133,018.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 39.976369 | $3,327.42 |
$133,018.17 | |
WGC | ERC-20 | 200 | $0.000606 |
$0.12 | |
kurbi | ERC-20 | 0.2 | $0.000786 |
$0 | |
ONCHAIN | ERC-20 | 0.0001 | $0.000561 |
$0 | |
BROGE | ERC-20 | 10K | -- | -- | |
OHNO | ERC-20 | 5.868077K | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
NOB | ERC-20 | 2K | -- | -- | |
LZPZ | ERC-20 | 1.401K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22725845 | a few seconds ago | | | 0.000777 | 2.9005809e-7 | |
| 22725817 | 2 minutes ago | | | 0.000777 | 2.5383429e-7 | |
| 22725724 | 5 minutes ago | | | 0.000777 | 2.6269204e-7 | |
| 22725717 | 5 minutes ago | | | 0.000777 | 2.7257681e-7 | |
| 22725701 | 5 minutes ago | | | 0.000777 | 2.7259483e-7 | |
| 22725685 | 6 minutes ago | | | 0.000777 | 2.3610472e-7 | |
| 22725658 | 7 minutes ago | | | 0.000777 | 2.9005809e-7 | |
| 22725646 | 7 minutes ago | | | 0.000777 | 2.9007731e-7 | |
| 22725586 | 9 minutes ago | | | 0.000777 | 2.5411459e-7 | |
| 22725563 | 10 minutes ago | | | 0.000777 | 0.000018185820 |
ABI
ABI objects
Getter at block 22725856
BPS_DENOMINATOR() view returns (uint16)
10000
DEFAULT() view returns (uint8)
0
DOMAIN_TYPEHASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
GA_TIER() view returns (uint8)
0
MAX_AFFILIATE_FEE_BPS() view returns (uint16)
1000
MAX_PER_MINT_REWARD() view returns (uint96)
100000000000000000
MAX_PLATFORM_PER_MINT_FEE_BPS() view returns (uint16)
1000
MAX_PLATFORM_PER_TX_FLAT_FEE() view returns (uint96)
100000000000000000
MINT_TO_TYPEHASH() view returns (bytes32)
0xc03e2545e609fd0b7813d6074f00235b048ae7580a8e57070eed03901dd951ae
PLATFORM_AIRDROP() view returns (uint8)
3
PLATFORM_AIRDROP_TYPEHASH() view returns (bytes32)
0xbeeccead3be397d17079af6fbbbb014209a75062141befe787822f16816d9da5
VERIFY_MERKLE() view returns (uint8)
1
VERIFY_SIGNATURE() view returns (uint8)
2
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=SuperMinter, version=1_1, chainId=8453, verifyingContract=0x000000000001a36777f9930aaeff623771b13e70, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() pure returns (string name_)
SuperMinter
version() pure returns (string version_)
1_1
Read-only
affiliateFeesAccrued(address) view returns (uint256)
checkClaimTickets(address edition, uint8 tier, uint8 scheduleNum, uint32[] claimTickets) view returns (bool[] claimed)
computeMintToDigest(struct ISuperMinterV2MintTo p) view returns (bytes32)
computePlatformAirdropDigest(struct ISuperMinterV2PlatformAirdrop p) view returns (bytes32)
defaultPlatformFeeConfig(address platform) view returns (struct ISuperMinterV2PlatformFeeConfig)
effectivePlatformFeeConfig(address platform, uint8 tier) view returns (struct ISuperMinterV2PlatformFeeConfig)
gaPrice(address) view returns (uint96)
isAffiliated(address edition, uint8 tier, uint8 scheduleNum, address affiliate) view returns (bool)
isAffiliatedWithProof(address edition, uint8 tier, uint8 scheduleNum, address affiliate, bytes32[] affiliateProof) view returns (bool)
mintInfo(address edition, uint8 tier, uint8 scheduleNum) view returns (struct ISuperMinterV2MintInfo info)
mintInfoList(address edition) view returns (struct ISuperMinterV2MintInfo[] a)
nextScheduleNum(address edition, uint8 tier) view returns (uint8)
numberMinted(address edition, uint8 tier, uint8 scheduleNum, address collector) view returns (uint32)
platformFeeAddress(address) view returns (address)
platformFeeConfig(address platform, uint8 tier) view returns (struct ISuperMinterV2PlatformFeeConfig)
platformFeesAccrued(address) view returns (uint256)
platformSigner(address) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalPriceAndFees(address edition, uint8 tier, uint8 scheduleNum, uint32 quantity, bool hasValidAffiliate) view returns (struct ISuperMinterV2TotalPriceAndFees)
totalPriceAndFeesWithSignedPrice(address edition, uint8 tier, uint8 scheduleNum, uint32 quantity, uint96 signedPrice, bool hasValidAffiliate) view returns (struct ISuperMinterV2TotalPriceAndFees)
State-modifying
Events createEditionMint(struct ISuperMinterV2MintCreation c) returns (uint8 scheduleNum)
mintTo(struct ISuperMinterV2MintTo p) payable returns (uint256 fromTokenId)
platformAirdrop(struct ISuperMinterV2PlatformAirdrop p) returns (uint256 fromTokenId)
setAffiliateFee(address edition, uint8 tier, uint8 scheduleNum, uint16 bps)
setAffiliateMerkleRoot(address edition, uint8 tier, uint8 scheduleNum, bytes32 root)
setDefaultPlatformFeeConfig(struct ISuperMinterV2PlatformFeeConfig c)
setGAPrice(uint96 price)
setMaxMintable(address edition, uint8 tier, uint8 scheduleNum, uint32 value)
setMaxMintablePerAccount(address edition, uint8 tier, uint8 scheduleNum, uint32 value)
setMerkleRoot(address edition, uint8 tier, uint8 scheduleNum, bytes32 merkleRoot)
setPaused(address edition, uint8 tier, uint8 scheduleNum, bool paused)
setPlatformFeeAddress(address recipient)
setPlatformFeeConfig(uint8 tier, struct ISuperMinterV2PlatformFeeConfig c)
setPlatformSigner(address signer)
setPrice(address edition, uint8 tier, uint8 scheduleNum, uint96 price)
setStartTime(address edition, uint8 tier, uint8 scheduleNum, uint32 startTime)
setTimeRange(address edition, uint8 tier, uint8 scheduleNum, uint32 startTime, uint32 endTime)
withdrawForAffiliate(address affiliate)
withdrawForPlatform(address platform)
AffiliateFeeSet(address indexed edition, uint8 tier, uint8 scheduleNum, uint16 bps)
AffiliateFeesWithdrawn(address indexed affiliate, uint256 accrued)
AffiliateMerkleRootSet(address indexed edition, uint8 tier, uint8 scheduleNum, bytes32 root)
DefaultPlatformFeeConfigSet(address indexed platform, struct ISuperMinterV2PlatformFeeConfig config)
GAPriceSet(address indexed platform, uint96 price)
MaxMintablePerAccountSet(address indexed edition, uint8 tier, uint8 scheduleNum, uint32 value)
MaxMintableSet(address indexed edition, uint8 tier, uint8 scheduleNum, uint32 value)
MerkleRootSet(address indexed edition, uint8 tier, uint8 scheduleNum, bytes32 merkleRoot)
MintCreated(address indexed edition, uint8 tier, uint8 scheduleNum, struct ISuperMinterV2MintCreation creation)
Minted(address indexed edition, uint8 tier, uint8 scheduleNum, address indexed to, struct ISuperMinterV2MintedLogData data, uint256 indexed attributionId)
PausedSet(address indexed edition, uint8 tier, uint8 scheduleNum, bool paused)
PlatformAirdropped(address indexed edition, uint8 tier, uint8 scheduleNum, address[] to, uint32 signedQuantity, uint256 fromTokenId)
PlatformFeeAddressSet(address indexed platform, address recipient)
PlatformFeeConfigSet(address indexed platform, uint8 tier, struct ISuperMinterV2PlatformFeeConfig config)
PlatformFeesWithdrawn(address indexed platform, uint256 accrued)
PlatformSignerSet(address indexed platform, address signer)
PriceSet(address indexed edition, uint8 tier, uint8 scheduleNum, uint96 price)
TimeRangeSet(address indexed edition, uint8 tier, uint8 scheduleNum, uint32 startTime, uint32 endTime)
This contract contains no constructor objects.
fallback()
receive()
CallerNotDelegated()
ExceedsMaxPerAccount()
ExceedsMintSupply()
ExceedsSignedQuantity()
InvalidAffiliate()
InvalidAffiliateFeeBPS()
InvalidMaxMintableRange()
InvalidMerkleProof()
InvalidMode()
InvalidPlatformFeeBPS()
InvalidPlatformFeeConfig()
InvalidPlatformFlatFee()
InvalidSignature()
InvalidTimeRange()
MaxMintableIsZero()
MaxMintablePerAccountIsZero()
MerkleRootIsEmpty()
MintDoesNotExist()
MintNotOpen(uint256 blockTimestamp, uint32 startTime, uint32 endTime)
MintPaused()
MintsAlreadyExist()
NotConfigurable()
PlatformFeeAddressIsZero()
SignatureAlreadyUsed()
SignatureExpired()
SignedPriceTooLow()
WrongPayment(uint256 paid, uint256 required)