Enums§
Functions§
- ethereum_
call ⚠ - Send a message including data and/or ether to and address
- ethereum_
call ⚠Code - DEPRECATED, use callDelegate.
- ethereum_
call ⚠Data Copy - Get data from the current environment’s input data.
- ethereum_
call ⚠Delegate - Call another contract on behalf of the original caller.
- ethereum_
call ⚠Static - Call a node by it’s address, but do not modify it’s state. This can be used for testing a transaction.
- ethereum_
code ⚠Copy - Copy bytes of code into memory.
- ethereum_
create ⚠ - Create a new contract
- ethereum_
external ⚠Codecode Copy - Copy bytes of code into memory.
- ethereum_
finish ⚠ - Stop execution and return output data.
- ethereum_
getAddress ⚠ - Get the address of currently executing account.
- ethereum_
getBlock ⚠Coinbase - Get the address of the beneficiary.
- ethereum_
getBlock ⚠Difficulty - Get the difficulty of the current block
- ethereum_
getBlock ⚠GasLimit - Get the blocks gas limit
- ethereum_
getBlock ⚠Hash - Gets the hash of a recent block.
- ethereum_
getBlock ⚠Number - Get the blocks number
- ethereum_
getBlock ⚠Timestamp - Get the blocks timestamp
- ethereum_
getCall ⚠Data Size - Get size of input data in current environment’s message or transaction.
- ethereum_
getCall ⚠Value - Get the deposited ether value of this transaction and puts the amount in memory.
- ethereum_
getCaller ⚠ - Get the address of the caller and put it in memory.
- ethereum_
getCode ⚠Size - Get the size of the current code running in bytes.
- ethereum_
getExternal ⚠Balance - Gets ethereum balance of the given account.
- ethereum_
getExternal ⚠Code Size - Get the size of of a contract’s code in bytes.
- ethereum_
getGas ⚠Left - Get the gas left
- ethereum_
getReturn ⚠Data Size - Get the return data size of call, callCode, callDelegate, callStatic or create.
- ethereum_
getTx ⚠GasPrice - Get the blocks gas limit
- ethereum_
getTx ⚠Origin - Get the address of origination of this contracts execution
- ethereum_
load ⚠Data - Load data from storage into memory.
- ethereum_
log ⚠ - Create a log on the current block
- ethereum_
return ⚠Data Copy - Get the return data of call, callCode, callDelegate, callStatic or create.
- ethereum_
self ⚠Destruct - Self destruct this contract and give its ether to someone.
- ethereum_
store ⚠Data - Store data from memory
- ethereum_
useGas ⚠ - Subtracts an amount to the gas counter