MCPcopy Create free account

hub / github.com/ABCDELabs/Understanding-Ethereum-Go-version / functions

Functions28 in github.com/ABCDELabs/Understanding-Ethereum-Go-version

↓ 4 callersFunctionbindStorage
bindStorage binds a generic wrapper to an already deployed contract.
example/deploy/contracts/storage.go:151
↓ 2 callersMethodCall
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 callersMethodRetrieve
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 callersMethodTransact
Transact invokes the (paid) contract method with params as input values.
example/deploy/contracts/storage.go:174
↓ 2 callersFunctionhexToBigInt
(hex string)
example/account/main.go:69
↓ 1 callersMethodMainloop
()
example/workflow/main.go:21
↓ 1 callersFunctionNewBackend
()
example/workflow/main.go:36
↓ 1 callersFunctionNewNode
()
example/workflow/main.go:28
↓ 1 callersMethodStore
Store is a paid mutator transaction binding the contract method 0x6057361d. Solidity: function store(uint256 num) returns()
example/deploy/contracts/storage.go:238
↓ 1 callersMethodTransfer
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 callersMethodWait
()
example/workflow/main.go:17
MethodCall
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
FunctionDeployContract
()
example/deploy/DeployContract.go:16
FunctionDeployStorage
DeployStorage deploys a new Ethereum contract, binding an instance of Storage to it.
example/deploy/contracts/storage.go:42
FunctionNewStorage
NewStorage creates a new instance of Storage, bound to a specific deployed contract.
example/deploy/contracts/storage.go:115
FunctionNewStorageCaller
NewStorageCaller creates a new read-only instance of Storage, bound to a specific deployed contract.
example/deploy/contracts/storage.go:124
FunctionNewStorageFilterer
NewStorageFilterer creates a new log filterer instance of Storage, bound to a specific deployed contract.
example/deploy/contracts/storage.go:142
FunctionNewStorageTransactor
NewStorageTransactor creates a new write-only instance of Storage, bound to a specific deployed contract.
example/deploy/contracts/storage.go:133
MethodRetrieve
Retrieve is a free data retrieval call binding the contract method 0x2e64cec1. Solidity: function retrieve() view returns(uint256)
example/deploy/contracts/storage.go:217
MethodRetrieve
Retrieve is a free data retrieval call binding the contract method 0x2e64cec1. Solidity: function retrieve() view returns(uint256)
example/deploy/contracts/storage.go:224
FunctionSendTx
()
example/deploy/SendTransaction.go:18
MethodStore
Store is a paid mutator transaction binding the contract method 0x6057361d. Solidity: function store(uint256 num) returns()
example/deploy/contracts/storage.go:231
MethodStore
Store is a paid mutator transaction binding the contract method 0x6057361d. Solidity: function store(uint256 num) returns()
example/deploy/contracts/storage.go:245
MethodTransact
Transact invokes the (paid) contract method with params as input values.
example/deploy/contracts/storage.go:193
MethodTransfer
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
Functionmain
()
example/account/main.go:19
Functionmain
()
example/signature/main.go:15
Functionmain
()
example/workflow/main.go:43