Constdelete key A from the global state of the current application
state key. Deleting a key which is already absent has no effect on the application global state. (In particular, it does not cause the program to fail.)
Native TEAL opcode: app_global_del
Min AVM version: 2
global state of the key A in the current application
state key.
value. The value is zero (of type uint64) if the key does not exist.
Native TEAL opcode: app_global_get
Min AVM version: 2
X is the global state of application A, key B. Y is 1 if key existed, else 0
Txn.ForeignApps offset (or, since v4, an available application id), state key.
did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.
Native TEAL opcode: app_global_get_ex
Min AVM version: 2
X is the global state of application A, key B. Y is 1 if key existed, else 0
Txn.ForeignApps offset (or, since v4, an available application id), state key.
did_exist flag (top of the stack, 1 if the application and key existed and 0 otherwise), value. The value is zero (of type uint64) if the key does not exist.
Native TEAL opcode: app_global_get_ex
Min AVM version: 2
global state of the key A in the current application
state key.
value. The value is zero (of type uint64) if the key does not exist.
Native TEAL opcode: app_global_get
Min AVM version: 2
write B to key A in the global state of the current application
Native TEAL opcode: app_global_put
Min AVM version: 2
Get or modify Global app state