ContributionNft
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "ContributionNft"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ContributionNft"
ABI
ABI objects
Getter at block 22734236
getAdmin() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
personaNft() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getAgentDAO(uint256 virtualId) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getChildren(uint256 tokenId) view returns (uint256[])
getCore(uint256 tokenId) view returns (uint8)
getDatasetId(uint256 tokenId) view returns (uint256)
getParentId(uint256 tokenId) view returns (uint256)
isAccepted(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isModel(uint256 tokenId) view returns (bool)
modelContributions(uint256) view returns (bool)
modelDatasets(uint256) view returns (uint256)
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)
tokenVirtualId(uint256 tokenId) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(address thePersonaAddress)
mint(address to, uint256 virtualId, uint8 coreId, string newTokenURI, uint256 proposalId, uint256 parentId, bool isModel_, uint256 datasetId) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdmin(address newAdmin)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
Initialized(uint64 version)
MetadataUpdate(uint256 _tokenId)
NewContribution(uint256 tokenId, uint256 virtualId, uint256 parentId, uint256 datasetId)
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()