Sandbox's ASSETs
Verified contract
Active on
Ethereum with 1,947 txns
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 "Sandbox's ASSETs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20737620 | 2 months ago | | | 0 | 0.000098493644 | |
| 20643126 | 2 months ago | | | 0 | 0.000057122136 | |
| 20643106 | 2 months ago | | | 0 | 0.000077774221 | |
| 20518263 | 3 months ago | | | 0 | 0.000087131882 | |
| 20419441 | 3 months ago | | | 0 | 0.00046946705 | |
| 20353654 | 3 months ago | | | 0 | 0.00013323989 | |
| 20201998 | 4 months ago | | | 0 | 0.000078266118 | |
| 20121744 | 4 months ago | | | 0 | 0.00016863785 | |
| 20109491 | 5 months ago | | | 0 | 0.000076581120 | |
| 19857050 | 6 months ago | | | 0 | 0.00022946088 |
ABI
ABI objects
Getter at block 21096107
getAdmin() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
getBouncerAdmin() view returns (address)
0xeaa0993e1d21c2103e4f172a20d29371fbaf6d06
name() pure returns (string _name)
Sandbox's ASSETs
symbol() pure returns (string _symbol)
ASSET
Read-only
balanceOf(address owner) view returns (uint256 balance)
balanceOf(address owner, uint256 id) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[])
collectionIndexOf(uint256 id) view returns (uint256)
collectionOf(uint256 id) view returns (uint256)
creatorOf(uint256 id) view returns (address)
getApproved(uint256 id) view returns (address operator)
isApprovedForAll(address owner, address operator) view returns (bool isOperator)
isBouncer(address who) view returns (bool)
isCollection(uint256 id) view returns (bool)
isMetaTransactionProcessor(address who) view returns (bool)
isSuperOperator(address who) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
rarity(uint256 id) view returns (uint256)
supportsInterface(bytes4 id) view returns (bool)
tokenURI(uint256 id) view returns (string)
uri(uint256 id) view returns (string)
wasEverMinted(uint256 id) view returns (bool)
State-modifying
Events approve(address operator, uint256 id)
approveFor(address sender, address operator, uint256 id)
burn(uint256 id, uint256 amount)
burnFrom(address from, uint256 id, uint256 amount)
changeAdmin(address newAdmin)
changeBouncerAdmin(address newBouncerAdmin)
extractERC721(uint256 id, address to) returns (uint256 newId)
extractERC721From(address sender, uint256 id, address to) returns (uint256 newId)
isPackIdUsed(address creator, uint40 packId, uint16 numFTs) returns (bool)
mint(address creator, uint40 packId, bytes32 hash, uint256 supply, uint8 rarity, address owner, bytes data) returns (uint256 id)
mintMultiple(address creator, uint40 packId, bytes32 hash, uint256[] supplies, bytes rarityPack, address owner, bytes data) returns (uint256[] ids)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setApprovalForAllFor(address sender, address operator, bool approved)
setBouncer(address bouncer, bool enabled)
setMetaTransactionProcessor(address metaTransactionProcessor, bool enabled)
setSuperOperator(address superOperator, bool enabled)
transferCreatorship(address sender, address original, address to)
transferFrom(address from, address to, uint256 id)
updateERC721(address from, uint256 id, uint40 packId, bytes32 hash, uint8 newRarity, address to, bytes data) returns (uint256)
AdminChanged(address oldAdmin, address newAdmin)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
AssetUpdate(uint256 indexed fromId, uint256 toId)
Bouncer(address bouncer, bool enabled)
BouncerAdminChanged(address oldBouncerAdmin, address newBouncerAdmin)
CreatorshipTransfer(address indexed original, address indexed from, address indexed to)
Extraction(uint256 indexed fromId, uint256 toId)
MetaTransactionProcessor(address metaTransactionProcessor, bool enabled)
SuperOperator(address superOperator, bool enabled)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address metaTransactionContract, address assetAdmin, address bouncerAdmin)
This contract contains no fallback and receive objects.
This contract contains no error objects.