CosmicGearsbyFrankMullerImpl

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xdc908ff6 at 19631539
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CosmicGearsbyFrankMullerImpl"

No transactions found for "CosmicGearsbyFrankMullerImpl"


Functions
Getter at block 20986184
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
baseURIextended(view returns (string)
devFlag(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getAllIdsByOwner(address ownerview returns (uint256[] tokensId)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minters(addressview returns (uint256 minterTypeuint256 minteduint256 capuint256 startId)
nonce(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
pids(uint256view returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
editMinter(address _minteruint256 _minterTypeuint256 _capuint256 _startId
initialize(string _namestring _symbolstring _baseURI
mint(address _toreturns (uint256 tokenId)
mintFromShadow(uint256 pidbytes _signatureuint256 _id
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawETH(
withdrawTokens(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
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
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
FailedInnerCall(
InvalidInitialization(
InvalidSigner(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ShadowWrongId(
StringsInsufficientHexLength(uint256 valueuint256 length
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
UsedPid(
mintCap(uint256 minteduint256 cap
notMinter(