This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 9 minutes old. We're running behind the tip but working to resolve the issue.

Voucher

Verified contract

Active on Ethereum with 2,213 txns
Deployed by via 0xd1f9a52f at 16783563
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Voucher"

0x569f0e184d61cd3e131fe610c143a9b244873c790925b103a6fb7e2e1525d24b
0x179443ba0adb7c5a31aa4a65cd6ac60fc35d39742347d434639ca8d08e8a1e7e
0x63b3730b5378a59d1381327703ac4b840cb8fccadd082672ac1ffa9d668a71bb
0x8669a4a2f43a26a97e027c06231ff88d2c1be1a00d49964ec75d09bb8dcaa67d
0x578b6ff917a00bf0a27f6300a8adfa6f0d75474718f9b90a21b8901446abaca7
0x28574d3fa194167848279478f12de0f7afd30d844b1a81447b5dbaa9156e02b7
0x1fe4f762a94afca3f7d8bb45424666a6dd5bc1f93cafba3662e3b1c7d2f48a23
0xda1e4a985e7ab4298e7a4321ff59f92eefbbc9c3ea465b0430b5a3043eef048c
0x431230564f3a03931cdd669ffae917bf9e181e50e465a686de2dd704fde336e8
0x4f6fb3bd4601d454bd3f7794cd9d92236ee2a7829712c0f86bafba1a2b35c135

Functions
Getter at block 20793296
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
REDEEMER_ROLE(view returns (bytes32)
0x44ac9762eec3a11893fefb11d028bb3102560094137c3ed4518712475b2577cc
baseURI(view returns (string)
https://storage.petaverse.com/vouchers/
name(view returns (string)
Voucher
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0xc06710728aaa2992aaec67fdaaa66afe7ddd0f4a
pet(view returns (address)
0x6f1ee0b02bcb1e57d4f1f5b9ed3ae4c142424e65
symbol(view returns (string)
VOU
totalSupply(view returns (uint256)
586
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
hashVoucher(struct VoucherVoucherToken _voucherview returns (bytes32)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
vouchersUsed(bytes32view returns (bool)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mintTo(struct VoucherVoucherToken _voucherbytes _signatureaddress _signerpayable 
redeemVoucher(uint256 _voucherTokenIduint256 _petTokenId
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setPet(address _pet
setRoyaltyInfo(address _royaltyReceiveruint96 _royaltyNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdraw(address _touint256 _amount
withdrawAll(address _to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURISet(address indexed who
OperatorFilterRegistryAddressUpdated(address newRegistry
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PetSet(address indexed petaddress indexed who
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyInfoSet(address royaltyReceiveruint256 royaltyNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdraw(address indexed touint256 amountaddress indexed who
Constructor
constructor(string _uriaddress _pet
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OnlyOwner(
OperatorNotAllowed(address operator