Const
delete key A from the global state of the current application
Native TEAL opcode: app_global_del
Min AVM version: 2
global state of the key A in the current application
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
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
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
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