NFTContractERC1155_Verifier
Verified contract
Active on
Ethereum with 306 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2f78…cedc
Balances ($0.00)
No balances found for "NFTContractERC1155_Verifier"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19726343 | 7 months ago | | | 0 | 0.00080147095 | |
| 18968408 | 10 months ago | | | 0 | 0.00066015500 | |
| 18947223 | 10 months ago | | | 0 | 0.0012463869 | |
| 18940180 | 10 months ago | | | 0 | 0.0017096319 | |
| 18937176 | 10 months ago | | | 0 | 0.0018339458 | |
| 18936092 | 10 months ago | | | 0 | 0.0028366199 | |
| 18936085 | 10 months ago | | | 0 | 0.0029484653 | |
| 18936077 | 10 months ago | | | 0 | 0.0029094119 | |
| 18934903 | 10 months ago | | | 0 | 0.0041627754 | |
| 18934402 | 10 months ago | | | 0 | 0.0022227311 |
ABI
ABI objects
Getter at block 21184701
contractURI() view returns (string)
ipfs://QmRLvhGRF1W9of1ZbSRwE1AEs8Z3sSdSx73N7cKKkQgCAT
owner() view returns (address)
0xa02f57b8bb35e3a9b5e0caa5568469f289b08fda
verifier() view returns (address)
0x2f789ec1ae7af318876d826fef52c088aeb0cedc
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
idToMintInfo(uint256) view returns (uint256 price, bool open)
isAdmin(address _admin) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
openMintIds(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(address _admin)
closeMint(uint256 _id)
freeMint(uint256 _id, uint256 _numberOfTokens, address _to)
mint(uint256 _id, uint256 _numberOfTokens, address _to, bytes _data) payable
openMint(uint256 _id, uint256 _price)
recoverToken(address _token)
removeAdmin(address _admin)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _URI)
setIdentityVerifier(address _identityVerifier)
setTokenURI(uint256 _id, string _URI)
transferOwnership(address newOwner)
withdrawAll()
AdminAdded(address indexed admin)
AdminRemoved(address indexed admin)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintClosed(uint256 indexed id)
MintOpened(uint256 indexed id, uint256 indexed price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address indexed user, uint256 indexed id, uint256 indexed amount, bytes data)
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)
constructor(string _placeholderUri, string _contractUri)
This contract contains no fallback and receive objects.
AdminAlreadyExists(address admin)
AdminDoesNotExist(address admin)
AdminIsAddressZero()
ArgumentIsAddressZero()
CallerIsNotTheAdmin(address caller)
ContractBalanceIsZero()
EtherValueSentNotExact()
MintIsClosed(uint256 tokenId)
MintIsOpened(uint256 tokenId)
NumberOfTokensIsZero()
TransferFailed()
VerificationFailed()
VerifierNotSet()