MetaStreet Bundle Collateral Wrapper

Verified contract

Proxy

Active on Ethereum with 194 txns
Deployed by via 0x566c8527 at 17497140
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $4.1
 (#19872)
ERC-721
--
 (#16006)
ERC-721
--
 (#14293)
ERC-721
--
 (#161)
ERC-721
--
 (#160)
ERC-721
--
 (#3)
ERC-1555
--
 (#9984)
ERC-721
--
 (#9165)
ERC-721
--
 (#9087)
ERC-721
--
0x9715d9c722f76c4d8ca652f998cd50f2014c79c0a03018e266702b578cbb7f8f
0x8c9a5552a09f6c51c4abe34a8a0a80beaa900ebe3f5e2b0dccd46ee080a631b4
0x74a3fbe6adfa448de84e41ecc1cf412a7232e79f7a727a9af9fab0203a1f5020
0xddd9ea08731ead43641010ba63da204ebe70969817b372a5646f7fc38e597476
0x66f386fd13e8e229525b906028135b18013bcd2a7bbc9fc1408b098d61dacd21
0x3a7526e298e192485c47e1e5212f4c6003d99266afa87ed25e24561591d965c3
0x7a35fcf5ebf0ca7c81f7c673e1ad42a03431617eae7e1e29443513095456f5f5
0xb08883620198f062aee5f975cd31091969d0644e52cedb424d00e0b74c728db2
0x870b3e5a5ba12f14d8fc58574f36f348ac8f66dc17769f23446efeefcc73d7f0
0xc60f51322287e9f911d4bda8f26e93a2a02664a32ce2fb04e1974a0cafed6b68

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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
InvalidCaller(
InvalidContext(
InvalidSize(