TransparentUpgradeableProxy

Verified contract

Proxy

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

No balances found for "TransparentUpgradeableProxy"

0x7cac2b350dba1563f69c55a73b95d9cd3e4d1f509717c193782cd9f81f6c70da
0x5fce1b4a7975bb1a39588069a06544edbf8a99130e467e61376c5c581392c2ae
0x446f9ed2d58a0595026f39823f0cfab6bba9caea4d557ff2aaf91be066966057
0xa0c3a8bf181c915badd7d135291ffd0e4faa70bfcc11d3ffcb6bd63499055666
0x1a520152e299e468bdf91abef75d324ca32b56124aa27ace2cf491e1685ab47a
0xca97e30b94076fe657bb54d47715bcd53b652514505dcbc99e001ded50530201
0x1ca6aaeecded79b7e4d1e39f374ad82da0b6e589336dc1151e962b5733695e86
0x88362c6dacc798bc556bce0b0779dc73a5460ff934a96d395ab7e41d93c4c9f2
0x9515f6a490e21597615100b5cf3bf89f1571b4378a0b05ae9244f476480afe51
0x024cefd35d690b621138c4df768ce97259e1a084771db54727bf994e9f4ed1be

Functions
Getter at block 20855962
deployFee(view returns (uint256)
0
nextTokenId(view returns (uint256)
48
owner(view returns (address)
0x44f1fba96af6013011ce4a766a42baa64a9c96a8
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
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenDeployed(uint256 indexed tokenIduint8 indexed contractTypeaddress indexed contractAddressaddress initialOwner
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account