Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ABCDELabs/Understanding-Ethereum-Go-version
/ functions
Functions
28 in github.com/ABCDELabs/Understanding-Ethereum-Go-version
⨍
Functions
28
◇
Types & classes
12
↓ 4 callers
Function
bindStorage
bindStorage binds a generic wrapper to an already deployed contract.
example/deploy/contracts/storage.go:151
↓ 2 callers
Method
Call
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
example/deploy/contracts/storage.go:163
↓ 2 callers
Method
Retrieve
Retrieve is a free data retrieval call binding the contract method 0x2e64cec1. Solidity: function retrieve() view returns(uint256)
example/deploy/contracts/storage.go:200
↓ 2 callers
Method
Transact
Transact invokes the (paid) contract method with params as input values.
example/deploy/contracts/storage.go:174
↓ 2 callers
Function
hexToBigInt
(hex string)
example/account/main.go:69
↓ 1 callers
Method
Mainloop
()
example/workflow/main.go:21
↓ 1 callers
Function
NewBackend
()
example/workflow/main.go:36
↓ 1 callers
Function
NewNode
()
example/workflow/main.go:28
↓ 1 callers
Method
Store
Store is a paid mutator transaction binding the contract method 0x6057361d. Solidity: function store(uint256 num) returns()
example/deploy/contracts/storage.go:238
↓ 1 callers
Method
Transfer
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
example/deploy/contracts/storage.go:169
↓ 1 callers
Method
Wait
()
example/workflow/main.go:17
Method
Call
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for sim
example/deploy/contracts/storage.go:182
Function
DeployContract
()
example/deploy/DeployContract.go:16
Function
DeployStorage
DeployStorage deploys a new Ethereum contract, binding an instance of Storage to it.
example/deploy/contracts/storage.go:42
Function
NewStorage
NewStorage creates a new instance of Storage, bound to a specific deployed contract.
example/deploy/contracts/storage.go:115
Function
NewStorageCaller
NewStorageCaller creates a new read-only instance of Storage, bound to a specific deployed contract.
example/deploy/contracts/storage.go:124
Function
NewStorageFilterer
NewStorageFilterer creates a new log filterer instance of Storage, bound to a specific deployed contract.
example/deploy/contracts/storage.go:142
Function
NewStorageTransactor
NewStorageTransactor creates a new write-only instance of Storage, bound to a specific deployed contract.
example/deploy/contracts/storage.go:133
Method
Retrieve
Retrieve is a free data retrieval call binding the contract method 0x2e64cec1. Solidity: function retrieve() view returns(uint256)
example/deploy/contracts/storage.go:217
Method
Retrieve
Retrieve is a free data retrieval call binding the contract method 0x2e64cec1. Solidity: function retrieve() view returns(uint256)
example/deploy/contracts/storage.go:224
Function
SendTx
()
example/deploy/SendTransaction.go:18
Method
Store
Store is a paid mutator transaction binding the contract method 0x6057361d. Solidity: function store(uint256 num) returns()
example/deploy/contracts/storage.go:231
Method
Store
Store is a paid mutator transaction binding the contract method 0x6057361d. Solidity: function store(uint256 num) returns()
example/deploy/contracts/storage.go:245
Method
Transact
Transact invokes the (paid) contract method with params as input values.
example/deploy/contracts/storage.go:193
Method
Transfer
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
example/deploy/contracts/storage.go:188
Function
main
()
example/account/main.go:19
Function
main
()
example/signature/main.go:15
Function
main
()
example/workflow/main.go:43