Wearables
Verified contract
Proxy
Active on
Base with 8,702 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7d27…15dd
0x7590…5640
Balances ($0.00)
No balances found for "Wearables"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21880877 | 2 hours ago | | | 0 | 2.7011052e-7 | |
| 21870613 | 8 hours ago | | | 0 | 4.3117217e-7 | |
| 21870486 | 8 hours ago | | | 0 | 4.2805624e-7 | |
| 21864995 | 11 hours ago | | | 0 | 2.4179727e-7 | |
| 21846145 | 21 hours ago | | | 0 | 4.3116117e-7 | |
| 21843393 | a day ago | | | 0 | 3.8048022e-7 | |
| 21842565 | a day ago | | | 0 | 3.9082334e-7 | |
| 21841274 | a day ago | | | 0 | 3.7853565e-7 | |
| 21831980 | a day ago | | | 0 | 0.0000015485884 | |
| 21825150 | a day ago | | | 0 | 4.2768598e-7 |
ABI
ABI objects
Getter at block 21884254 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
authority() view returns (address)
0x0ff9a807f1c8d220344aeb4acb2fbf0812508184
childAddresses() view returns (address[])
[]
contractURI() view returns (string)
ipfs://QmRxR14ATAQ2iP6uret4zMQNffX8FQg7EnxuWTtE58VcNd
getAvatarAddress() view returns (address)
0x7d27453aab0bff89cb91b9d307db557e0a2d15dd
getTemplateRegistryAddress() view returns (address)
0x7590dc5c31e216026275cbadc731fae4e1c75640
isConsumingScheduledOp() view returns (bytes4)
0x00000000
name() view returns (string)
Wearables
nextTokenId() view returns (uint256)
221973
parentAddresses() view returns (address[])
[0x7D27453Aab0BFF89CB91B9d307db557e0A2D15DD]
symbol() view returns (string)
WEARABLE
trustedForwarder() view returns (address)
0x55ee059d23c55b5a6953823286a718feb82cf70b
Read-only
balanceOf(address owner) view returns (uint256)
childOf(uint256 parentId, address childAddress, uint256 index) view returns (uint256)
childOf(uint256 parentId, uint256 index) view returns (struct IERC7401Child)
childrenOf(uint256 parentId) view returns (struct IERC7401Child[] children)
childrenOf(uint256 parentId, address childAddress) view returns (uint256[])
directOwnerOf(uint256 tokenId) view returns (address owner_, uint256 parentId, bool isNFT)
getApproved(uint256 tokenId) view returns (address)
getMetadata(uint256 tokenId) view returns (struct TemplateRegistryTemplate)
getSerialNumber(uint256 tokenId) view returns (uint256)
getTemplateId(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isChildAddress(address childAddress) view returns (bool)
isParentAddress(address parentAddress) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pendingChildOf(uint256 parentId, uint256 index) view returns (struct IERC7401Child)
pendingChildrenOf(uint256 parentId) view returns (struct IERC7401Child[])
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptChild(uint256 parentId, uint256 childIndex, address childAddress, uint256 childId)
addChild(uint256 parentId, uint256 childId, bytes data)
adminMigration(address migrationWhitelist, address[] owners, uint256[] ids, bytes data)
approve(address to, uint256 tokenId)
batchTransferChild(uint256 tokenId, address to, uint256 destinationId, address childAddress, uint256[] childIndexes, uint256[] childIds, bytes data)
burn(uint256 tokenId)
burn(uint256 tokenId, uint256 maxChildrenBurns) returns (uint256)
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
initialize(address initialAuthority, address templateRegistry_)
nestBatchTransferFrom(address from, address to, uint256[] tokenIds, uint256 destinationId, bytes data)
nestMint(address to, uint256 templateId, uint256 destinationId, bytes data)
nestMintBatch(address to, uint256[] templateIds, uint256 destinationId, bytes data)
nestMintBatchWithSerialNumber(address to, uint256[] templateIds, uint256[] serialNumbers, uint256 destinationId, bytes data)
nestTransferFrom(address from, address to, uint256 tokenId, uint256 destinationId, bytes data)
rejectAllChildren(uint256 tokenId, uint256 maxRejections)
safeBatchTransferFrom(address from, address to, uint256[] tokenIds, bytes data)
safeMint(address to, uint256 templateId, bytes data)
safeMintBatch(address to, uint256[] templateIds, bytes data)
safeMintBatchWithSerialNumber(address to, uint256[] templateIds, uint256[] serialNumbers, bytes data)
safeMintWithSerialNumber(address to, uint256 templateId, uint256 serialNumber, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthority(address newAuthority)
setAvatarContract(address avatar_)
setContractURI(string contractURI_)
setTrustedForwarder(address trustedForwarder_)
transferChild(uint256 tokenId, address to, uint256 destinationId, uint256 childIndex, address childAddress, uint256 childId, bool, bytes data)
transferFrom(address from, address to, uint256 tokenId)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AllChildrenRejected(uint256 indexed tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorityUpdated(address authority)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ChildAccepted(uint256 indexed tokenId, uint256 childIndex, address indexed childAddress, uint256 indexed childId)
ChildProposed(uint256 indexed tokenId, uint256 childIndex, address indexed childAddress, uint256 indexed childId)
ChildTransferred(uint256 indexed tokenId, uint256 childIndex, address indexed childAddress, uint256 indexed childId, bool fromPending, bool toZero)
ContractURIUpdated()
Initialized(uint64 version)
MetadataUpdate(uint256 _tokenId)
NestTransfer(address indexed from, address indexed to, uint256 fromTokenId, uint256 toTokenId, uint256 indexed tokenId)
TemplateSet(uint256 indexed tokenId, uint256 indexed templateId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessManagedInvalidAuthority(address authority)
AccessManagedRequiredDelay(address caller, uint32 delay)
AccessManagedUnauthorized(address caller)
AddressEmptyCode(address target)
AvatarContractAlreadySet()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC721AddressZeroIsNotaValidOwner()
ERC721ApprovalToCurrentOwner()
ERC721ApproveCallerIsNotOwnerNorApprovedForAll()
ERC721ApproveToCaller()
ERC721InvalidTokenId()
ERC721MintToTheZeroAddress()
ERC721NotApprovedOrOwner()
ERC721TokenAlreadyMinted()
ERC721TransferFromIncorrectOwner()
ERC721TransferToNonReceiverImplementer()
ERC721TransferToTheZeroAddress()
ERC7401ChildIndexOutOfRange()
ERC7401DChildIndexesNotDescending()
ERC7401DFunctionNotSupported()
ERC7401DInvalidChildAddress(address childAddress)
ERC7401DInvalidParentAddress(address parentAddress)
ERC7401DLengthMismatch()
ERC7401IdZeroForbidden()
ERC7401IsNotAnERC7401Contract()
ERC7401IsNotContract()
ERC7401MaxRecursiveBurnsReached(address childContract, uint256 childId)
ERC7401NestableTooDeep()
ERC7401NestableTransferToDescendant()
ERC7401NestableTransferToSelf()
ERC7401NotApprovedOrDirectOwner()
ERC7401UnexpectedChildId()
FailedInnerCall()
InvalidInitialization()
InvalidLengths()
InvalidSerialNumber(uint256 templateId, uint256 serialNumber)
NotAuthorized()
NotInitializing()
TemplateAlreadySet(uint256 tokenId)
TemplateNotFound(uint256 templateId)
TrustedForwarderAlreadySet()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)