$noSend (defined in M8B\EtherBinder\Contract\AbstractContract) | M8B\EtherBinder\Contract\AbstractContract | |
$transactionFeesPercentageBump (defined in M8B\EtherBinder\Contract\AbstractContract) | M8B\EtherBinder\Contract\AbstractContract | static |
__construct(protected AbstractRPC $rpc, protected Address $contractAddress, #[SensitiveParameter] protected ?Key $key=null, protected ?Address $fallbackFrom=null) | M8B\EtherBinder\Contract\AbstractContract | |
abi() | M8B\EtherBinder\Contract\AbstractContract | static |
bytecode() | M8B\EtherBinder\Contract\AbstractContract | static |
expectBinarySizeNormalizeString(string $binOrHex, int $length) | M8B\EtherBinder\Contract\AbstractContract | protectedstatic |
expectIntArrOfSize(bool $unsigned, array $value, int $bits) | M8B\EtherBinder\Contract\AbstractContract | protectedstatic |
expectIntOfSize(bool $unsigned, int|OOGmp $value, int $bits) | M8B\EtherBinder\Contract\AbstractContract | protectedstatic |
getContractAddress() | M8B\EtherBinder\Contract\AbstractContract | |
getEventsRegistry() (defined in M8B\EtherBinder\Contract\AbstractContract) | M8B\EtherBinder\Contract\AbstractContract | protectedstatic |
loadPrivK(#[SensitiveParameter] Key $key) | M8B\EtherBinder\Contract\AbstractContract | |
mkCall(string $signature, array $params=[]) | M8B\EtherBinder\Contract\AbstractContract | protected |
mkPayableTxn(string $signature, OOGmp $value, array $params) | M8B\EtherBinder\Contract\AbstractContract | protected |
mkTxn(string $signature, array $params=[]) | M8B\EtherBinder\Contract\AbstractContract | protected |
parseOutput(string $output, string $type, ?array $tupleReplacements=null) | M8B\EtherBinder\Contract\AbstractContract | protected |
runNonPayableDeploy(string $constructorParamsSig, #[SensitiveParameter] Key $pk, AbstractRPC $rpc, array $params=[]) | M8B\EtherBinder\Contract\AbstractContract | protectedstatic |
runPayableDeploy(string $constructorParamsSig, #[SensitiveParameter] Key $pk, AbstractRPC $rpc, OOGmp $value, array $params=[]) | M8B\EtherBinder\Contract\AbstractContract | protectedstatic |
setFallbackFrom(Address $addr) | M8B\EtherBinder\Contract\AbstractContract | |
unloadPrivK() | M8B\EtherBinder\Contract\AbstractContract | |
unsetFallbackFrom() | M8B\EtherBinder\Contract\AbstractContract | |