BundleCreated event is emitted when a new bundle is created.
This event has two parameters:
uint256 indexedid - Id of the bundle
address indexedcreator - Address of the bundle creator
BundleUnwrapped
BundleUnwrapped event is emitted when a bundle is unwrapped and burned.
This event has one parameter:
uint256 indexedid - Id of the unwrapped bundle.
See for more information about the argument type.
Each token has its nonce. This function returns an Asset struct (see ) for a provided token nonce.
Returns an array of assets in a bundle. Each asset is represented as an Asset struct (see ).
The Token Bundler contract doesn't define any events or custom errors and inherits events from , , and . We will cover events inherited from the interface. Please see the reference for and for a complete overview.