UnopndSouvenirV1
Verified contract
Active on
Ethereum with 5 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 "UnopndSouvenirV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13710256 | 3 years ago | | | 0 | 0.019684136 | |
| 13710200 | 3 years ago | | | 0 | 0.0043306418 | |
| 13710199 | 3 years ago | | | 0 | 0.010810627 | |
| 13709531 | 3 years ago | | | 0 | 0.023560685 | |
| 13709530 | 3 years ago | | | 0 | 0.0067713867 |
ABI
ABI objects
Getter at block 21425345
contractURI() view returns (string)
owner() view returns (address)
0x03844b1bf51729a3e9f56a27883f6abcddba29a6
redeemCodeSigner() view returns (address)
0x7323da74928deaba84106f3d1574b526d1c97de1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRedeemCode(uint256 id, bytes32 emailHash) pure returns (bytes32)
isApprovedForAll(address account, address operator) view returns (bool)
mintableUntil(uint256) view returns (uint256)
redeemed(bytes32) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events mint(uint256 id, bytes32 emailHash, bytes sig)
registerNew(string uri_, uint256 timestamp)
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)
setRedeemCodeSigner(address signer)
transferOwnership(address newOwner)
updateContractURI(string uri_)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.