RareMinter
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "RareMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RareMinter"
ABI
ABI objects
Getter at block 21230189
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getContractAllowListConfig(address _contractAddress) view returns (struct IRareMinterAllowListConfig)
getContractMintLimit(address _contractAddress) view returns (uint256)
getContractMintsPerAddress(address _contractAddress, address _address) view returns (uint256)
getContractTxLimit(address _contractAddress) view returns (uint256)
getContractTxsPerAddress(address _contractAddress, address _address) view returns (uint256)
getDirectSaleConfig(address _contractAddress) view returns (struct IRareMinterDirectSaleConfig)
State-modifying
Events initialize(address _networkBeneficiary, address _marketplaceSettings, address _spaceOperatorRegistry, address _royaltyEngine, address _payments, address _approvedTokenRegistry, address _stakingSettings, address _stakingRegistry)
mintDirectSale(address _contractAddress, address _currencyAddress, uint256 _price, uint8 _numMints, bytes32[] _proof) payable
prepareMintDirectSale(address _contractAddress, address _currencyAddress, uint256 _price, uint256 _startTime, uint256 _maxMints, address[] _splitRecipients, uint8[] _splitRatios)
renounceOwnership()
setApprovedTokenRegistry(address _approvedTokenRegistry)
setContractAllowListConfig(bytes32 _root, uint256 _endTimestamp, address _contractAddress)
setContractMintLimit(address _contractAddress, uint256 _limit)
setContractTxLimit(address _contractAddress, uint256 _limit)
setMarketplaceSettings(address _marketplaceSettings)
setNetworkBeneficiary(address _networkBeneficiary)
setPayments(address _payments)
setRoyaltyEngine(address _royaltyEngine)
setSpaceOperatorRegistry(address _spaceOperatorRegistry)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ContractMintLimitSet(address indexed contractAddress, uint256 limit)
ContractTxLimitSet(address indexed contractAddress, uint256 limit)
Initialized(uint8 version)
MintDirectSale(address indexed _contractAddress, address indexed _seller, address indexed _buyer, uint256 _tokenIdStart, uint256 _tokenIdEnd, address _currency, uint256 _price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrepareMintDirectSale(address indexed _contractAddress, address indexed _currency, address indexed _seller, uint256 _price, uint256 _startTime, uint256 _maxMints, address[] splitRecipients, uint8[] splitRatios)
SetContractAllowListConfig(bytes32 indexed _root, uint256 _endTimestamp, address indexed _contractAddress)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.