Boson Smart Voucher
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Boson Smart Voucher"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13656298 | 3 years ago | | | 0 | 0.0030610468 | |
| 13651167 | 3 years ago | | | 0 | 0.012537566 | |
| 13639684 | 3 years ago | | | 0 | 0.0042147412 | |
| 13639234 | 3 years ago | | | 0 | 0.0049906314 | |
| 13632696 | 3 years ago | | | 0 | 0.0027919441 | |
| 13548721 | 3 years ago | | | 0 | 0.012019788 | |
| 13548720 | 3 years ago | | | 0 | 0.0052859939 |
ABI
ABI objects
Getter at block 21089304
baseURI() view returns (string)
https://metadata.bosonprotocol.io/vouchers/
contractURI() view returns (string)
https://metadata.bosonprotocol.io/vouchers/contract.json
getCashierAddress() view returns (address)
0x783a2e37c1c990435debbf3737d3e4e029f6aae7
getVoucherKernelAddress() view returns (address)
0xaa10d375b2b61e99bdba850550b71b26b1c45746
name() view returns (string)
Boson Smart Voucher
owner() view returns (address)
0x9a384d6118bee16ef19564061c71152780d708b1
paused() view returns (bool)
false
symbol() view returns (string)
BSV
totalSupply() view returns (uint256)
22
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _tokenId) returns (bool)
pause()
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setCashierAddress(address _cashierAddress)
setContractUri(string _contractUri)
setTokenURI(string _newUri)
setVoucherKernelAddress(address _voucherKernelAddress)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LogCashierSet(address _newCashier, address _triggeredBy)
LogContractUriSet(string _contractUri, address _triggeredBy)
LogUriSet(string _newUri, address _triggeredBy)
LogVoucherKernelSet(address _newVoucherKernel, address _triggeredBy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI_, string name_, string symbol_, address _cashierAddress, address _voucherKernelAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.