Factory

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xefbcb870 at 18868362
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Factory"

No transactions found for "Factory"


Functions
Getter at block 21206633
deployFee(view returns (uint256)
0
nextTokenId(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAllTokenAddressByOwnerAddress(address ownerAddressview returns (address[])
getAllTokenInfoByOwnerAddress(address ownerAddressview returns (struct FactoryTokenInfo[])
getTokenInfoByAddress(address contractAddressview returns (struct FactoryTokenInfo)
getTokenInfoById(uint256 tokenIdview returns (struct FactoryTokenInfo)
State-modifying
deploy20(address tokenOwnerstring tokenNamestring tokenSymboluint256 maxSupplyuint8 decimalsuint256 tokenPerMintuint256 miningDifficultybool editablepayable 
deploy721(address tokenOwnerstring tokenNamestring tokenSymboluint256 maxSupplystring baseURIuint256 miningDifficultybool editablepayable 
initialize(address initialOwner
renounceOwnership(
setDeployFee(uint256 feeaddress wallet
transferOwnership(address newOwner
Events
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenDeployed(uint256 indexed tokenIduint8 indexed contractTypeaddress indexed contractAddressaddress initialOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account