GatedWorld
Verified contract
Proxy
Active on
Base with 1,716 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.16)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,378.77 |
$0 | |
GRG | ERC-20 | 0.1 | $1.57 |
$0.16 | |
USA | ERC-20 | 1 | $0.000747 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000793 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3895354 | a year ago | | | 0 | 0.000013314100 | |
| 3895350 | a year ago | | | 0 | 0.000013314100 | |
| 3895326 | a year ago | | | 0 | 0.000013312900 | |
| 3895324 | a year ago | | | 0 | 0.000013314100 | |
| 3895322 | a year ago | | | 0 | 0.000013314100 | |
| 3895320 | a year ago | | | 0 | 0.000013314100 | |
| 3895318 | a year ago | | | 0 | 0.000013314100 | |
| 3895308 | a year ago | | | 0 | 0.000013314100 | |
| 3895305 | a year ago | | | 0 | 0.000013314100 | |
| 3895302 | a year ago | | | 0 | 0.000013314100 |
ABI
ABI objects
Getter at block 22780926
This contract contains no getter function objects.
Read-only
deleteRecord(bytes16 namespace, bytes16 name, bytes32[] key) pure
getField(bytes32 table, bytes32[] key, uint8 schemaIndex) view returns (bytes data)
getFieldLength(bytes32 tableId, bytes32[] key, uint8 schemaIndex, bytes32 schema) view returns (uint256)
getFieldSlice(bytes32 tableId, bytes32[] key, uint8 schemaIndex, bytes32 schema, uint256 start, uint256 end) view returns (bytes)
getKeySchema(bytes32 table) view returns (bytes32 schema)
getRecord(bytes32 table, bytes32[] key) view returns (bytes data)
getRecord(bytes32 table, bytes32[] key, bytes32 schema) view returns (bytes data)
getSchema(bytes32 table) view returns (bytes32 schema)
popFromField(bytes16 namespace, bytes16 name, bytes32[] key, uint8 schemaIndex, uint256 byteLengthToPop) pure
pushToField(bytes16 namespace, bytes16 name, bytes32[] key, uint8 schemaIndex, bytes dataToPush) pure
updateInField(bytes16 namespace, bytes16 name, bytes32[] key, uint8 schemaIndex, uint256 startByteIndex, bytes dataToSet) pure
State-modifying
Events call(bytes16 namespace, bytes16 name, bytes funcSelectorAndArgs) payable returns (bytes)
deleteRecord(bytes32 tableId, bytes32[] key)
installRootModule(address module, bytes args)
popFromField(bytes32 tableId, bytes32[] key, uint8 schemaIndex, uint256 byteLengthToPop)
pushToField(bytes32 tableId, bytes32[] key, uint8 schemaIndex, bytes dataToPush)
setField(bytes16 namespace, bytes16 name, bytes32[] key, uint8 schemaIndex, bytes data)
setField(bytes32 tableId, bytes32[] key, uint8 schemaIndex, bytes data)
setRecord(bytes16 namespace, bytes16 name, bytes32[] key, bytes data)
setRecord(bytes32 tableId, bytes32[] key, bytes data)
updateInField(bytes32 tableId, bytes32[] key, uint8 schemaIndex, uint256 startByteIndex, bytes dataToSet)
HelloWorld()
StoreDeleteRecord(bytes32 table, bytes32[] key)
StoreSetField(bytes32 table, bytes32[] key, uint8 schemaIndex, bytes data)
StoreSetField(bytes32 tableId, bytes32[] key, uint8 schemaIndex, bytes data)
StoreSetRecord(bytes32 table, bytes32[] key, bytes data)
StoreSetRecord(bytes32 tableId, bytes32[] key, bytes data)
This contract contains no constructor objects.
fallback()
receive()
AccessDenied(string resource, address 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 data, uint256 start, uint256 end)
Stop()
StoreCore_InvalidDataLength(uint256 expected, uint256 received)
StoreCore_InvalidFieldNamesLength(uint256 expected, uint256 received)
StoreCore_NotDynamicField()
StoreCore_TableAlreadyExists(bytes32 tableId, string tableIdString)
StoreCore_TableNotFound(bytes32 tableId, string tableIdString)
SystemExists(address system)