Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 committed Apr 8, 2024
1 parent 892e707 commit 0bec2bb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/sei-cosmwasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,33 +60,33 @@ Currently, Sei Bindings support query and message support for the sei custom mod
- EVM
- Query
- StaticCall
- TODO
- Generic query endpoint for EVM contracts
- Erc20TransferPayload
- Gets the Erc20 transfer payload from on recipient and amount
- Gets the Erc20 transfer payload from on `recipient` and `amount`
- Erc20TransferFromPayload
- Gets the Erc20 transfer from payload based on owner, recipient and amount
- Gets the Erc20 transfer from payload based on `owner`, `recipient` and `amount`
- Erc20ApprovePayload
- Gets the Erc20 approve payload from spender and amount
- Gets the Erc20 approve payload from `spender` and `amount`
- Erc20Allowance
- Gets the Erc20 allowance from contract address, owner and spender
- Gets the Erc20 allowance from `contract address`, `owner` and `spender`
- Erc20TokenInfo
- Gets the Erc20 token info from contract address and caller
- Gets the Erc20 token info from `contract address` and `caller`
- Erc20Balance
- Gets the Erc20 balance from contract address and account
- Gets the Erc20 balance from `contract address` and `account`
- Erc721TransferPayload
- Similar to the Erc20 equivalent
- Erc721ApprovePayload
- Similar to the Erc20 equivalent
- Erc721Approved
- Checks if a caller is approved based on caller, contract address and token id
- Checks if a caller is approved to send an Erc721 on behalf of the owner. Requires `contract address` and `token id`
- Erc721IsApprovedForAll
- Checks if the caller is approved for all based on caller, contract address, owner and operator
- Checks if the caller is approved to operate all Erc721s on behalf of the owner. Requires `caller`, `contract address`, `owner` and `operator`
- Erc721SetApprovalAllPayload
- Gets the Erc721 SetApproveAll payload from caller, contract address, owner and operator
- Gets the Erc721 SetApproveAll payload from `caller`, `contract address`, `owner` and `operator`
- Erc721NameSymbol
- Gets the Erc721 name and symbol based on the caller and contract address
- Gets the Erc721 name and symbol based on the `caller` and `contract address`
- Erc721Uri
- Gets the Erc721 URI based on caller, contract_address and token_id
- Gets the Erc721 URI based on `caller`, `contract_address` and `token_id`
- Message
- DelegateCallEvm
- Performs an EVM delegate call. Requires `to` and `data`
Expand Down

0 comments on commit 0bec2bb

Please sign in to comment.