Sandbox's ASSETs

Verified contract

Implementation

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

No balances found for "Sandbox's ASSETs"

0x9a7be3fea2ab9fa8b94a1cc463357faec2e8eb1ca1947ce0fa5e0f483256b781
From

Functions
Getter at block 21157655
getAdmin(view returns (address)
0x0000000000000000000000000000000000000000
getBouncerAdmin(view returns (address)
0x0000000000000000000000000000000000000000
name(pure returns (string _name)
Sandbox's ASSETs
symbol(pure returns (string _symbol)
ASSET
Read-only
balanceOf(address ownerview returns (uint256 balance)
balanceOf(address owneruint256 idview returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[])
collectionIndexOf(uint256 idview returns (uint256)
collectionOf(uint256 idview returns (uint256)
creatorOf(uint256 idview returns (address)
getApproved(uint256 idview returns (address operator)
isApprovedForAll(address owneraddress operatorview returns (bool isOperator)
isBouncer(address whoview returns (bool)
isCollection(uint256 idview returns (bool)
isMetaTransactionProcessor(address whoview returns (bool)
isSuperOperator(address whoview returns (bool)
ownerOf(uint256 idview returns (address owner)
rarity(uint256 idview returns (uint256)
supportsInterface(bytes4 idview returns (bool)
tokenURI(uint256 idview returns (string)
uri(uint256 idview returns (string)
wasEverMinted(uint256 idview returns (bool)
State-modifying
approve(address operatoruint256 id
approveFor(address senderaddress operatoruint256 id
burn(uint256 iduint256 amount
burnFrom(address fromuint256 iduint256 amount
changeAdmin(address newAdmin
changeBouncerAdmin(address newBouncerAdmin
extractERC721(uint256 idaddress toreturns (uint256 newId)
extractERC721From(address senderuint256 idaddress toreturns (uint256 newId)
init(address metaTransactionContractaddress adminaddress bouncerAdmin
isPackIdUsed(address creatoruint40 packIduint16 numFTsreturns (bool)
mint(address creatoruint40 packIdbytes32 hashuint256 supplyuint8 rarityaddress ownerbytes datareturns (uint256 id)
mintMultiple(address creatoruint40 packIdbytes32 hashuint256[] suppliesbytes rarityPackaddress ownerbytes datareturns (uint256[] ids)
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setApprovalForAllFor(address senderaddress operatorbool approved
setBouncer(address bouncerbool enabled
setMetaTransactionProcessor(address metaTransactionProcessorbool enabled
setSuperOperator(address superOperatorbool enabled
transferCreatorship(address senderaddress originaladdress to
transferFrom(address fromaddress touint256 id
updateERC721(address fromuint256 iduint40 packIdbytes32 hashuint8 newRarityaddress tobytes datareturns (uint256)
Events
AdminChanged(address oldAdminaddress newAdmin
Approval(address indexed _owneraddress indexed _approveduint256 indexed _tokenId
ApprovalForAll(address indexed _owneraddress indexed _operatorbool _approved
AssetUpdate(uint256 indexed fromIduint256 toId
Bouncer(address bouncerbool enabled
BouncerAdminChanged(address oldBouncerAdminaddress newBouncerAdmin
CreatorshipTransfer(address indexed originaladdress indexed fromaddress indexed to
Extraction(uint256 indexed fromIduint256 toId
MetaTransactionProcessor(address metaTransactionProcessorbool enabled
SuperOperator(address superOperatorbool enabled
Transfer(address indexed _fromaddress indexed _touint256 indexed _tokenId
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.