ServiceNft

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x86e2416d at 11842885
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ServiceNft"

No transactions found for "ServiceNft"


Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getCore(uint256 tokenIdview returns (uint8)
getCoreDatasetAt(uint256 virtualIduint8 coreTypeuint256 indexview returns (uint256)
getCoreDatasets(uint256 virtualIduint8 coreTypeview returns (uint256[])
getCoreService(uint256 virtualIduint8 coreTypeview returns (uint256)
getImpact(uint256 tokenIdview returns (uint256)
getMaturity(uint256 tokenIdview returns (uint256)
getMintedAt(uint256 tokenIdview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
totalCoreDatasets(uint256 virtualIduint8 coreTypeview returns (uint256)
State-modifying
approve(address touint256 tokenId
initialize(address initialAgentNftaddress initialContributionNftuint16 initialDatasetImpactWeight
mint(uint256 virtualIdbytes32 descHashreturns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setDatasetImpactWeight(uint16 weight
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateImpact(uint256 virtualIduint256 proposalId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
CoreServiceUpdated(uint256 virtualIduint8 coreTypeuint256 serviceId
DatasetImpactUpdated(uint16 weight
Initialized(uint64 version
MetadataUpdate(uint256 _tokenId
NewService(uint256 tokenIduint8 coreIduint256 maturityuint256 impactbool isModel
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetServiceScore(uint256 serviceIduint256 eloRatinguint256 impact
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account