NFTContractERC1155_Verifier

Verified contract

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

No balances found for "NFTContractERC1155_Verifier"

0xf83da36cebb075a3343b7ac5105afa5fa53bc149f827d093a08397c6fcc9fa8d
From
0x57111adbc9bbd9979fb026805f47950c2ac53c6732b7f4c90fd8f2237fdab093
0xa584ee9090804c8795cef6c4797c71ad7a82e709c22220ce4505909944566c4c
0x6d565f7df7891d29c0797468ec51f543a9d94502b411fb40db109df145714e81
0x9de2a6b015254fbe741544e13be5936c88d0a7bfaba1afd3f203cd4dd43cf3fa
0xf4c4502dd6badb47a5475188e90fb89ace7e009cf85ac8a31cdfbacd79050c66
0x6dfe5f6ed82e364b9cd1fa6bf36e5e853c46f8ad1a08573a98946e96b56f2675
0xe3252dab35decd5bf53ec5315eba9c83694d0f2b75e309b174aa98fb1cd0a3d5
0xc350cd0f9e16547ee92798ea1d1dab917fc170d6ba71790c8674b5b17c49532d
0xd5364dc09d2aae8f55c6d754b3d554e93000af58549312e0dd4601ee27e49c96

Functions
Getter at block 21184701
contractURI(view returns (string)
ipfs://QmRLvhGRF1W9of1ZbSRwE1AEs8Z3sSdSx73N7cKKkQgCAT
owner(view returns (address)
0xa02f57b8bb35e3a9b5e0caa5568469f289b08fda
verifier(view returns (address)
0x2f789ec1ae7af318876d826fef52c088aeb0cedc
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
idToMintInfo(uint256view returns (uint256 pricebool open)
isAdmin(address _adminview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
openMintIds(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
addAdmin(address _admin
closeMint(uint256 _id
freeMint(uint256 _iduint256 _numberOfTokensaddress _to
mint(uint256 _iduint256 _numberOfTokensaddress _tobytes _datapayable 
openMint(uint256 _iduint256 _price
recoverToken(address _token
removeAdmin(address _admin
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _URI
setIdentityVerifier(address _identityVerifier
setTokenURI(uint256 _idstring _URI
transferOwnership(address newOwner
withdrawAll(
Events
AdminAdded(address indexed admin
AdminRemoved(address indexed admin
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
MintClosed(uint256 indexed id
MintOpened(uint256 indexed iduint256 indexed price
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Purchased(address indexed useruint256 indexed iduint256 indexed amountbytes data
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
Constructor
constructor(string _placeholderUristring _contractUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdminAlreadyExists(address admin
AdminDoesNotExist(address admin
AdminIsAddressZero(
ArgumentIsAddressZero(
CallerIsNotTheAdmin(address caller
ContractBalanceIsZero(
EtherValueSentNotExact(
MintIsClosed(uint256 tokenId
MintIsOpened(uint256 tokenId
NumberOfTokensIsZero(
TransferFailed(
VerificationFailed(
VerifierNotSet(