MintFactory
Verified contract
Active on
Base with 1,942 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "MintFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22717695 | 14 hours ago | | | 0.0001 | 0.0000046841820 | |
| 22717347 | 14 hours ago | | | 0.0001 | 0.0000042934834 | |
| 22717263 | 14 hours ago | | | 0.0001 | 0.0000044308625 | |
| 22622959 | 3 days ago | | | 0.0001 | 0.0000042926277 | |
| 22415684 | 8 days ago | | | 0.0001 | 0.0000042945530 | |
| 22412805 | 8 days ago | | | 0.0001 | 0.0000042945530 | |
| 22405681 | 8 days ago | | | 0.0001 | 0.0000044165839 | |
| 22401576 | 8 days ago | | | 0.0001 | 0.0000042924851 | |
| 22354946 | 9 days ago | | | 0.0001 | 0.0000044166552 | |
| 22353400 | 9 days ago | | | 0.0001 | 0.0000044155143 |
ABI
ABI objects
Getter at block 22743159
domainSeparator() view returns (bytes32)
0x491516cbf5f955d482f04a5921c6990624bffd3ab555f3c24257d2565d14ca83
mintingFee() view returns (bool hasOverride, address addr, uint256 fee)
(hasOverride=true, addr=0x55c88bb05602da94fce8feadc1cbebf5b72c2453, fee=100000000000000)
owner() view returns (address)
0x60f04fee62511d85f390f799220a57fee3c57316
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
cancelledSignatures(bytes) view returns (bool)
contracts(address) view returns (bool)
feeOverrides(address) view returns (bool hasOverride, address addr, uint256 fee)
getBytesToSign(struct CollectionCreationRequest request) view returns (bytes32)
getItemHash(struct CollectionCreationRequest request) pure returns (bytes32)
getMintingAddress(struct CollectionCreationRequest request) view returns (address)
getMintingFee(address contractAddress) view returns (struct MintingFee)
getSalt(struct CollectionCreationRequest request) view returns (bytes32)
mintImplementation(string) view returns (address)
usedSignatures(bytes) view returns (bool)
verifySignature(struct CollectionCreationRequest request, bytes signature) view returns (bool)
State-modifying
Events acceptOwnership()
cancelSignature(struct CollectionCreationRequest request, bytes signature)
createCollection(struct CollectionCreationRequest request, bytes signature, uint256 mintQuantity, string comment) payable returns (address)
mint(address contractAddress, address to, uint256 quantity, string comment) payable
pause()
renounceOwnership()
setMintContract(string contractType, address addr)
setMintingFee(struct MintingFee fee)
setMintingFeeOverride(address addr, struct MintingFee fee)
transferOwnership(address newOwner)
unpause()
ContractCreated(address indexed contractAddress, address indexed minter)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SignatureInvalidated(bytes indexed signature, address indexed minter)
Unpaused(address account)
constructor(address initialOwner, address platformFeeAddress)
This contract contains no fallback and receive objects.
ERC1167FailedCreateClone()
EnforcedPause()
ExpectedPause()
InvalidCollectionRequest(string message)
InvalidContractAddress()
InvalidMintType()
InvalidSignature()
NotCollectionCreator()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SignatureInvalidated()
SignatureUsed()