Sandbox's LANDs
Verified contract
Proxy
Active on
Ethereum with 49,537 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
-
variable spans 48 additional slots
0x0000…cd4e
Balances ($794.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.23 | $3,299.84 |
$758.96 | |
USDT | ERC-20 | 30 | $1.002 |
$30.06 | |
SAND | ERC-20 | 13.889048 | $0.361917 |
$5.03 | |
DEN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245770 | 6 minutes ago | | | 0 | 0.00073932235 | |
| 21245763 | 7 minutes ago | | | 0 | 0.00081845899 | |
| 21245682 | 24 minutes ago | | | 0 | 0.00083584265 | |
| 21245556 | an hour ago | | | 0 | 0.00078438563 | |
| 21245447 | an hour ago | | | 0 | 0.00082261724 | |
| 21245362 | an hour ago | | | 0 | 0.00090218679 | |
| 21245032 | 3 hours ago | | | 0 | 0.0010051026 | |
| 21244834 | 3 hours ago | | | 0 | 0.0010243629 | |
| 21242583 | 11 hours ago | | | 0 | 0.00087510927 | |
| 21241047 | 16 hours ago | | | 0 | 0.00072048647 |
ABI
ABI objects
Getter at block 21245798
getAdmin() view returns (address)
0x6ec4090d0f3cb76d9f3d8c4d5bb058a225e560a1
height() pure returns (uint256)
408
name() pure returns (string)
Sandbox's LANDs
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
symbol() pure returns (string)
LAND
width() pure returns (uint256)
408
Read-only
_numNFTPerAddress(address) view returns (uint256)
_operators(uint256) view returns (address)
_operatorsForAll(address, address) view returns (bool)
_owners(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
exists(uint256 size, uint256 x, uint256 y) view returns (bool)
getApproved(uint256 id) view returns (address)
getX(uint256 id) pure returns (uint256)
getY(uint256 id) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isMetaTransactionProcessor(address who) view returns (bool)
isMinter(address who) view returns (bool)
isSuperOperator(address who) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 id) pure returns (bool)
tokenURI(uint256 id) view returns (string)
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)
batchTransferFrom(address from, address to, uint256[] ids, bytes data)
batchTransferQuad(address from, address to, uint256[] sizes, uint256[] xs, uint256[] ys, bytes data)
burn(uint256 id)
burnFrom(address from, uint256 id)
changeAdmin(address newAdmin)
initialize(address metaTransactionContract, address admin)
mintAndTransferQuad(address to, uint256 size, uint256 x, uint256 y, bytes data)
mintQuad(address to, uint256 size, uint256 x, uint256 y, bytes data)
register(address subscriptionOrRegistrantToCopy, bool subscribe)
safeBatchTransferFrom(address from, address to, uint256[] ids, bytes data)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setApprovalForAllFor(address sender, address operator, bool approved)
setMetaTransactionProcessor(address metaTransactionProcessor, bool enabled)
setMinter(address minter, bool enabled)
setOperatorRegistry(address registry)
setSuperOperator(address superOperator, bool enabled)
transferFrom(address from, address to, uint256 id)
transferQuad(address from, address to, uint256 size, uint256 x, uint256 y, bytes data)
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)
ContractRegistered(address indexed subscriptionOrRegistrant, bool subscribe)
MetaTransactionProcessor(address indexed metaTransactionProcessor, bool enabled)
Minter(address indexed superOperator, bool enabled)
OperatorRegistrySet(address indexed registry)
SuperOperator(address indexed superOperator, bool enabled)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.