<100 subscribers


node.balance amount and node.id
node.coin




// Raw ABI params from rabby for the above sell transaction
{
"func": "sell",
"params": [
"0xea990ae72939B8751cB680919C6B64A05B8e1451",
2954000000000000000000,
652456163950634,
0,
"0xea990ae72939B8751cB680919C6B64A05B8e1451"
]
}// Coin.sol snippet showing sell params
/// @notice Executes a sell order
/// @param recipient The recipient of the currency
/// @param orderSize The amount of coins to sell
/// @param minAmountOut The minimum amount of currency to receive
/// @param sqrtPriceLimitX96 The price limit for the swap
/// @param tradeReferrer The address of the trade referrer
function sell(
address recipient,
uint256 orderSize,
uint256 minAmountOut,
uint160 sqrtPriceLimitX96,
address tradeReferrer
) public nonReentrant returns (uint256, uint256) {
...
}


node.balance amount and node.id
node.coin




// Raw ABI params from rabby for the above sell transaction
{
"func": "sell",
"params": [
"0xea990ae72939B8751cB680919C6B64A05B8e1451",
2954000000000000000000,
652456163950634,
0,
"0xea990ae72939B8751cB680919C6B64A05B8e1451"
]
}// Coin.sol snippet showing sell params
/// @notice Executes a sell order
/// @param recipient The recipient of the currency
/// @param orderSize The amount of coins to sell
/// @param minAmountOut The minimum amount of currency to receive
/// @param sqrtPriceLimitX96 The price limit for the swap
/// @param tradeReferrer The address of the trade referrer
function sell(
address recipient,
uint256 orderSize,
uint256 minAmountOut,
uint160 sqrtPriceLimitX96,
address tradeReferrer
) public nonReentrant returns (uint256, uint256) {
...
}
Share Dialog
Share Dialog
1 comment
The latest blog post by @3070.eth dives into coin balance discrepancies for "horse," showing how different interfaces can yield varying home balances despite UX similarities. Key highlights illustrate attributes like ID and balance differences and transactions from Zora vs. Zoink. Insights for traders offered!