DataTypes
Constants
NATIVE_ASSET
The address of the native asset as of EIP-7528.
address public constant NATIVE_ASSET =
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
Structs
Token
struct Token {
address tokenAddress;
uint256 amount;
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
The address of the native asset as of EIP-7528.
address public constant NATIVE_ASSET =
0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
struct Token {
address tokenAddress;
uint256 amount;
}