World
Verified contract
Proxy
Active on
Base with 9,861 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($2,098.93)
Native
Value
$2,098.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.833468 | $2,518.31 |
$2,098.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10881034 | 8 months ago | | | 0 | 0.000011416500 | |
| 10841423 | 8 months ago | | | 0 | 0.000011416500 | |
| 10697780 | 8 months ago | | | 0 | 0.000011416500 | |
| 9603036 | 9 months ago | | | 0 | 0.000011416500 | |
| 9592435 | 9 months ago | | | 0 | 0.000011416500 | |
| 9562107 | 9 months ago | | | 0 | 0.000078684028 | |
| 9503274 | 9 months ago | | | 0 | 0.000000005274603160 | |
| 9399615 | 9 months ago | | | 0 | 0.000011414700 | |
| 9257819 | 10 months ago | | | 0 | 0.000078666029 | |
| 9192199 | 10 months ago | | | 0 | 0.000011416500 |
ABI
ABI objects
Getter at block 21851871
creator() view returns (address)
0x77ca8f01cb2a88b2ee90aa9697461391eb3f12e9
storeVersion() pure returns (bytes32)
0x312e302e302d756e617564697465640000000000000000000000000000000000
worldVersion() pure returns (bytes32)
0x312e302e302d756e617564697465640000000000000000000000000000000000
Read-only
getDynamicField(bytes32 tableId, bytes32[] keyTuple, uint8 dynamicFieldIndex) view returns (bytes data)
getDynamicFieldLength(bytes32 tableId, bytes32[] keyTuple, uint8 dynamicFieldIndex) view returns (uint256)
getDynamicFieldSlice(bytes32 tableId, bytes32[] keyTuple, uint8 dynamicFieldIndex, uint256 start, uint256 end) view returns (bytes)
getField(bytes32 tableId, bytes32[] keyTuple, uint8 fieldIndex) view returns (bytes data)
getField(bytes32 tableId, bytes32[] keyTuple, uint8 fieldIndex, bytes32 fieldLayout) view returns (bytes data)
getFieldLayout(bytes32 tableId) view returns (bytes32 fieldLayout)
getFieldLength(bytes32 tableId, bytes32[] keyTuple, uint8 fieldIndex) view returns (uint256)
getFieldLength(bytes32 tableId, bytes32[] keyTuple, uint8 fieldIndex, bytes32 fieldLayout) view returns (uint256)
getKeySchema(bytes32 tableId) view returns (bytes32 keySchema)
getRecord(bytes32 tableId, bytes32[] keyTuple) view returns (bytes staticData, bytes32 encodedLengths, bytes dynamicData)
getRecord(bytes32 tableId, bytes32[] keyTuple, bytes32 fieldLayout) view returns (bytes staticData, bytes32 encodedLengths, bytes dynamicData)
getStaticField(bytes32 tableId, bytes32[] keyTuple, uint8 fieldIndex, bytes32 fieldLayout) view returns (bytes32 data)
getValueSchema(bytes32 tableId) view returns (bytes32 valueSchema)
State-modifying
Events call(bytes32 systemId, bytes callData) payable returns (bytes)
callFrom(address delegator, bytes32 systemId, bytes callData) payable returns (bytes)
deleteRecord(bytes32 tableId, bytes32[] keyTuple)
initialize(address coreModule)
installRootModule(address module, bytes args)
popFromDynamicField(bytes32 tableId, bytes32[] keyTuple, uint8 dynamicFieldIndex, uint256 byteLengthToPop)
pushToDynamicField(bytes32 tableId, bytes32[] keyTuple, uint8 dynamicFieldIndex, bytes dataToPush)
setDynamicField(bytes32 tableId, bytes32[] keyTuple, uint8 dynamicFieldIndex, bytes data)
setField(bytes32 tableId, bytes32[] keyTuple, uint8 fieldIndex, bytes data)
setField(bytes32 tableId, bytes32[] keyTuple, uint8 fieldIndex, bytes data, bytes32 fieldLayout)
setRecord(bytes32 tableId, bytes32[] keyTuple, bytes staticData, bytes32 encodedLengths, bytes dynamicData)
setStaticField(bytes32 tableId, bytes32[] keyTuple, uint8 fieldIndex, bytes data, bytes32 fieldLayout)
spliceDynamicData(bytes32 tableId, bytes32[] keyTuple, uint8 dynamicFieldIndex, uint40 startWithinField, uint40 deleteCount, bytes data)
spliceStaticData(bytes32 tableId, bytes32[] keyTuple, uint48 start, bytes data)
HelloStore(bytes32 indexed storeVersion)
HelloWorld(bytes32 indexed worldVersion)
Store_DeleteRecord(bytes32 indexed tableId, bytes32[] keyTuple)
Store_DeleteRecord(bytes32 indexed tableId, bytes32[] keyTuple)
Store_SetRecord(bytes32 indexed tableId, bytes32[] keyTuple, bytes staticData, bytes32 encodedLengths, bytes dynamicData)
Store_SetRecord(bytes32 indexed tableId, bytes32[] keyTuple, bytes staticData, bytes32 encodedLengths, bytes dynamicData)
Store_SpliceDynamicData(bytes32 indexed tableId, bytes32[] keyTuple, uint48 start, uint40 deleteCount, bytes32 encodedLengths, bytes data)
Store_SpliceDynamicData(bytes32 indexed tableId, bytes32[] keyTuple, uint48 start, uint40 deleteCount, bytes32 encodedLengths, bytes data)
Store_SpliceStaticData(bytes32 indexed tableId, bytes32[] keyTuple, uint48 start, bytes data)
Store_SpliceStaticData(bytes32 indexed tableId, bytes32[] keyTuple, uint48 start, bytes data)
constructor()
fallback()
receive()
PackedCounter_InvalidLength(uint256 length)
Slice_OutOfBounds(bytes data, uint256 start, uint256 end)
Store_IndexOutOfBounds(uint256 length, uint256 accessedIndex)
Store_InvalidResourceType(bytes2 expected, bytes32 resourceId, string resourceIdString)
Store_InvalidSplice(uint40 startWithinField, uint40 deleteCount, uint40 fieldLength)
Store_TableNotFound(bytes32 tableId, string tableIdString)
World_AccessDenied(string resource, address caller)
World_AlreadyInitialized()
World_CallbackNotAllowed(bytes4 functionSelector)
World_DelegationNotFound(address delegator, address delegatee)
World_FunctionSelectorAlreadyExists(bytes4 functionSelector)
World_FunctionSelectorNotFound(bytes4 functionSelector)
World_InsufficientBalance(uint256 balance, uint256 amount)
World_InterfaceNotSupported(address contractAddress, bytes4 interfaceId)
World_InvalidResourceId(bytes32 resourceId, string resourceIdString)
World_InvalidResourceType(bytes2 expected, bytes32 resourceId, string resourceIdString)
World_ResourceAlreadyExists(bytes32 resourceId, string resourceIdString)
World_ResourceNotFound(bytes32 resourceId, string resourceIdString)
World_SystemAlreadyExists(address system)
World_UnlimitedDelegationNotAllowed()