All checks were successful
Sophia Tests / tests (push) Successful in 48m54s
A few references to oracles still remain, but they have been removed as a feature, at least. Reviewed-on: #985 Reviewed-by: Ulf Wiger <ulfwiger@qpq.swiss> Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
18 lines
532 B
Plaintext
18 lines
532 B
Plaintext
|
|
contract interface Remote =
|
|
entrypoint foo : () => unit
|
|
|
|
contract AddressLiterals =
|
|
entrypoint addr1() : bytes(32) =
|
|
ak_2gx9MEFxKvY9vMG5YnqnXWv1hCsX7rgnfvBLJS4aQurustR1rt
|
|
entrypoint addr2() : Remote =
|
|
ak_2gx9MEFxKvY9vMG5YnqnXWv1hCsX7rgnfvBLJS4aQurustR1rt
|
|
|
|
entrypoint contr1() : address =
|
|
ct_Ez6MyeTMm17YnTnDdHTSrzMEBKmy7Uz2sXu347bTDPgVH2ifJ
|
|
entrypoint contr3() : bytes(32) =
|
|
ct_Ez6MyeTMm17YnTnDdHTSrzMEBKmy7Uz2sXu347bTDPgVH2ifJ
|
|
entrypoint contr4() : address =
|
|
Address.to_contract(Contract.address)
|
|
|