Skip to content

Commit

Permalink
send 0.1 usdt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason Smith committed Dec 20, 2024
1 parent ad991be commit e8ab0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/ethers/erc20.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Erc20() {
const data =
'0xa9059cbb' + // Keccak256 of "transfer(address,uint256)"
'0000000000000000000000001111111111111111111111111111111111111111' + // to address
'000000000000000000000000000000000000000000000000000000000000000001'; // amount
'000000000000000000000000000000000000000000000000016345785d8a0000'; // amount

const contractAddress = "0x4EFbC939b905785e9c27A3A37047fAd18c40e08e";
const bscTestnetChainId = '0x61'; // 97 in decimal
Expand Down

0 comments on commit e8ab0db

Please sign in to comment.