Clanker
Source:Verified
Write Functions / constructor
Overview

The constructor of the Clanker contract initializes the contract by setting the deployer as the initial owner and ensures that the contract is not in a state that allows originating token deployments. It inherits from the Ownable and ReentrancyGuard contracts, establishing ownership and preventing reentrancy attacks.

Inputs
  • owner_ (address): The address of the initial owner of the contract, provided during deployment.
Outputs
  • None: This function does not return any values.
Emits One Event
Recent Transactions Calling This Function
This returns the latest 20 times that this function was called directly by a wallet or internally by another contract.
Looking for transactions where this function was called...