Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainbound/apollo
/ functions
Functions
154 in github.com/chainbound/apollo
⨍
Functions
154
◇
Types & classes
39
Method
Approve
Approve is a paid mutator transaction binding the contract method 0x095ea7b3. Solidity: function approve(address _spender, uint256 _value) returns(bo
bindings/erc20/erc20.go:385
Method
Balance
(chain apolloTypes.Chain, address common.Address, block *big.Int)
chainservice/chainservice.go:244
Method
BalanceOf
BalanceOf is a free data retrieval call binding the contract method 0x70a08231. Solidity: function balanceOf(address _owner) view returns(uint256 bal
bindings/erc20/erc20.go:233
Method
BalanceOf
BalanceOf is a free data retrieval call binding the contract method 0x70a08231. Solidity: function balanceOf(address _owner) view returns(uint256 bal
bindings/erc20/erc20.go:240
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
bindings/erc20/erc20.go:167
Method
Close
Close terminates the iteration process, releasing any pending underlying resources.
bindings/erc20/erc20.go:514
Method
Close
Close terminates the iteration process, releasing any pending underlying resources.
bindings/erc20/erc20.go:668
Method
Decimals
Decimals is a free data retrieval call binding the contract method 0x313ce567. Solidity: function decimals() view returns(uint8)
bindings/erc20/erc20.go:264
Method
Decimals
Decimals is a free data retrieval call binding the contract method 0x313ce567. Solidity: function decimals() view returns(uint8)
bindings/erc20/erc20.go:271
Method
Error
Error returns any retrieval or parsing error occurred during filtering.
bindings/erc20/erc20.go:662
Method
Fallback
Fallback is a paid mutator transaction binding the contract fallback function. Solidity: fallback() payable returns()
bindings/erc20/erc20.go:434
Method
Fallback
Fallback is a paid mutator transaction binding the contract fallback function. Solidity: fallback() payable returns()
bindings/erc20/erc20.go:448
Method
FilterApproval
FilterApproval is a free log retrieval operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925. Solid
bindings/erc20/erc20.go:530
Method
FilterTransfer
FilterTransfer is a free log retrieval operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef. Solid
bindings/erc20/erc20.go:684
Method
Inputs
()
dsl/schema.go:317
Method
Name
()
dsl/schema.go:313
Method
Name
()
dsl/schema.go:340
Method
Name
Name is a free data retrieval call binding the contract method 0x06fdde03. Solidity: function name() view returns(string)
bindings/erc20/erc20.go:278
Method
Name
Name is a free data retrieval call binding the contract method 0x06fdde03. Solidity: function name() view returns(string)
bindings/erc20/erc20.go:295
Method
Name
Name is a free data retrieval call binding the contract method 0x06fdde03. Solidity: function name() view returns(string)
bindings/erc20/erc20.go:302
Function
NewErc20
NewErc20 creates a new instance of Erc20, bound to a specific deployed contract.
bindings/erc20/erc20.go:100
Function
NewErc20Filterer
NewErc20Filterer creates a new log filterer instance of Erc20, bound to a specific deployed contract.
bindings/erc20/erc20.go:127
Function
NewErc20Transactor
NewErc20Transactor creates a new write-only instance of Erc20, bound to a specific deployed contract.
bindings/erc20/erc20.go:118
Method
Next
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false
bindings/erc20/erc20.go:468
Method
Next
Next advances the iterator to the subsequent event, returning whether there are any more events found. In case of a retrieval or parsing error, false
bindings/erc20/erc20.go:622
Method
ParseApproval
ParseApproval is a log parse operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925. Solidity: event
bindings/erc20/erc20.go:597
Method
ParseTransfer
ParseTransfer is a log parse operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef. Solidity: event
bindings/erc20/erc20.go:751
Function
SchemaPath
()
config.go:51
Method
SecondsToBlockInterval
(ctx context.Context, seconds int64)
chainservice/block_dater.go:81
Method
Symbol
Symbol is a free data retrieval call binding the contract method 0x95d89b41. Solidity: function symbol() view returns(string)
bindings/erc20/erc20.go:326
Method
Symbol
Symbol is a free data retrieval call binding the contract method 0x95d89b41. Solidity: function symbol() view returns(string)
bindings/erc20/erc20.go:333
Function
TestBlockByTime
(t *testing.T)
chainservice/block_dater_test.go:11
Function
TestBuildInput
(t *testing.T)
generate/callmsg_test.go:13
Function
TestConnect
(t *testing.T)
chainservice/chainservice_test.go:29
Function
TestConnect
(t *testing.T)
db/db_test.go:23
Function
TestCreateTable
(t *testing.T)
db/db_test.go:30
Function
TestExecCallContracts
(t *testing.T)
chainservice/chainservice_test.go:32
Function
TestGenerateCsvHeaders
(t *testing.T)
generate/csv_test.go:9
Function
TestGenerateInsertSQL
func TestGenerateColumns(t *testing.T) { schema, err := ParseV2("../test") if err != nil { t.Fatal(err) } var cols []*Column for _, s := range
generate/sql_test.go:45
Function
TestListenForEvents
func TestFilterEvents(t *testing.T) { schema, err := generate.ParseV2("./test") if err != nil { t.Fatal(err) } service := newChainService() res
chainservice/chainservice_test.go:79
Function
TestNewSchema
(t *testing.T)
dsl/schema_test.go:9
Method
TokenBalance
(chain apolloTypes.Chain, address, tokenAddress common.Address, block *big.Int)
chainservice/chainservice.go:261
Method
TotalSupply
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd. Solidity: function totalSupply() view returns(uint256)
bindings/erc20/erc20.go:357
Method
TotalSupply
TotalSupply is a free data retrieval call binding the contract method 0x18160ddd. Solidity: function totalSupply() view returns(uint256)
bindings/erc20/erc20.go:364
Method
Transact
Transact invokes the (paid) contract method with params as input values.
bindings/erc20/erc20.go:178
Method
Transfer
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
bindings/erc20/erc20.go:173
Method
Transfer
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb. Solidity: function transfer(address _to, uint256 _value) returns(bool)
bindings/erc20/erc20.go:392
Method
Transfer
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb. Solidity: function transfer(address _to, uint256 _value) returns(bool)
bindings/erc20/erc20.go:399
Method
Transfer
Transfer is a paid mutator transaction binding the contract method 0xa9059cbb. Solidity: function transfer(address _to, uint256 _value) returns(bool)
bindings/erc20/erc20.go:406
Method
TransferFrom
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd. Solidity: function transferFrom(address _from, address _to, uint25
bindings/erc20/erc20.go:413
Method
TransferFrom
TransferFrom is a paid mutator transaction binding the contract method 0x23b872dd. Solidity: function transferFrom(address _from, address _to, uint25
bindings/erc20/erc20.go:427
Method
WatchApproval
WatchApproval is a free log subscription operation binding the contract event 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925. Sol
bindings/erc20/erc20.go:551
Method
WatchTransfer
WatchTransfer is a free log subscription operation binding the contract event 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef. Sol
bindings/erc20/erc20.go:705
Function
main
()
main.go:33
← previous
101–154 of 154, ranked by callers