@@ -9,15 +9,15 @@ Generated by [AVA](https://avajs.dev).
9
9
> Snapshot 1
10
10
11
11
`// SPDX-License-Identifier: MIT␊
12
- // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.3 ␊
12
+ // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.4 ␊
13
13
␊
14
14
#![cfg_attr(not(any(test, feature = "export-abi")), no_main)]␊
15
15
extern crate alloc;␊
16
16
␊
17
17
use alloy_primitives::FixedBytes;␊
18
18
use openzeppelin_stylus::token::erc1155::{Erc1155, IErc1155};␊
19
19
use openzeppelin_stylus::utils::introspection::erc165::IErc165;␊
20
- use stylus_sdk::prelude::{entrypoint, public, storage} ;␊
20
+ use stylus_sdk::prelude::* ;␊
21
21
␊
22
22
#[entrypoint]␊
23
23
#[storage]␊
@@ -40,7 +40,7 @@ Generated by [AVA](https://avajs.dev).
40
40
> Snapshot 1
41
41
42
42
`// SPDX-License-Identifier: MIT␊
43
- // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.3 ␊
43
+ // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.4 ␊
44
44
␊
45
45
#![cfg_attr(not(any(test, feature = "export-abi")), no_main)]␊
46
46
extern crate alloc;␊
@@ -50,7 +50,7 @@ Generated by [AVA](https://avajs.dev).
50
50
use openzeppelin_stylus::token::erc1155::{Erc1155, IErc1155};␊
51
51
use openzeppelin_stylus::token::erc1155::extensions::IErc1155Burnable;␊
52
52
use openzeppelin_stylus::utils::introspection::erc165::IErc165;␊
53
- use stylus_sdk::prelude::{entrypoint, public, storage} ;␊
53
+ use stylus_sdk::prelude::* ;␊
54
54
␊
55
55
#[entrypoint]␊
56
56
#[storage]␊
@@ -81,16 +81,16 @@ Generated by [AVA](https://avajs.dev).
81
81
> Snapshot 1
82
82
83
83
`// SPDX-License-Identifier: MIT␊
84
- // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.3 ␊
84
+ // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.4 ␊
85
85
␊
86
86
#![cfg_attr(not(any(test, feature = "export-abi")), no_main)]␊
87
87
extern crate alloc;␊
88
88
␊
89
- use alloy_primitives::FixedBytes;␊
90
- use openzeppelin_stylus::token::erc1155::extensions::Erc1155Supply ;␊
91
- use openzeppelin_stylus::token::erc1155::IErc1155 ;␊
89
+ use alloy_primitives::{ FixedBytes, U256} ;␊
90
+ use openzeppelin_stylus::token::erc1155::{Erc1155, IErc1155} ;␊
91
+ use openzeppelin_stylus::token::erc1155::extensions::{Erc1155Supply, IErc1155Supply} ;␊
92
92
use openzeppelin_stylus::utils::introspection::erc165::IErc165;␊
93
- use stylus_sdk::prelude::{entrypoint, public, storage} ;␊
93
+ use stylus_sdk::prelude::* ;␊
94
94
␊
95
95
#[entrypoint]␊
96
96
#[storage]␊
@@ -126,17 +126,19 @@ Generated by [AVA](https://avajs.dev).
126
126
> Snapshot 1
127
127
128
128
`// SPDX-License-Identifier: MIT␊
129
- // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.3 ␊
129
+ // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.4 ␊
130
130
␊
131
131
#![cfg_attr(not(any(test, feature = "export-abi")), no_main)]␊
132
132
extern crate alloc;␊
133
133
␊
134
134
use alloc::vec::Vec;␊
135
135
use alloy_primitives::{Address, FixedBytes, U256};␊
136
- use openzeppelin_stylus::token::erc1155::extensions::{Erc1155Supply, IErc1155Burnable};␊
137
- use openzeppelin_stylus::token::erc1155::IErc1155;␊
136
+ use openzeppelin_stylus::token::erc1155::{Erc1155, IErc1155};␊
137
+ use openzeppelin_stylus::token::erc1155::extensions::{␊
138
+ Erc1155Supply, IErc1155Burnable, IErc1155Supply␊
139
+ };␊
138
140
use openzeppelin_stylus::utils::introspection::erc165::IErc165;␊
139
- use stylus_sdk::prelude::{entrypoint, public, storage} ;␊
141
+ use stylus_sdk::prelude::* ;␊
140
142
␊
141
143
#[entrypoint]␊
142
144
#[storage]␊
@@ -180,17 +182,19 @@ Generated by [AVA](https://avajs.dev).
180
182
> Snapshot 1
181
183
182
184
`// SPDX-License-Identifier: MIT␊
183
- // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.3 ␊
185
+ // Compatible with OpenZeppelin Contracts for Stylus ^0.2.0-alpha.4 ␊
184
186
␊
185
187
#![cfg_attr(not(any(test, feature = "export-abi")), no_main)]␊
186
188
extern crate alloc;␊
187
189
␊
188
190
use alloc::vec::Vec;␊
189
191
use alloy_primitives::{Address, FixedBytes, U256};␊
190
- use openzeppelin_stylus::token::erc1155::extensions::{Erc1155Supply, IErc1155Burnable};␊
191
- use openzeppelin_stylus::token::erc1155::IErc1155;␊
192
+ use openzeppelin_stylus::token::erc1155::{Erc1155, IErc1155};␊
193
+ use openzeppelin_stylus::token::erc1155::extensions::{␊
194
+ Erc1155Supply, IErc1155Burnable, IErc1155Supply␊
195
+ };␊
192
196
use openzeppelin_stylus::utils::introspection::erc165::IErc165;␊
193
- use stylus_sdk::prelude::{entrypoint, public, storage} ;␊
197
+ use stylus_sdk::prelude::* ;␊
194
198
␊
195
199
#[entrypoint]␊
196
200
#[storage]␊
0 commit comments