MetaStreet Bundle Collateral Wrapper
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 "MetaStreet Bundle Collateral Wrapper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MetaStreet Bundle Collateral Wrapper"
ABI
ABI objects
Getter at block 21221638
IMPLEMENTATION_VERSION() view returns (string)
2.1
name() pure returns (string)
MetaStreet Bundle Collateral Wrapper
symbol() pure returns (string)
MSBCW
Read-only
balanceOf(address owner) view returns (uint256)
count(uint256 tokenId, bytes context) view returns (uint256)
enumerate(uint256 tokenId, bytes context) view returns (address token, uint256[] tokenIds)
enumerateWithQuantities(uint256 tokenId, bytes context) view returns (address token, uint256[] tokenIds, uint256[] quantities)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
transferCalldata(address token, address from, address to, uint256 tokenId, uint256) pure returns (address, bytes)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address token, uint256[] tokenIds) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
unwrap(uint256 tokenId, bytes context)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BundleMinted(uint256 indexed tokenId, address indexed account, bytes encodedBundle)
BundleUnwrapped(uint256 indexed tokenId, address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
InvalidCaller()
InvalidContext()
InvalidSize()