ServiceNft
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "ServiceNft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ServiceNft"
ABI
ABI objects
Getter at block 22756225
contributionNft() view returns (address)
0x0000000000000000000000000000000000000000
datasetImpactWeight() view returns (uint16)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
personaNft() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCore(uint256 tokenId) view returns (uint8)
getCoreDatasetAt(uint256 virtualId, uint8 coreType, uint256 index) view returns (uint256)
getCoreDatasets(uint256 virtualId, uint8 coreType) view returns (uint256[])
getCoreService(uint256 virtualId, uint8 coreType) view returns (uint256)
getImpact(uint256 tokenId) view returns (uint256)
getMaturity(uint256 tokenId) view returns (uint256)
getMintedAt(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalCoreDatasets(uint256 virtualId, uint8 coreType) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(address initialAgentNft, address initialContributionNft, uint16 initialDatasetImpactWeight)
mint(uint256 virtualId, bytes32 descHash) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDatasetImpactWeight(uint16 weight)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateImpact(uint256 virtualId, uint256 proposalId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
CoreServiceUpdated(uint256 virtualId, uint8 coreType, uint256 serviceId)
DatasetImpactUpdated(uint16 weight)
Initialized(uint64 version)
MetadataUpdate(uint256 _tokenId)
NewService(uint256 tokenId, uint8 coreId, uint256 maturity, uint256 impact, bool isModel)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetServiceScore(uint256 serviceId, uint256 eloRating, uint256 impact)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)