Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xa748…94b8
0xcb79…8fae
0x3ea0…99e5
Balances ($0.00)
No balances found for "RMRKMintaur"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11365847 | 9 months ago | | | 0.003 | 0.000000003665932428 | |
| 11089649 | 9 months ago | | | 0.003 | 0.000000004708154199 | |
| 11046047 | 9 months ago | | | 0.0007 | 0.000000033618023439 | |
| 10032904 | 10 months ago | | | 0.003 | 0.000000002837791572 | |
| 9582731 | 10 months ago | | | 0.0007 | 0.000000034421868072 | |
| 9381417 | a year ago | | | 0.003 | 0.000000002817196446 | |
| 9358916 | a year ago | | | 0.0008 | 0.000000011733125382 | |
| 9358898 | a year ago | | | 0.0007 | 0.0000048471395 | |
| 9106377 | a year ago | | | 0.0007 | 0.0000054736560 | |
| 9104738 | a year ago | | | 0.003 | 5.4197700e-7 |
ABI
ABI objects
Getter at block 23325274
getAssetPinningPrice() view returns (uint256)
700000000000000
getBeneficiary() view returns (address)
0xa01984b6e00586ca61269eb966e588466c112f5b
getDeployer() view returns (address)
0xa748308184cb5d23824259d5ca81be354f7694b8
getMinimumMintingFee() view returns (uint256)
700000000000000
getMintaurRegistry() view returns (address)
0x3ea0b370340980ab6bff68281fff006900a499e5
getMintingFeePercentageBPS() view returns (uint256)
300
getRegistry() view returns (address)
0xcb79ff273170863b74eb126303cf1e4a61f68fae
owner() view returns (address)
0xa01984b6e00586ca61269eb966e588466c112f5b
Read-only
getMintFeeEstimate(uint256 mintPrice) view returns (uint256)
isContributor(address contributor) view returns (bool)
State-modifying
Events deployCollection(string name, string symbol, string collectionMetadata, uint256 maxSupply, uint256 mintPrice, address beneficiary, address royaltyRecipient, uint16 royaltyPercentageBps, uint256 cutOffDate, string[] initialAssetsMetadata) payable
manageContributor(address contributor, bool grantRole)
mint(address collection, address to, uint256 numToMint) payable
renounceOwnership()
setAssetPinningPrice(uint256 assetPinningPrice)
setBeneficiary(address beneficiary)
setDeployer(address deployer)
setMinimumMintingFee(uint256 minimumMintingFee)
setMintaurRegistry(address mintaurRegistry)
setMintingFeePercentageBPS(uint256 mintingFeePercentageBPS)
setRegistry(address registry)
transferOwnership(address newOwner)
CollectionDeployed(address indexed collection, address indexed deployer, uint256 maxSupply, uint256 mintPrice, uint256 cutOffDate, string collectionMetadata)
ContributorUpdate(address indexed contributor, bool isContributor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address beneficiary, address deployer, address registry, uint256 assetPinningPrice, uint256 minimumMintingFee, uint256 mintingFeePercentageBPS)
This contract contains no fallback and receive objects.
FailedToSend()
FeeTooLow()
InvalidCutOffDate()
RMRKNewContributorIsZeroAddress()
RMRKNewOwnerIsZeroAddress()
RMRKNotOwner()
RMRKNotOwnerOrContributor()
WrongValueSent()