MCPcopy Index your code

hub / github.com/aurora-is-near/aurora-contracts-sdk / functions

Functions126 in github.com/aurora-is-near/aurora-contracts-sdk

↓ 16 callersFunctionunwrap_success
(status: TransactionStatus)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:253
↓ 13 callersMethodto_string
(&self)
examples/tic-tac-toe/near-contract/src/types.rs:37
↓ 12 callersFunctionget_move
(state: GameState)
examples/tic-tac-toe/near-contract/src/logic.rs:11
↓ 11 callersMethodclone
(&self, url: &str)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/git.rs:23
↓ 11 callersMethoddeploy_evm_contract
(&self, code: Vec<u8>)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:172
↓ 10 callersMethodcall_evm_contract_with
( &self, account: &workspaces::Account, address: Address, input: ContractInput
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:206
↓ 10 callersFunctionrequire_success
(output: &Output)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/process.rs:3
↓ 7 callersMethodcall_evm_contract
( &self, address: Address, input: ContractInput, value: Wei, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:196
↓ 7 callersFunctiondeploy_latest
(worker: &Worker<Sandbox>)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:85
↓ 7 callersMethodmint_wnear
( &self, wnear: &Wnear, dest_address: Address, amount: u128, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:126
↓ 7 callersFunctionunwrap_move
(result: MoveResult)
examples/tic-tac-toe/near-contract/src/logic.rs:307
↓ 6 callersMethodcreate_deploy_bytes_with_args
Creates the bytes that are used as the input to an EVM transaction for deploying the Solidity contract (includes invoking the constructor with the giv
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/ethabi.rs:50
↓ 6 callersMethoddeployed_at
(self, address: Address)
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:60
↓ 6 callersMethoderc20_balance_of
( &self, erc20: &erc20::ERC20, address: Address, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:146
↓ 6 callersFunctionforge_build
( root_path: P, libraries: &[String], contract_output_path: &[&str], )
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/forge.rs:51
↓ 5 callersMethodcreate_approve_call_bytes
Creates the bytes that are used as the input to an EVM transaction for calling the `approve` function of the ERC-20 contract. This function does not i
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/erc20.rs:95
↓ 5 callersMethodcreate_call_method_bytes_with_args
Creates the bytes that are used as the input to an EVM transaction for calling the given function of the Solidity contract (including passing in the g
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/ethabi.rs:78
↓ 5 callersMethodcreate_deploy_bytes
Creates the bytes that are used as the input to an EVM transaction for deploying the Factory contract. This function does not interact with any EVM it
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:56
↓ 5 callersMethodtake_turn
User makes a play; returns the board state after this move + the computer's response.
examples/tic-tac-toe/integration-tests/src/lib.rs:208
↓ 4 callersMethodapprove_erc20
(&self, token: &erc20::ERC20, spender: Address, amount: U256)
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:353
↓ 4 callersFunctionbuild_contract
Builds a Wasm artifcact for the Rust contract defined in the given directory. This function uses the [cargo-near](https://github.com/near/cargo-near)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/cargo.rs:10
↓ 4 callersFunctionparse_address
(input: &str)
examples/uniswap-from-near/contract/src/lib.rs:149
↓ 3 callersMethodcheckout
(self, version: &str)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:45
↓ 3 callersFunctiondeploy_aurora_sdk_lib
( aurora_sdk_path: P, engine: &AuroraEngine, codec_lib: Address, utils_lib: Address, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/forge.rs:31
↓ 3 callersFunctiondeploy_codec_lib
( aurora_sdk_path: P, engine: &AuroraEngine, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/forge.rs:13
↓ 3 callersFunctiondeploy_utils_lib
( aurora_sdk_path: P, engine: &AuroraEngine, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/forge.rs:22
↓ 3 callersMethodgit_command
(&self)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/git.rs:41
↓ 3 callersMethodview_evm_contract
( &self, contract: Address, input: ContractInput, sender: Option<Address>,
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:228
↓ 2 callersFunctionadd_wasm_target
(engine_path: &Path, toolchain: &str)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:192
↓ 2 callersMethodbridge_nep141
( &self, nep141_id: &workspaces::AccountId, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:106
↓ 2 callersFunctioncontains_error_msg
(bytes: &[u8])
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/cargo.rs:65
↓ 2 callersMethodcreate_mint_call_bytes
Creates the bytes that are used as the input to an EVM transaction for calling the `mint` function of the ERC-20 contract. This function does not inte
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/erc20.rs:50
↓ 2 callersMethodcreate_mint_call_bytes
Creates the bytes that are used as the input to an EVM transaction for calling the `mint` function of the PositionManager contract. This function does
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:140
↓ 2 callersMethodcreate_token
(&self, name: &str, symbol: &str, mint_amount: U256)
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:244
↓ 2 callersMethoddeploy_evm_contract_with
( &self, account: &workspaces::Account, code: Vec<u8>, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:177
↓ 2 callersFunctionevaluate_position
(state: GameState)
examples/tic-tac-toe/near-contract/src/logic.rs:170
↓ 2 callersMethodexecute
(self)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:76
↓ 2 callersFunctionfind_target_dir
Recursively moves up the path tree, starting with the current directory, to find a `target` directory.
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:205
↓ 2 callersFunctionjson_lens
(value: &'a serde_json::Value, keys: &[&str], interp: F)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/forge.rs:95
↓ 2 callersFunctionread_toolchain
(engine_path: &Path)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:178
↓ 2 callersFunctionunwrap_winner
(result: MoveResult)
examples/tic-tac-toe/near-contract/src/logic.rs:314
↓ 1 callersMethodadd_equal_liquidity
( &self, amount: U256, token_a: &erc20::ERC20, token_b: &erc20::ERC20, )
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:305
↓ 1 callersMethodapprove_wnear
(&self, account: &Account)
examples/ft-refund/integration-tests/src/lib.rs:321
↓ 1 callersFunctionblack_hole
(_t: T)
examples/ft-refund/near-contract/src/lib.rs:40
↓ 1 callersFunctioncheck_cargo_near
(contract_path: &Path)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/cargo.rs:43
↓ 1 callersMethodcompile_engine_contract
(self)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:56
↓ 1 callersMethodcompile_xcc_router_contract
(self)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:65
↓ 1 callersMethodcreate
( &self, aurora: &workspaces::AccountId, uniswap_address: &str
examples/uniswap-from-near/integration-tests/src/lib.rs:104
↓ 1 callersMethodcreate_allowance_call_bytes
Creates the bytes that are used as the input to an EVM transaction for calling the `allowance` function of the ERC-20 contract. This function does not
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/erc20.rs:79
↓ 1 callersMethodcreate_balance_of_call_bytes
Creates the bytes that are used as the input to an EVM transaction for calling the `balance_of` function of the ERC-20 contract. This function does no
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/erc20.rs:66
↓ 1 callersMethodcreate_call_create_pool_bytes
Creates the bytes that are used as the input to an EVM transaction for calling the `createPool` function of the Factory contract. This function does n
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:96
↓ 1 callersMethodcreate_deploy_bytes
Creates the bytes that are used as the input to an EVM transaction for deploying the ERC-20 contract. This function does not interact with any EVM its
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/erc20.rs:24
↓ 1 callersMethodcreate_deploy_bytes_without_args
Creates the bytes that are used as the input to an EVM transaction for deploying the Solidity contract (includes invoking the constructor that takes n
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/ethabi.rs:42
↓ 1 callersMethodcreate_initialize_call_bytes
Creates the bytes that are used as the input to an EVM transaction for calling the `initialize` function of the Pool contract. This function does not
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:128
↓ 1 callersMethodcreate_pool
(&self, token_a: &erc20::ERC20, token_b: &erc20::ERC20)
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:272
↓ 1 callersFunctiondeploy_latest_silo
( worker: &Worker<Sandbox>, account_id: &str, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:29
↓ 1 callersFunctiondeploy_social_db
( worker: &workspaces::Worker<workspaces::network::Sandbox>, )
examples/social-db-from-aurora/integration-tests/src/lib.rs:208
↓ 1 callersFunctiondeploy_social_db_sol_contract
( engine: &AuroraEngine, user_account: &workspaces::Account, social_db_account_id: &Ac
examples/social-db-from-aurora/integration-tests/src/lib.rs:169
↓ 1 callersFunctiondeploy_solidity_contract
( engine: &'a AuroraEngine, contract_id: &AccountId, wnear_address: Address, )
examples/ft-refund/integration-tests/src/lib.rs:247
↓ 1 callersFunctiondeploy_solidity_tic_tac_toe
( worker: &workspaces::Worker<workspaces::network::Sandbox>, engine: &'a AuroraEngine,
examples/tic-tac-toe/integration-tests/src/lib.rs:104
↓ 1 callersMethoddeployed_at
(self, address: Address)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/ethabi.rs:24
↓ 1 callersMethoddeployed_at
(self, address: Address)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/erc20.rs:114
↓ 1 callersMethodexact_output_single
( &self, token_in: Address, token_out: Address,
examples/uniswap-from-near/integration-tests/src/lib.rs:123
↓ 1 callersMethodfetch
(&self, remote: &str)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/git.rs:35
↓ 1 callersFunctionforge_build_with_args
( root_path: P, libraries: &[String], contract_output_path: &[&str], extra_args: &[&str], )
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/forge.rs:59
↓ 1 callersFunctionft_balance_of
( viewer: &Account, token: &AccountId, user: &AccountId, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/nep141.rs:3
↓ 1 callersMethodft_balance_of
(&self, account_id: &workspaces::AccountId)
aurora-rust-sdk/aurora-sdk-integration-tests/src/wnear.rs:77
↓ 1 callersMethodft_transfer_call
( &self, account: &Account, token_address: &Address, token_id:
examples/ft-refund/integration-tests/src/lib.rs:290
↓ 1 callersMethodget_balance
(&self, address: Address)
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:163
↓ 1 callersMethodget_game_state
(&self)
examples/tic-tac-toe/integration-tests/src/lib.rs:229
↓ 1 callersMethodinit
(&self)
examples/tic-tac-toe/integration-tests/src/lib.rs:161
↓ 1 callersFunctionmake_tags
(tags: &[&str])
examples/social-db-from-aurora/integration-tests/src/lib.rs:226
↓ 1 callersMethodmint_account
( &self, address: Address, init_nonce: u64, init_balance: Wei, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/mod.rs:90
↓ 1 callersMethodnear_deposit
( &self, account: &workspaces::Account, amount: u128, )
aurora-rust-sdk/aurora-sdk-integration-tests/src/wnear.rs:63
↓ 1 callersMethodnew_game
(&self, user_is_x: bool)
examples/tic-tac-toe/integration-tests/src/lib.rs:181
↓ 1 callersMethodopponent
(&self)
examples/tic-tac-toe/near-contract/src/types.rs:15
↓ 1 callersMethodparse_exact_output_single_result
( &self, #[serializer(borsh)] #[callback_unwrap] result: SubmitResult, )
examples/uniswap-from-near/contract/src/lib.rs:64
↓ 1 callersFunctionparse_u256
(input: &str)
examples/uniswap-from-near/contract/src/lib.rs:154
↓ 1 callersFunctionparse_u256_base10
(input: &str)
aurora-rust-sdk/aurora-sdk/src/lib.rs:32
↓ 1 callersMethodstorage_deposit
(&self, account: &workspaces::Account)
aurora-rust-sdk/aurora-sdk-integration-tests/src/wnear.rs:50
↓ 1 callersFunctiontry_abi_parse_revert_message
(input: &[u8])
aurora-rust-sdk/aurora-sdk/src/lib.rs:52
Methodburn
(&mut self, account_id: AccountId, amount: U128)
examples/ft-refund/test-token/src/lib.rs:37
Methodcheckout
(&self, tag: &str)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/git.rs:29
Methodcreate_call_method_bytes_without_args
Creates the bytes that are used as the input to an EVM transaction for calling the given function of the Solidity contract. The function must not take
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/ethabi.rs:70
Methodcreate_deploy_bytes_without_constructor
Creates the bytes that are used as the input to an EVM transaction for deploying the Solidity contract (without invoking any constructor). This functi
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/ethabi.rs:34
Methoddefault
()
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/git.rs:49
Methoddefault
()
examples/tic-tac-toe/near-contract/src/types.rs:25
Methoddeploy
(worker: &Worker<Sandbox>, engine: &AuroraEngine)
aurora-rust-sdk/aurora-sdk-integration-tests/src/wnear.rs:15
Methoddownload
()
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:36
Methoddownload_and_compile_latest
()
aurora-rust-sdk/aurora-sdk-integration-tests/src/aurora_engine/repo.rs:28
Methodexact_output_single
Proxy for [exactOutputSingle](https://docs.uniswap.org/contracts/v3/reference/periphery/SwapRouter#exactoutputsingle). Calls the `exact_output_single`
examples/uniswap-from-near/contract/src/lib.rs:35
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
aurora-rust-sdk/aurora-sdk/src/lib.rs:65
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
examples/tic-tac-toe/near-contract/src/types.rs:88
Functionforge_parse_err
()
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/forge.rs:106
Methodfrom_address
(address: Address)
examples/uniswap-from-near/integration-tests/src/uniswap_utils.rs:115
Methodfrom_extended_json
(contract_path: P)
aurora-rust-sdk/aurora-sdk-integration-tests/src/utils/ethabi.rs:11
Methodfrom_str
(s: &str)
examples/tic-tac-toe/near-contract/src/types.rs:55
Methodft_metadata
(&self)
examples/ft-refund/test-token/src/lib.rs:47
Methodft_on_transfer
( &mut self, sender_id: AccountId, amount: U128, msg: String, )
examples/ft-refund/near-contract/src/lib.rs:15
Methodget_move
(&self, state: String)
examples/tic-tac-toe/near-contract/src/lib.rs:13
next →1–100 of 126, ranked by callers