We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
solidity-calls-flipper
1 parent b19e476 commit 5652ac0Copy full SHA for 5652ac0
integration-tests/solidity-abi/solidity-calls-flipper/lib.rs
@@ -22,12 +22,6 @@ pub mod flipper {
22
Self { value: init_value }
23
}
24
25
- /// Creates a new flipper smart contract initialized to `false`.
26
- #[ink(constructor)]
27
- pub fn new_default() -> Self {
28
- Self::new(Default::default())
29
- }
30
-
31
// solidity compatible selector (`keccack256("flip()")`)
32
#[ink(message, selector = 0xcde4efa9)]
33
pub fn flip(&mut self) {
0 commit comments