FreeMintCore

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x7362eaea at 18384957
Slot
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 49 additional slots
-
variable spans 43 additional slots

No balances found for "FreeMintCore"

No transactions found for "FreeMintCore"


Functions
Getter at block 22004857
_artistName(view returns (string)
_assetURI(view returns (string)
_description(view returns (string)
_mintEndTime(view returns (uint32)
0
_mintStartTime(view returns (uint32)
0
_mintingPaused(view returns (bool)
false
_nftName(view returns (string)
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(address touint256 quantity
approve(address touint256 tokenId
initialize(string namestring symbolstring asset
mint(
pauseMint(
renounceOwnership(
resumeMint(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAssetURI(string assetURI
setMetadataProperties(string nftNamestring artistNamestring description
setMintDuration(uint32 startTimeuint32 endTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
MintingNotEnabled(
TokenAlreadyMinted(
TokenNotFound(