MetaStreet Bundle Collateral Wrapper

Verified contract

Implementation

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

No balances found for "MetaStreet Bundle Collateral Wrapper"

No transactions found for "MetaStreet Bundle Collateral Wrapper"


Functions
Getter at block 20871642
IMPLEMENTATION_VERSION(view returns (string)
2.1
name(pure returns (string)
MetaStreet Bundle Collateral Wrapper
symbol(pure returns (string)
MSBCW
Read-only
balanceOf(address ownerview returns (uint256)
count(uint256 tokenIdbytes contextview returns (uint256)
enumerate(uint256 tokenIdbytes contextview returns (address tokenuint256[] tokenIds)
enumerateWithQuantities(uint256 tokenIdbytes contextview returns (address tokenuint256[] tokenIdsuint256[] quantities)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
transferCalldata(address tokenaddress fromaddress touint256 tokenIduint256pure returns (addressbytes)
State-modifying
approve(address touint256 tokenId
mint(address tokenuint256[] tokenIdsreturns (uint256)
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
unwrap(uint256 tokenIdbytes context
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BundleMinted(uint256 indexed tokenIdaddress indexed accountbytes encodedBundle
BundleUnwrapped(uint256 indexed tokenIdaddress indexed account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidCaller(
InvalidContext(
InvalidSize(