Factory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Factory"
ABI
ABI objects
Getter at block 21206633
deployFee() view returns (uint256)
0
nextTokenId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAllTokenAddressByOwnerAddress(address ownerAddress) view returns (address[])
getAllTokenInfoByOwnerAddress(address ownerAddress) view returns (struct FactoryTokenInfo[])
getTokenInfoByAddress(address contractAddress) view returns (struct FactoryTokenInfo)
getTokenInfoById(uint256 tokenId) view returns (struct FactoryTokenInfo)
State-modifying
Events deploy20(address tokenOwner, string tokenName, string tokenSymbol, uint256 maxSupply, uint8 decimals, uint256 tokenPerMint, uint256 miningDifficulty, bool editable) payable
deploy721(address tokenOwner, string tokenName, string tokenSymbol, uint256 maxSupply, string baseURI, uint256 miningDifficulty, bool editable) payable
initialize(address initialOwner)
renounceOwnership()
setDeployFee(uint256 fee, address wallet)
transferOwnership(address newOwner)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenDeployed(uint256 indexed tokenId, uint8 indexed contractType, address indexed contractAddress, address initialOwner)
constructor()
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)