Phygital__v1_4
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Phygital__v1_4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Phygital__v1_4"
ABI
ABI objects
Getter at block 21844657 getSignVerifier() view returns (address)
baseURI() view returns (string)
https://iyk.app/api/metadata/
minorVersion() view returns (uint16)
0
name() view returns (string)
owner() view returns (address)
0x5fe770cf8ad1df5dde2c1447a898b087c275f6c1
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
signVerifier() view returns (address)
0xf504941ef7ff8f24dc0063779eeb3fb12bac8ab7
signVerifierId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
signVerifierRegistry() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
claimNonces(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBatchClaimSigningHash(uint256 blockExpiry, address recipient, uint256 startTokenId, uint256 quantity) view returns (bytes32)
getClaimNonce(address recipient) view returns (uint256)
getClaimSigningHash(uint256 blockExpiry, address recipient, uint256 tokenId) view returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimNFT(bytes sig, uint256 blockExpiry, address recipient, uint256 tokenId)
initialize(string name, string symbol)
initialize__v1_1(string _name, string _symbol)
initialize__v1_2(string _name, string _symbol)
initialize__v1_3(string _name, string _symbol, address _signVerifierRegistry, bytes32 _signVerifierId)
initialize__v1_4(string _name, string _symbol, address _signVerifierRegistry, bytes32 _signVerifierId)
mint(address recipient, uint256 tokenId)
mintBatch(address to, uint256[] tokenIds)
mintBatchWithSig(bytes sig, uint256 blockExpiry, address recipient, uint256 startTokenId, uint256 quantity)
mintNFT(bytes sig, uint256 blockExpiry, address recipient, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setSignVerifier(address verifier)
setSignVerifierId(bytes32 _signVerifierId)
setSignVerifierRegistry(address _signVerifierRegistry)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
upgradeTo__v1_2()
upgradeTo__v1_3(address _signVerifierRegistry, bytes32 _signVerifierId)
upgradeTo__v1_4()
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignVerifierIdUpdated(bytes32 indexed signVerifierId, bytes32 indexed oldSignVerifierId)
SignVerifierRegistryUpdated(address indexed signVerifierRegistry, address indexed oldSignVerifierRegistry)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.