MinterImplementationV2

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x1fc3bc98 at 18965545
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "MinterImplementationV2"

No transactions found for "MinterImplementationV2"


Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
customPlatformFee(uint256 tokenIdview returns (uint256)
endTime(uint256 tokenIdview returns (uint256)
getPlatformFee(uint256 tokenIdview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
isMintable(uint256 tokenIdview returns (bool)
isSoulbound(uint256 tokenIdview returns (bool)
maxMintCountPerAddress(uint256 tokenIdview returns (uint256)
maxMintCountPerTokenId(uint256 tokenIdview returns (uint256)
mintCount(uint256 tokenIdaddress accountview returns (uint256)
mintPrice(uint256 tokenIdview returns (uint256)
startTime(uint256 tokenIdview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 tokenIdview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
addAdmin(address _a
airdrop(address _touint256 _tokenIduint256 _amountbytes _datapayable 
burn(uint256 iduint256 amount
initialize(address _owneraddress _ownerTreasuryaddress _platformaddress _platformTreasuryuint256 _defaultPlatformFeestring _uri
launchMintForId(uint256 iduint256 price
mint(uint256 _tokenIduint256 _amountbytes _datapayable 
pause(
removeAdmin(address _a
renounceOwnership(
renouncePlatformOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newuri
setCustomPlatformFee(uint256 tokenIduint256 fee
setDefaultPlatformFee(uint256 fee
setMaxMintCountForAddress(uint256 tokenIduint256 maxMintsAllowed
setMaxMintCountForTokenId(uint256 tokenIduint256 maxMintCount
setMintPrice(uint256 iduint256 price
setMintingStatusForId(uint256 idbool status
setOwnerTreasury(address _ownerTreasury
setPlatformTreasury(address _platformTreasury
setSoulbound(uint256 tokenIdbool status
setStartAndEndTime(uint256 iduint256 _startTimeuint256 _endTime
transferOwnership(address newOwner
transferPlatformOwnership(address newPlatformAddress
unpause(
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminAdded(address indexed admin
AdminRemoved(address indexed admin
Airdrop(address indexed recipientuint256 indexed tokenIduint256 amount
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ContractInitialized(address indexed owneraddress indexed ownerTreasuryaddress indexed platformaddress platformTreasuryuint256 defaultPlatformFeestring uri
CustomPlatformFeeSet(uint256 indexed tokenIduint256 fee
DefaultPlatformFeeSet(uint256 fee
Initialized(uint64 version
MaxMintCountForTokenIdSet(uint256 indexed tokenIduint256 maxMintCount
MaxMintCountPerAddressSet(uint256 indexed tokenIduint256 maxMintsAllowed
MintConfigChanged(
MintLaunched(uint256 indexed tokenIduint256 price
MintPriceSet(uint256 indexed tokenIduint256 price
MintStatusSet(uint256 indexed tokenIdbool status
OwnerTreasurySet(address indexed ownerTreasury
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PlatformOwnershipTransferred(address indexed previousPlatformaddress indexed newPlatform
PlatformTreasurySet(address indexed platformTreasury
SoulboundStatusSet(uint256 indexed tokenIdbool status
StartAndEndTimeSet(uint256 indexed tokenIduint256 _startTimeuint256 _endTime
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress 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