VouchersContract
Verified contract
Active on
Ethereum with 776 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
No balances found for "VouchersContract"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19974269 | 7 months ago | | | 0 | 0.00027320542 | |
| 19206665 | 10 months ago | | | 0 | 0.00062664730 | |
| 19001602 | a year ago | | | 0 | 0.00074502544 | |
| 18968760 | a year ago | | | 0 | 0.00037034877 | |
| 18948426 | a year ago | | | 0 | 0.00049806573 | |
| 18342623 | a year ago | | | 0 | 0.00094533029 | |
| 18218385 | a year ago | | | 0 | 0.00016231808 | |
| 17901504 | a year ago | | | 0 | 0.00033532351 | |
| 17901346 | a year ago | | | 0 | 0.00032592367 | |
| 17855957 | a year ago | | | 0 | 0.00071322568 |
ABI
ABI objects
Getter at block 21403195 totalSupplies() view returns (uint256[] totalSupplies_)
owner() view returns (address)
0x819c3fc356bb319035f9d2886fac9e57df0343f5
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256 balance_)
balanceOfAll(address _owner) view returns (uint256[] balances_)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[] balances_)
isApprovedForAll(address _owner, address _operator) view returns (bool)
supportsInterface(bytes4 _interfaceId) view returns (bool)
totalSupply(uint256 _id) view returns (uint256 totalSupply_)
uri(uint256 _id) view returns (string)
State-modifying
Events createVoucherTypes(address _to, uint256[] _values, bytes _data)
mintVouchers(address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _value)
transferOwnership(address _newContractOwner)
ApprovalForAll(address indexed _owner, 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 _contractOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.