For MEV Builders
Access Control
type BidArgsUpgrade struct {
RawBid *RawBid
Signature hexutil.Bytes `json:"signature"`
PayBidTx hexutil.Bytes `json:"payBidTx"`
PayBidTxGasUsed uint64 `json:"payBidTxGasUsed"`
// 48Club Specific Fields
NontaxableFee *big.Int `json:"nontaxableFee"` // BNB amount exempt from BEP95 taxation, transferred to the 48Club MEV collateral address
}Bidding Preference
Last updated
