Quidd Inventory
Verified contract
Active on
Ethereum with 20 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 "Quidd Inventory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13271076 | 3 years ago | | | 0 | 0.013491207 | |
| 12120372 | 4 years ago | | | 0 | 0.0023923800 | |
| 12120372 | 4 years ago | | | 0 | 0.0041203800 | |
| 11868392 | 4 years ago | | | 0 | 0.0088359260 | |
| 11187953 | 4 years ago | | | 0 | 0.010339168 | |
| 11176797 | 4 years ago | | | 0 | 0.022521261 | |
| 11176721 | 4 years ago | | | 0 | 0.041912310 | |
| 11176712 | 4 years ago | | | 0 | 0.039214670 | |
| 11176639 | 4 years ago | | | 0 | 0.0039930100 | |
| 10871126 | 4 years ago | | | 0 | 0.0068215180 |
ABI
ABI objects
Getter at block 21188661
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Quidd Inventory
owner() view returns (address)
0xb21d608a2f5f3560559e56239783ddd5b80651d9
paused() view returns (bool)
false
symbol() view returns (string)
QUIDD
Read-only
balanceOf(address tokenOwner) view returns (uint256)
balanceOf(address tokenOwner, uint256 id) view returns (uint256)
balanceOfBatch(address[] tokenOwners, uint256[] ids) view returns (uint256[])
collectionOf(uint256 id) view returns (uint256)
exists(uint256 id) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
idPaused(uint256 id) view returns (bool)
isApprovedForAll(address tokenOwner, address operator) view returns (bool)
isFungible(uint256 id) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 id) view returns (string)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address to, uint256 tokenId)
batchMint(address[] to, uint256[] ids, uint256[] values)
createCollection(uint256 collectionId)
grantRole(bytes32 role, address account)
mintFungible(address to, uint256 collection, uint256 value)
mintNonFungible(address to, uint256 tokenId)
pause()
pauseCollections(uint256[] collectionIds)
renounceMinter()
renounceOwnership()
renouncePauser()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address to, bool approved)
setUriPrefix(string uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unpauseCollections(uint256[] collectionIds)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
CollectionsPaused(uint256[] collectionIds, address pauser)
CollectionsUnpaused(uint256[] collectionIds, address pauser)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.