diff --git a/cep18/src/main.rs b/cep18/src/main.rs index 6ddcca9..ac273d3 100644 --- a/cep18/src/main.rs +++ b/cep18/src/main.rs @@ -308,6 +308,10 @@ pub extern "C" fn init() { ); } } + events::record_event_dictionary(Event::Mint(Mint { + recipient: caller.into(), + amount: initial_supply, + })) } /// Admin EntryPoint to manipulate the security access granted to users.