MinterImplementationV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "MinterImplementationV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MinterImplementationV2"
ABI
ABI objects
Getter at block 22733567
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
contractURI() view returns (string)
defaultPlatformFee() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
ownerTreasury() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
platform() view returns (address)
0x0000000000000000000000000000000000000000
platformTreasury() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
customPlatformFee(uint256 tokenId) view returns (uint256)
endTime(uint256 tokenId) view returns (uint256)
getPlatformFee(uint256 tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isMintable(uint256 tokenId) view returns (bool)
isSoulbound(uint256 tokenId) view returns (bool)
maxMintCountPerAddress(uint256 tokenId) view returns (uint256)
maxMintCountPerTokenId(uint256 tokenId) view returns (uint256)
mintCount(uint256 tokenId, address account) view returns (uint256)
mintPrice(uint256 tokenId) view returns (uint256)
startTime(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 tokenId) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events addAdmin(address _a)
airdrop(address _to, uint256 _tokenId, uint256 _amount, bytes _data) payable
burn(uint256 id, uint256 amount)
initialize(address _owner, address _ownerTreasury, address _platform, address _platformTreasury, uint256 _defaultPlatformFee, string _uri)
launchMintForId(uint256 id, uint256 price)
mint(uint256 _tokenId, uint256 _amount, bytes _data) payable
pause()
removeAdmin(address _a)
renounceOwnership()
renouncePlatformOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newuri)
setCustomPlatformFee(uint256 tokenId, uint256 fee)
setDefaultPlatformFee(uint256 fee)
setMaxMintCountForAddress(uint256 tokenId, uint256 maxMintsAllowed)
setMaxMintCountForTokenId(uint256 tokenId, uint256 maxMintCount)
setMintPrice(uint256 id, uint256 price)
setMintingStatusForId(uint256 id, bool status)
setOwnerTreasury(address _ownerTreasury)
setPlatformTreasury(address _platformTreasury)
setSoulbound(uint256 tokenId, bool status)
setStartAndEndTime(uint256 id, uint256 _startTime, uint256 _endTime)
transferOwnership(address newOwner)
transferPlatformOwnership(address newPlatformAddress)
unpause()
upgradeToAndCall(address newImplementation, bytes data) payable
AdminAdded(address indexed admin)
AdminRemoved(address indexed admin)
Airdrop(address indexed recipient, uint256 indexed tokenId, uint256 amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ContractInitialized(address indexed owner, address indexed ownerTreasury, address indexed platform, address platformTreasury, uint256 defaultPlatformFee, string uri)
CustomPlatformFeeSet(uint256 indexed tokenId, uint256 fee)
DefaultPlatformFeeSet(uint256 fee)
Initialized(uint64 version)
MaxMintCountForTokenIdSet(uint256 indexed tokenId, uint256 maxMintCount)
MaxMintCountPerAddressSet(uint256 indexed tokenId, uint256 maxMintsAllowed)
MintConfigChanged()
MintLaunched(uint256 indexed tokenId, uint256 price)
MintPriceSet(uint256 indexed tokenId, uint256 price)
MintStatusSet(uint256 indexed tokenId, bool status)
OwnerTreasurySet(address indexed ownerTreasury)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PlatformOwnershipTransferred(address indexed previousPlatform, address indexed newPlatform)
PlatformTreasurySet(address indexed platformTreasury)
SoulboundStatusSet(uint256 indexed tokenId, bool status)
StartAndEndTimeSet(uint256 indexed tokenId, uint256 _startTime, uint256 _endTime)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PlatformUnauthorizedAccount(address sender)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
UnauthorizedAccount(address account)