GatedWorld

Verified contract

Proxy

Active on Base with 1,716 txns
Deployed by via 0x02675dad at 2413510
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
Native
Value $0
ERC-20
Value $0.16
ERC-20
Value $0
ERC-20
Value $0
0x36999756b950e89f5d6492741d47a0b41d846da57c1753c22af2be6aa38b67ed
0x9140992536dccf374288d02bb0d4ac03e6fb7c7f13c620887f24c5fbcf68dc00
0xb07ffef84ca1245f9d2525de37950fa565bd0b8012e8233cb8d116048a8982bf
0x093df7a0a548dea71564c47898a9fb899537edc81d73ab8fc708dba8d941f6f0
0xf7b4679216b24e7513b5a7d2a99362ca27cc424d088f2fba94d13a2059ab4d67
0xcc4322a69206b7f5690cd6f416cf83d7c26f65cbe85c32e0f93bf933b0c98536
0x4145ffe95cca5621c608da5e110295b1d2c85d9e0fcaac7e2689f100167f15e5
0xab592b89789fa6c96538cb2d5860985c5a8664b6cd09693fd76cdda6feee2b77
0x8d43a732a23878b9a9c3ef65ade4ed4b3aefa9d6804aec3870c3991ce8346ac4
0xa04db608406ceffe54a5028946bcca3a48670a456a65b49c89674b97d984a608

Functions
Getter at block 22780926

This contract contains no getter function objects.

Read-only
deleteRecord(bytes16 namespacebytes16 namebytes32[] keypure 
getField(bytes32 tablebytes32[] keyuint8 schemaIndexview returns (bytes data)
getFieldLength(bytes32 tableIdbytes32[] keyuint8 schemaIndexbytes32 schemaview returns (uint256)
getFieldSlice(bytes32 tableIdbytes32[] keyuint8 schemaIndexbytes32 schemauint256 startuint256 endview returns (bytes)
getKeySchema(bytes32 tableview returns (bytes32 schema)
getRecord(bytes32 tablebytes32[] keyview returns (bytes data)
getRecord(bytes32 tablebytes32[] keybytes32 schemaview returns (bytes data)
getSchema(bytes32 tableview returns (bytes32 schema)
popFromField(bytes16 namespacebytes16 namebytes32[] keyuint8 schemaIndexuint256 byteLengthToPoppure 
pushToField(bytes16 namespacebytes16 namebytes32[] keyuint8 schemaIndexbytes dataToPushpure 
updateInField(bytes16 namespacebytes16 namebytes32[] keyuint8 schemaIndexuint256 startByteIndexbytes dataToSetpure 
State-modifying
call(bytes16 namespacebytes16 namebytes funcSelectorAndArgspayable returns (bytes)
deleteRecord(bytes32 tableIdbytes32[] key
installRootModule(address modulebytes args
popFromField(bytes32 tableIdbytes32[] keyuint8 schemaIndexuint256 byteLengthToPop
pushToField(bytes32 tableIdbytes32[] keyuint8 schemaIndexbytes dataToPush
setField(bytes16 namespacebytes16 namebytes32[] keyuint8 schemaIndexbytes data
setField(bytes32 tableIdbytes32[] keyuint8 schemaIndexbytes data
setRecord(bytes16 namespacebytes16 namebytes32[] keybytes data
setRecord(bytes32 tableIdbytes32[] keybytes data
updateInField(bytes32 tableIdbytes32[] keyuint8 schemaIndexuint256 startByteIndexbytes dataToSet
Events
HelloWorld(
StoreDeleteRecord(bytes32 tablebytes32[] key
StoreSetField(bytes32 tablebytes32[] keyuint8 schemaIndexbytes data
StoreSetField(bytes32 tableIdbytes32[] keyuint8 schemaIndexbytes data
StoreSetRecord(bytes32 tablebytes32[] keybytes data
StoreSetRecord(bytes32 tableIdbytes32[] keybytes data
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AccessDenied(string resourceaddress caller
FunctionSelectorExists(bytes4 functionSelector
FunctionSelectorNotFound(bytes4 functionSelector
InvalidSelector(string resource
ModuleAlreadyInstalled(string module
ResourceExists(string resource
ResourceNotFound(string resource
SchemaLib_InvalidLength(uint256 length
SchemaLib_StaticTypeAfterDynamicType(
Slice_OutOfBounds(bytes datauint256 startuint256 end
Stop(
StoreCore_InvalidDataLength(uint256 expecteduint256 received
StoreCore_InvalidFieldNamesLength(uint256 expecteduint256 received
StoreCore_NotDynamicField(
StoreCore_TableAlreadyExists(bytes32 tableIdstring tableIdString
StoreCore_TableNotFound(bytes32 tableIdstring tableIdString
SystemExists(address system