SignedPhotoNFT
Verified contract
Active on
Ethereum with 238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SignedPhotoNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910524 | a year ago | | | 0 | 0.00044042964 | |
| 18804401 | a year ago | | | 0 | 0.00069485687 | |
| 18799167 | a year ago | | | 0 | 0.0015998013 | |
| 18318607 | a year ago | | | 0 | 0.00013711050 | |
| 18054391 | a year ago | | | 0 | 0.00026663912 | |
| 17469657 | a year ago | | | 0 | 0.00068181962 | |
| 17351030 | 2 years ago | | | 0 | 0.0011286591 | |
| 17023016 | 2 years ago | | | 0 | 0.0045856690 | |
| 16669389 | 2 years ago | | | 0 | 0.00099762745 | |
| 16665624 | 2 years ago | | | 0 | 0.0014738210 |
ABI
ABI objects
Getter at block 21315026
MAX_MINTABLE() view returns (uint256)
700
NO_OF_TYPES() view returns (uint256)
9
SIGNER() view returns (address)
0xc04b4a394305cff3e69446a28f8cc4bd53ecf342
devMinted() view returns (bool)
true
mintingPaused() view returns (bool)
false
numberMinted() view returns (uint256)
178
owner() view returns (address)
0xa26f815a0cfa514b5e7dce62691f380a50ab8dfd
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events devMint()
mint(uint8 v, bytes32 r, bytes32 s)
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)
toggleMinting()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.