Soulbound Instruxi Id Verification
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($383.96)
Native
Value
$383.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,839.55 |
$383.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123532 | a month ago | | | 0.05 | 0.0091702639 | |
| 21122950 | a month ago | | | 0.05 | 0.011024997 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getSessionByRequest(bytes32 requestId) view returns (bool exists, bool status, bool isExpired, uint256 expirationDate, address owner, uint256 tokenId)
getTokenSession(uint256 tokenId) view returns (bool exists, bool status, bool isExpired, uint256 expirationDate, address owner)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSessions(bytes32) view returns (bool exists, bool status, uint256 expirationDate, address owner, uint256 tokenId)
tokenToRequest(uint256) view returns (bytes32)
uri(uint256) view returns (string)
State-modifying
Events adminMint(address to)
grantRole(bytes32 role, address account)
mint() payable
oracleCallback(bytes32 requestId, bytes response, bytes err)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBeacon(address newBeacon)
setComputationSource(bytes32 newSource)
setMintFee(uint256 newFee)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ComputationFailed(bytes32 indexed requestId, bytes err)
ComputationResult(bytes32 indexed requestId, uint256 indexed tokenId, bool status, uint256 expirationDate)
FundsWithdrawn(address indexed to, uint256 amount)
MintFeeUpdated(uint256 newFee)
MintInitiated(address indexed to, bytes32 indexed requestId)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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(string uri_, address beaconAddress, bytes32 _computationSource)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
BalanceQueryForZeroAddress()
BurnFromNonOnwerAddress()
BurnFromZeroAddress()
InputLengthMistmatch()
InsufficientPayment()
InvalidBeaconAddress()
MintToZeroAddress()
MintZeroQuantity()
MintingOffline()
SessionNotFound()
SoulboundTokensNotTransferable()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwnerOrInvalidAmount()
TransferToNonERC1155ReceiverImplementer()
TransferToZeroAddress()
WithdrawalFailed()