Soulbound Instruxi Id Verification

Verified contract

Active on Ethereum with 2 txns
Deployed by via 0xadb8d9a4 at 21122927
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $383.96
0x5355d7fa7629c9da0b2f5b0feb8d7f699044eae4b327fd6cbfd4e583941fa33b
0x2eb1d555113afcb516a301a063f65d8f24a86152ed32d5fb4451c72bda4b0759

Functions
Getter at block 21332491
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
CALLBACK_ROLE(view returns (bytes32)
0x73f9a0f79d0de650ebb1c7d68b67125ab5d93ce97641ba33e5e1e4b5f481921c
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
MINT_FEE(view returns (uint256)
50000000000000000
beacon(view returns (address)
0x6a10a68e40b37a45c5314546a7941b6cd69bea5e
computationSource(view returns (bytes32)
0x5a386ae43bb6e5f44fd7c18e2de24b4b9c33938efdb49b48f50f7a1a4a902278
name(view returns (string)
Soulbound Instruxi Id Verification
paused(view returns (bool)
false
symbol(view returns (string)
SIDM
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getSessionByRequest(bytes32 requestIdview returns (bool existsbool statusbool isExpireduint256 expirationDateaddress owneruint256 tokenId)
getTokenSession(uint256 tokenIdview returns (bool existsbool statusbool isExpireduint256 expirationDateaddress owner)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isOwnerOf(address accountuint256 idview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenSessions(bytes32view returns (bool existsbool statusuint256 expirationDateaddress owneruint256 tokenId)
tokenToRequest(uint256view returns (bytes32)
uri(uint256view returns (string)
State-modifying
adminMint(address to
grantRole(bytes32 roleaddress account
mint(payable 
oracleCallback(bytes32 requestIdbytes responsebytes err
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBeacon(address newBeacon
setComputationSource(bytes32 newSource
setMintFee(uint256 newFee
unpause(
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ComputationFailed(bytes32 indexed requestIdbytes err
ComputationResult(bytes32 indexed requestIduint256 indexed tokenIdbool statusuint256 expirationDate
FundsWithdrawn(address indexed touint256 amount
MintFeeUpdated(uint256 newFee
MintInitiated(address indexed tobytes32 indexed requestId
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(string uri_address beaconAddressbytes32 _computationSource
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
BalanceQueryForZeroAddress(
BurnFromNonOnwerAddress(
BurnFromZeroAddress(
InputLengthMistmatch(
InsufficientPayment(
InvalidBeaconAddress(
MintToZeroAddress(
MintZeroQuantity(
MintingOffline(
SessionNotFound(
SoulboundTokensNotTransferable(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwnerOrInvalidAmount(
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(
WithdrawalFailed(