AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 146,497 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($147.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAND | ERC-20 | 241.01 | $0.612609 |
$147.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274148 | 4 hours ago | | | 0 | 0.00060846821 | |
| 21274049 | 4 hours ago | | | 0 | 0.00065811900 | |
| 21273127 | 7 hours ago | | | 0 | 0.00067190885 | |
| 21271098 | 14 hours ago | | | 0 | 0.00041775916 | |
| 21271093 | 14 hours ago | | | 0 | 0.00041408459 | |
| 21269618 | 19 hours ago | | | 0 | 0.00033248908 | |
| 21268718 | a day ago | | | 0 | 0.00050311798 | |
| 21268563 | a day ago | | | 0 | 0.00051183316 | |
| 21267249 | a day ago | | | 0 | 0.00077870495 | |
| 21265914 | a day ago | | | 0 | 0.0016921733 |
ABI
ABI objects
Getter at block 21275351
getAdmin() view returns (address)
0x6ec4090d0f3cb76d9f3d8c4d5bb058a225e560a1
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
init(address metaTransactionContract, address admin, address bouncerAdmin)
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 previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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 _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.