ERC1155Mintable
Verified contract
Active on
Ethereum with 652 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 "ERC1155Mintable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20988117 | a month ago | | | 0 | 0.00073998142 | |
| 19972247 | 6 months ago | | | 0 | 0.00043462419 | |
| 19972195 | 6 months ago | | | 0 | 0.00033097663 | |
| 19972172 | 6 months ago | | | 0 | 0.00039712345 | |
| 19132087 | 10 months ago | | | 0 | 0.00093337670 | |
| 19125604 | 10 months ago | | | 0 | 0.00086351973 | |
| 19088168 | 10 months ago | | | 0 | 0.00042290905 | |
| 18813180 | a year ago | | | 0 | 0.0021146186 | |
| 18807433 | a year ago | | | 0 | 0.0010009928 | |
| 18406528 | a year ago | | | 0 | 0.00073658783 |
ABI
ABI objects
Getter at block 21265181
nonce() view returns (uint256)
101
owner() view returns (address)
0x19bd539605a56a7f58b89542cc1ae1c842fe4211
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenUris(uint256) view returns (string)
uri(uint256 _id) view returns (string uri)
State-modifying
Events create(uint256 _initialSupply, string _uri) returns (uint256 _id)
mint(uint256 _id, address[] _to, uint256[] _quantities)
mintSingle(uint256 _id, address _to, uint256 _quantities)
renounceOwnership()
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)
setURI(string _uri, uint256 _id)
transferOwnership(address newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.