Last active
October 1, 2023 13:34
-
-
Save svanas/5c6583b0dc0797b3fc4e04af905365f4 to your computer and use it in GitHub Desktop.
Revisions
-
svanas revised this gist
Oct 1, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ web3.eth.write(Client, TPrivateKey('b5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7'), // from private key '0x1a306890df22c0965b0b1515a8082f8301d3d18e', // to smart contract 'incrementNumber()', [], procedure(rcpt: ITxReceipt; err: IError) begin end); -
svanas revised this gist
May 31, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ web3.eth.write(Client, TPrivateKey('b5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7'), // from private key '0x94863b36b2d245cdeb3686837fb81ebd78a18086', // to smart contract 'incrementNumber()', [], procedure(rcpt: ITxReceipt; err: IError) begin end); -
svanas revised this gist
Jan 29, 2022 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,5 +2,4 @@ 'b5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7', // from private key '0x94863b36b2d245cdeb3686837fb81ebd78a18086', // to smart contract 'incrementNumber()', [], procedure(rcpt: ITxReceipt; err: IError) begin end); -
svanas revised this gist
Jan 11, 2021 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,5 @@ 'b5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7', // from private key '0x94863b36b2d245cdeb3686837fb81ebd78a18086', // to smart contract 'incrementNumber()', [], 200000, // gas limit procedure(rcpt: ITxReceipt; err: IError) begin end); -
svanas revised this gist
Jun 7, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,4 @@ 'incrementNumber()', [], web3.eth.utils.toWei('1', gwei), // gas price 200000, // gas limit procedure(rcpt: ITxReceipt; err: IError) begin end); -
svanas revised this gist
Dec 30, 2019 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,7 @@ web3.eth.write(Client, 'b5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7', // from private key '0x94863b36b2d245cdeb3686837fb81ebd78a18086', // to smart contract 'incrementNumber()', [], web3.eth.utils.toWei('1', gwei), // gas price 200000, // gas limit procedure(rcpt: ITxReceipt; err: Exception) begin end); -
svanas revised this gist
Dec 30, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ web3.eth.write(Client, 'b5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7', // from private key '0x94863b36b2d245cdeb3686837fb81ebd78a18086', // to smart contract 'incrementNumber()', [], procedure(rcpt: ITxReceipt; err: Exception) begin end); -
svanas revised this gist
Apr 23, 2019 . No changes.There are no files selected for viewing
-
svanas created this gist
Apr 22, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ web3.eth.write(Client, 'b5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7', // from private key '0x94863b36b2d245cdeb3686837fb81ebd78a18086', // to smart contract 'incrementNumber()', [], procedure(tx: TTxHash; err: Exception) begin end);